Get desktop application:
View/edit binary Protocol Buffers messages
EthAccount implements the authtypes.AccountI interface and embeds an authtypes.BaseAccount type. It is compatible with the auth AccountKeeper.
typed data chain id used only in EIP712 Domain and should match Ethereum network ID in a Web3 provider (e.g. Metamask).
fee payer is an account address for the fee payer. It will be validated during EIP712 signature checking.
fee payer sig is a signature data from the fee paying account, allows to perform fee delegation when using EIP712 Domain.
TxResult is the value stored in eth tx indexer
the block height
cosmos tx index
the msg index in a batch tx
eth tx index, the index in the list of valid eth tx in the block, aka. the transaction list returned by eth_getBlock api.
if the eth tx is failed
gas used by tx, if exceeds block gas limit, it's set to gas limit which is what's actually deducted by ante handler.
the cumulative gas used within current batch tx