Skip to content

EnhancedTransaction

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / EnhancedTransaction

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

Enhanced transaction returned by parseTransaction API

signature: string

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

Transaction signature


description: string

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

Human-readable description


type: string

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

Transaction type


source: string

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

Source of the transaction (program/protocol name)


fee: number

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

Fee in lamports


feePayer: string

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

Fee payer address


slot: number

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

Slot number


timestamp: number

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

Block timestamp (Unix seconds)


nativeTransfers: NativeTransfer[]

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

Native SOL transfers


tokenTransfers: TokenTransfer[]

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

SPL token transfers


accountData: EnhancedAccountData[]

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

Account data with balance changes


optional events?: EnhancedTransactionEvents

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

Transaction-specific events


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

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

Transaction error if failed