Skip to content

SolanaSameChainExecutor

SIP Protocol API Reference v0.12.0


SIP Protocol API Reference / SolanaSameChainExecutor

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19462

Solana Same-Chain Executor

Executes privacy-preserving SPL token transfers on Solana.

new SolanaSameChainExecutor(config): SolanaSameChainExecutor

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19465

SolanaSameChainConfig

SolanaSameChainExecutor

readonly chain: "solana"

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19463

Chain this executor handles

SameChainExecutor.chain

execute(params): Promise<SameChainTransferResult>

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19466

Execute a same-chain private transfer

SameChainTransferParams

Promise<SameChainTransferResult>

SameChainExecutor.execute


estimateFee(params): Promise<bigint>

Defined in: @sip-protocol/sdk/dist/index-rqQpCeVM.d.ts:19467

Estimate transaction fee

SameChainTransferParams

Promise<bigint>

SameChainExecutor.estimateFee