MsgMint is the sdk.Msg type for allowing an admin account to mint more of a token. For now, we only support minting to the sender account

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

Properties

Properties

amount?: CoinAmino
sender?: string