SameChainExecutor
SIP Protocol API Reference v0.15.1
SIP Protocol API Reference / SameChainExecutor
Interface: SameChainExecutor
Section titled “Interface: SameChainExecutor”Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19466
Same-chain executor interface
Properties
Section titled “Properties”
readonlychain:ChainId
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19468
Chain this executor handles
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
params):Promise<SameChainTransferResult>
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19472
Execute a same-chain private transfer
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<SameChainTransferResult>
estimateFee()
Section titled “estimateFee()”estimateFee(
params):Promise<bigint>
Defined in: @sip-protocol/sdk/dist/index-GLbkPPho.d.ts:19476
Estimate transaction fee
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”Promise<bigint>