MsgDescriptor describes a cosmos-sdk message that can be delivered with a transaction

interface MsgDescriptorAmino {
    msg_type_url?: string;
}

Properties

Properties

msg_type_url?: string

msg_type_url contains the TypeURL of a sdk.Msg.