MsgConfirmToken represents a token deploy confirmation message

interface ConfirmTokenRequest {
    asset?: Asset;
    chain: string;
    sender: Uint8Array;
    txId: Uint8Array;
}

Properties

Properties

asset?: Asset
chain: string
sender: Uint8Array
txId: Uint8Array

Generated using TypeDoc