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.
|
||||
*/
|
||||
|
||||
@@ -54,6 +54,10 @@ instructionName: string | null,
|
||||
* Prefix of the raw base58 instruction data, useful for audit grouping.
|
||||
*/
|
||||
instructionDataPrefix: string | null,
|
||||
/**
|
||||
* First eight instruction-data bytes as lower hex.
|
||||
*/
|
||||
instructionDiscriminatorHex: string | null,
|
||||
/**
|
||||
* Candidate pool address.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user