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

interface MsgDescriptor {
    msgTypeUrl: string;
}

Properties

Properties

msgTypeUrl: string

msg_type_url contains the TypeURL of a sdk.Msg.