Skip to content

SolanaSameChainExecutor

SIP Protocol API Reference v0.7.4


SIP Protocol API Reference / SolanaSameChainExecutor

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19162

Solana Same-Chain Executor

Executes privacy-preserving SPL token transfers on Solana.

new SolanaSameChainExecutor(config): SolanaSameChainExecutor

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19165

SolanaSameChainConfig

SolanaSameChainExecutor

readonly chain: "solana"

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19163

Chain this executor handles

SameChainExecutor.chain

execute(params): Promise<SameChainTransferResult>

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19166

Execute a same-chain private transfer

SameChainTransferParams

Promise<SameChainTransferResult>

SameChainExecutor.execute


estimateFee(params): Promise<bigint>

Defined in: @sip-protocol/sdk/dist/index-DXh2IGkz.d.ts:19167

Estimate transaction fee

SameChainTransferParams

Promise<bigint>

SameChainExecutor.estimateFee