Module tx
Expand description
This module contains TxEnv struct and implements Transaction trait for it.
Structs§
- TxEnv
- The Transaction Environment is a struct that contains all fields that can be found in all Ethereum transaction,
including EIP-4844, EIP-7702, EIP-7873, etc.  It implements the Transactiontrait, which is used inside the EVM to execute a transaction.
- TxEnvBuilder 
- Builder for constructing TxEnvinstances
Enums§
- DeriveTxType Error 
- Error type for deriving transaction type used as error in TxEnv::derive_tx_typefunction.
- TxEnvBuild Error 
- Error type for building TxEnv