Hierarchy

Constructors

Properties

_config: MethodConfig
_internalMethod: InternalMethod
_interoperabilityMethod: InteroperabilityMethod
_moduleName: string
events: NamedRegistry
stores: NamedRegistry

Methods

  • Parameters

    • interoperabilityMethod: InteroperabilityMethod
    • internalMethod: InternalMethod

    Returns void

  • Parameters

    Returns Promise<{
        totalSupply: (SupplyStoreData & {
            tokenID: Buffer;
        })[];
    }>

  • Parameters

    • methodContext: MethodContext
    • senderAddress: Buffer
    • receivingChainID: Buffer
    • recipientAddress: Buffer
    • tokenID: Buffer
    • amount: bigint
    • messageFee: bigint
    • data: string

    Returns Promise<void>

Generated using TypeDoc