TxDescriptor describes the accepted transaction type

from message cosmos.base.reflection.v2alpha1.TxDescriptor

Hierarchy

Constructors

Properties

fullname: string = ""

fullname is the protobuf fullname of the raw transaction type (for instance the tx.Tx type) it is not meant to support polymorphism of transaction types, it is supposed to be used by reflection clients to understand if they can handle a specific transaction type in an application.

from field: string fullname = 1;

msgs: MsgDescriptor[] = []

msgs lists the accepted application messages (sdk.Msg)

from field: repeated cosmos.base.reflection.v2alpha1.MsgDescriptor msgs = 2;

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

Methods