Module cosmrs::abci

source ·
Expand description

Application/BlockChain Interface (ABCI)-related functionality.

Structs§

  • GasInfo defines constraints for how much gas to use to execute a transaction.
  • MsgData defines the data returned in a Result object during message execution.
  • TxMsgData defines a list of MsgData. A transaction will have a MsgData object for each message.

Type Aliases§

  • Transaction data.