Class MainchainInteroperabilityMethod

Hierarchy

  • BaseInteroperabilityMethod<MainchainInteroperabilityInternalMethod>
    • MainchainInteroperabilityMethod

Constructors

Properties

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

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