SolanaSameChainExecutor
SIP Protocol API Reference v0.7.4
SIP Protocol API Reference / SolanaSameChainExecutor
Class: SolanaSameChainExecutor
Section titled “Class: SolanaSameChainExecutor”Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19162
Solana Same-Chain Executor
Executes privacy-preserving SPL token transfers on Solana.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SolanaSameChainExecutor(
config):SolanaSameChainExecutor
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19165
Parameters
Section titled “Parameters”config
Section titled “config”Returns
Section titled “Returns”SolanaSameChainExecutor
Properties
Section titled “Properties”
readonlychain:"solana"
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19163
Chain this executor handles
Implementation of
Section titled “Implementation of”Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
params):Promise<SameChainTransferResult>
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19166
Execute a same-chain private transfer
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<SameChainTransferResult>
Implementation of
Section titled “Implementation of”estimateFee()
Section titled “estimateFee()”estimateFee(
params):Promise<bigint>
Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19167
Estimate transaction fee
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<bigint>