Module error

Module error 

Source
Expand description

Transaction pool errors

Structs§

PoolError
Transaction pool error.

Enums§

Eip4844PoolTransactionError
Represents all errors that can happen when validating transactions for the pool for EIP-4844 transactions
Eip7702PoolTransactionError
Represents all errors that can happen when validating transactions for the pool for EIP-7702 transactions
InvalidPoolTransactionError
Represents errors that can happen when validating transactions for the pool
PoolErrorKind
Transaction pool error kind.

Traits§

PoolTransactionError
A trait for additional errors that can be thrown by the transaction pool.

Type Aliases§

PoolResult
Transaction pool result type.