interface MintCommand {
    asset?: Coin;
    chain: string;
    commandId: Uint8Array;
    destinationAddress: string;
    destinationChain: string;
    transferId: Long;
}

Properties

asset?: Coin
chain: string
commandId: Uint8Array
destinationAddress: string
destinationChain: string
transferId: Long

Generated using TypeDoc