Class SidechainInteroperabilityMethod

Hierarchy

  • BaseInteroperabilityMethod<SidechainInteroperabilityInternalMethod>
    • SidechainInteroperabilityMethod

Constructors

Properties

_tokenMethod: TokenMethod & {
    payMessageFee: ((context: MethodContext, payFromAddress: Buffer, fee: bigint, receivingChainID: Buffer) => Promise<void>);
}
internalMethod: SidechainInteroperabilityInternalMethod
interoperableCCMethods: Map<string, BaseCCMethod> = ...

Methods

  • Parameters

    • context: MethodContext
    • sendingAddress: Buffer
    • module: string
    • crossChainCommand: string
    • receivingChainID: Buffer
    • fee: bigint
    • params: Buffer
    • Optional timestamp: number

    Returns Promise<void>

Generated using TypeDoc