SolanaSameChainExecutor
SIP Protocol API Reference v0.7.2
SIP Protocol API Reference / SolanaSameChainExecutor
Class: SolanaSameChainExecutor
Section titled “Class: SolanaSameChainExecutor”Defined in: @sip-protocol/sdk/dist/index-CzWPI6Le.d.ts:11839
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-CzWPI6Le.d.ts:11842
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-CzWPI6Le.d.ts:11840
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-CzWPI6Le.d.ts:11843
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-CzWPI6Le.d.ts:11844
Estimate transaction fee
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<bigint>