TxMsgData defines a list of MsgData. A transaction will have a MsgData object for each message.
from message cosmos.base.abci.v1beta1.TxMsgData
Optional
data field is deprecated and not populated.
from field: repeated cosmos.base.abci.v1beta1.MsgData data = 1 [deprecated = true];
msg_responses contains the Msg handler responses packed into Anys.
Since: cosmos-sdk 0.46
from field: repeated google.protobuf.Any msg_responses = 2;
Static
Readonly
TxMsgData defines a list of MsgData. A transaction will have a MsgData object for each message.
Generated
from message cosmos.base.abci.v1beta1.TxMsgData