evmos.proto.autogen.py.ethermint.types.v1
Classes
|
EthAccount implements the authtypes.AccountI interface and embeds an authtypes.BaseAccount type. |
|
|
|
TxResult is the value stored in eth tx indexer |
- class evmos.proto.autogen.py.ethermint.types.v1.EthAccount(base_account: ~evmos.proto.autogen.py.cosmos.auth.v1beta1.BaseAccount = <object object>, code_hash: str = <object object>)[source]
Bases:
MessageEthAccount implements the authtypes.AccountI interface and embeds an authtypes.BaseAccount type. It is compatible with the auth AccountKeeper.
- base_account: ___cosmos_auth_v1_beta1__.BaseAccount = <object object>
- class evmos.proto.autogen.py.ethermint.types.v1.ExtensionOptionsWeb3Tx(typed_data_chain_id: int = <object object at 0x7f65db944ce0>, fee_payer: str = <object object at 0x7f65db944ce0>, fee_payer_sig: bytes = <object object at 0x7f65db944ce0>)[source]
Bases:
Message- fee_payer: str = <object object>
fee payer is an account address for the fee payer. It will be validated during EIP712 signature checking.
- class evmos.proto.autogen.py.ethermint.types.v1.TxResult(height: int = <object object>, tx_index: int = <object object>, msg_index: int = <object object>, eth_tx_index: int = <object object>, failed: bool = <object object>, gas_used: int = <object object>, cumulative_gas_used: int = <object object>)[source]
Bases:
MessageTxResult is the value stored in eth tx indexer
- eth_tx_index: int = <object object>
eth tx index, the index in the list of valid eth tx in the block, aka. the transaction list returned by eth_getBlock api.