Skip to content

AnalyzableTransaction

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / AnalyzableTransaction

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21865

Transaction for analysis

signature: string

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21867

Transaction signature/hash


slot: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21869

Block slot/number


timestamp: number

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21871

Unix timestamp


sender: string | null

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21873

Sender address (null if contract call)


recipient: string | null

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21875

Recipient address (null if contract call)


amount: bigint

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21877

Amount transferred (in smallest unit)


mint: string | null

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21879

Token mint (null for native)


fee: bigint

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21881

Fee paid


involvedAddresses: string[]

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21883

All addresses involved in transaction


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

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21885

Transaction type


success: boolean

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:21887

Whether this was successful