MsgBurn is the sdk.Msg type for allowing an admin account to burn a token. For now, we only support burning from the sender account.

interface MsgBurnAmino {
    amount?: CoinAmino;
    sender?: string;
}

Properties

Properties

amount?: CoinAmino
sender?: string