Skip to content

SolanaSameChainExecutor

SIP Protocol API Reference v0.15.1


SIP Protocol API Reference / SolanaSameChainExecutor

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

Solana Same-Chain Executor

Executes privacy-preserving SPL token transfers on Solana.

new SolanaSameChainExecutor(config): SolanaSameChainExecutor

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

SolanaSameChainConfig

SolanaSameChainExecutor

readonly chain: "solana"

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

Chain this executor handles

SameChainExecutor.chain

execute(params): Promise<SameChainTransferResult>

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

Execute a same-chain private transfer

SameChainTransferParams

Promise<SameChainTransferResult>

SameChainExecutor.execute


estimateFee(params): Promise<bigint>

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

Estimate transaction fee

SameChainTransferParams

Promise<bigint>

SameChainExecutor.estimateFee