Skip to content

EnhancedTransaction

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / EnhancedTransaction

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

Enhanced transaction returned by parseTransaction API

signature: string

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

Transaction signature


description: string

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

Human-readable description


type: string

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

Transaction type


source: string

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

Source of the transaction (program/protocol name)


fee: number

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

Fee in lamports


feePayer: string

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

Fee payer address


slot: number

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

Slot number


timestamp: number

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

Block timestamp (Unix seconds)


nativeTransfers: NativeTransfer[]

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

Native SOL transfers


tokenTransfers: TokenTransfer[]

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

SPL token transfers


accountData: EnhancedAccountData[]

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

Account data with balance changes


optional events?: EnhancedTransactionEvents

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

Transaction-specific events


optional transactionError?: { error: string; } | null

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

Transaction error if failed