This commit is contained in:
2026-06-01 19:05:46 +02:00
parent abb810d544
commit 27e25d5bf4
59 changed files with 5727 additions and 1706 deletions

View File

@@ -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.
*/