evmos.proto.autogen.py.ethermint.types.v1
Classes
|
EthAccount implements the authtypes.AccountI interface and embeds an authtypes.BaseAccount type. |
|
ExtensionOptionDynamicFeeTx is an extension option that specifies the maxPrioPrice for cosmos tx |
|
ExtensionOptionsWeb3Tx is an extension option that specifies the typed chain id, the fee payer as well as its signature data. |
|
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>
base_account is an authtypes.BaseAccount
- class evmos.proto.autogen.py.ethermint.types.v1.ExtensionOptionDynamicFeeTx(max_priority_price: str = <object object>)[source]
Bases:
MessageExtensionOptionDynamicFeeTx is an extension option that specifies the maxPrioPrice for cosmos tx
- class evmos.proto.autogen.py.ethermint.types.v1.ExtensionOptionsWeb3Tx(typed_data_chain_id: int = <object object>, fee_payer: str = <object object>, fee_payer_sig: bytes = <object object>)[source]
Bases:
MessageExtensionOptionsWeb3Tx is an extension option that specifies the typed chain id, the fee payer as well as its signature data.
- 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
- cumulative_gas_used: int = <object object>
cumulative_gas_used specifies the cumulated amount of gas used for all processed messages within the current batch transaction.
- eth_tx_index: int = <object object>
eth_tx_index is the index in the list of valid eth tx in the block, aka. the transaction list returned by eth_getBlock api.