SameChainExecuteParams
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / SameChainExecuteParams
Interface: SameChainExecuteParams
Section titled “Interface: SameChainExecuteParams”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:5451
Parameters for same-chain private transfer execution
Properties
Section titled “Properties”recipientMetaAddress
Section titled “recipientMetaAddress”recipientMetaAddress:
StealthMetaAddress
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:5453
Recipient’s stealth meta-address
amount
Section titled “amount”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
Section titled “connection”connection:
Connection
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:5459
Solana RPC connection
sender
Section titled “sender”sender:
PublicKey
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:5461
Sender’s public key
signTransaction
Section titled “signTransaction”signTransaction: <
T>(tx) =>Promise<T>
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:5463
Transaction signer
Type Parameters
Section titled “Type Parameters”T extends Transaction | VersionedTransaction
Parameters
Section titled “Parameters”T
Returns
Section titled “Returns”Promise<T>