Skip to content

TokenTransfer

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / TokenTransfer

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

SPL token transfer details

fromUserAccount: string

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

Sender address


toUserAccount: string

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

Recipient address


fromTokenAccount: string

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

Sender’s token account


toTokenAccount: string

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

Recipient’s token account


mint: string

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

Token mint address


tokenAmount: number

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

Amount in smallest units


optional tokenSymbol?: string

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

Token symbol (e.g., ‘USDC’)


optional tokenName?: string

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

Token name (e.g., ‘USD Coin’)


optional decimals?: number

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

Token decimals