bloom represents the bloom filter bytes
contract_address contains the ethereum address of the created contract (if any). If the state transition is an evm.Call, the contract address will be empty.
gas_used notes the amount of gas consumed while execution
ret defines the bytes from the execution.
reverted flag is set to true when the call has been reverted
tx_logs contains the transaction hash and the proto-compatible ethereum logs.
Generated using TypeDoc
TxResult stores results of Tx execution.