Skip to content

AnalyzableTransaction

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / AnalyzableTransaction

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22201

Transaction for analysis

signature: string

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22203

Transaction signature/hash


slot: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22205

Block slot/number


timestamp: number

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22207

Unix timestamp


sender: string | null

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22209

Sender address (null if contract call)


recipient: string | null

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22211

Recipient address (null if contract call)


amount: bigint

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22213

Amount transferred (in smallest unit)


mint: string | null

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22215

Token mint (null for native)


fee: bigint

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22217

Fee paid


involvedAddresses: string[]

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22219

All addresses involved in transaction


type: "transfer" | "swap" | "stake" | "other"

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22221

Transaction type


success: boolean

Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:22223

Whether this was successful