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

from message cosmos.base.reflection.v2alpha1.MsgDescriptor

Hierarchy

Constructors

Properties

msgTypeUrl: string = ""

msg_type_url contains the TypeURL of a sdk.Msg.

from field: string msg_type_url = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.reflection.v2alpha1.MsgDescriptor" = "cosmos.base.reflection.v2alpha1.MsgDescriptor"

Methods