Skip to content

SameChainExecuteParams

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / SameChainExecuteParams

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

Parameters for same-chain private transfer execution

recipientMetaAddress: StealthMetaAddress

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

Recipient’s stealth meta-address


amount: bigint

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

Amount to transfer (in token’s smallest unit)


token: string

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

Token symbol (e.g., ‘USDC’) or mint address


connection: Connection

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

Solana RPC connection


sender: PublicKey

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

Sender’s public key


signTransaction: <T>(tx) => Promise<T>

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

Transaction signer

T extends Transaction | VersionedTransaction

T

Promise<T>