0.7.48
This commit is contained in:
@@ -44,6 +44,14 @@ scanOrder: string | null,
|
||||
* Optional target event family used to find non-swap signatures.
|
||||
*/
|
||||
targetEvent: string | null,
|
||||
/**
|
||||
* Optional instruction name filter, e.g. `withdraw` or `raydium_cpmm.withdraw`.
|
||||
*/
|
||||
targetInstructionName: string | null,
|
||||
/**
|
||||
* Optional instruction discriminator filter as 16-char lower hex, comma-separated when needed.
|
||||
*/
|
||||
targetDiscriminatorHex: string | null,
|
||||
/**
|
||||
* Whether transactions containing swap-like logs should be skipped.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user