Skip to content

AnalyzableTransaction

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / AnalyzableTransaction

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22165

Transaction for analysis

signature: string

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22167

Transaction signature/hash


slot: number

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22169

Block slot/number


timestamp: number

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22171

Unix timestamp


sender: string | null

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22173

Sender address (null if contract call)


recipient: string | null

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22175

Recipient address (null if contract call)


amount: bigint

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22177

Amount transferred (in smallest unit)


mint: string | null

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22179

Token mint (null for native)


fee: bigint

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22181

Fee paid


involvedAddresses: string[]

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22183

All addresses involved in transaction


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

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22185

Transaction type


success: boolean

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:22187

Whether this was successful