MsgConfirmDeposit represents an erc20 deposit confirmation message

interface ConfirmDepositRequest {
    amount: Uint8Array;
    burnerAddress: Uint8Array;
    chain: string;
    sender: Uint8Array;
    txId: Uint8Array;
}

Properties

amount: Uint8Array

Deprecated

burnerAddress: Uint8Array
chain: string
sender: Uint8Array
txId: Uint8Array

Generated using TypeDoc