Interface MsgDepositForBurnWithCaller

interface MsgDepositForBurnWithCaller {
    amount: string;
    burnToken: string;
    destinationCaller: Uint8Array;
    destinationDomain: number;
    from: string;
    mintRecipient: Uint8Array;
}

Properties

amount: string
burnToken: string
destinationCaller: Uint8Array
destinationDomain: number
from: string
mintRecipient: Uint8Array