Expand description
Transaction pool errors
Structs§
- Pool
Error - Transaction pool error.
Enums§
- Eip4844
Pool Transaction Error - Represents all errors that can happen when validating transactions for the pool for EIP-4844 transactions
- Eip7702
Pool Transaction Error - Represents all errors that can happen when validating transactions for the pool for EIP-7702 transactions
- Invalid
Pool Transaction Error - Represents errors that can happen when validating transactions for the pool
- Pool
Error Kind - Transaction pool error kind.
Traits§
- Pool
Transaction Error - A trait for additional errors that can be thrown by the transaction pool.
Type Aliases§
- Pool
Result - Transaction pool result type.