TxMsgData defines a list of MsgData. A transaction will have a MsgData object for each message.

from message cosmos.base.abci.v1beta1.TxMsgData

Hierarchy

Constructors

Properties

data: MsgData[] = []

data field is deprecated and not populated.

from field: repeated cosmos.base.abci.v1beta1.MsgData data = 1 [deprecated = true];

msgResponses: Any[] = []

msg_responses contains the Msg handler responses packed into Anys.

Since: cosmos-sdk 0.46

from field: repeated google.protobuf.Any msg_responses = 2;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.abci.v1beta1.TxMsgData" = "cosmos.base.abci.v1beta1.TxMsgData"

Methods