Skip to content

SameChainExecuteParams

SIP Protocol API Reference v0.7.2


SIP Protocol API Reference / SameChainExecuteParams

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2439

Parameters for same-chain private transfer execution

recipientMetaAddress: StealthMetaAddress

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2441

Recipient’s stealth meta-address


amount: bigint

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2443

Amount to transfer (in token’s smallest unit)


token: string

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2445

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


connection: Connection

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2447

Solana RPC connection


sender: PublicKey

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2449

Sender’s public key


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

Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:2451

Transaction signer

T extends Transaction | VersionedTransaction

T

Promise<T>