0.7.43-E5C
This commit is contained in:
@@ -12,6 +12,26 @@ dexCode: string | null,
|
||||
* Optional Solana program id. When absent, dex_code must resolve to a verified program id.
|
||||
*/
|
||||
programId: string | null,
|
||||
/**
|
||||
* Optional signature source: `program_id` or `address`.
|
||||
*/
|
||||
signatureSource: string | null,
|
||||
/**
|
||||
* Optional source address used when signature_source is `address`.
|
||||
*/
|
||||
sourceAddress: string | null,
|
||||
/**
|
||||
* Optional target event family used to find non-swap signatures.
|
||||
*/
|
||||
targetEvent: string | null,
|
||||
/**
|
||||
* Whether transactions containing swap-like logs should be skipped.
|
||||
*/
|
||||
excludeSwaps: boolean,
|
||||
/**
|
||||
* Whether failed transactions should be returned as candidates.
|
||||
*/
|
||||
includeFailed: boolean,
|
||||
/**
|
||||
* HTTP role used to query Solana RPC.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user