MsgConfirmDeposit represents a deposit confirmation message

interface ConfirmDepositRequest {
    denom: string;
    depositAddress: Uint8Array;
    sender: Uint8Array;
}

Properties

denom: string
depositAddress: Uint8Array
sender: Uint8Array

Generated using TypeDoc