MsgEthereumTxResponse defines the Msg/EthereumTx response type.

Hierarchy

  • V1MsgEthereumTxResponse

Properties

gas_used?: string

gas consumed by the transaction

Format

uint64

hash?: string

ethereum transaction hash in hex format. This hash differs from the Tendermint sha256 hash of the transaction bytes. See https://github.com/tendermint/tendermint/issues/6539 for reference

logs?: V1Log[]

logs contains the transaction hash and the proto-compatible ethereum logs.

ret?: string

returned data from evm function (result or data supplied with revert opcode)

Format

byte

vm_error?: string

vm error is the error returned by vm execution

Generated using TypeDoc