Expand description
Standalone crate for ethereum-specific Reth primitive types.
Modules§
- serde_
bincode_ compat serde
andserde-bincode-compat
- Bincode-compatible serde implementations.
Structs§
- EthPrimitives
- Helper struct that specifies the ethereum
NodePrimitives
types. - Receipt
- Typed ethereum transaction receipt. Receipt containing result of transaction execution.
- Receipt
Flags reth-codec
- Fieldset that facilitates compacting the parent type. Used bytes: 1 | Unused bits: 0
Enums§
- TxType
- Transaction types supported by [
EthereumTxEnvelope
].
Traits§
Type Aliases§
- Block
- Type alias for the ethereum block
- Block
Body - Type alias for the ethereum blockbody
- Pooled
Transaction - All possible transactions that can be included in a response to
GetPooledTransactions
. A response toGetPooledTransactions
. This can include either a blob transaction, or a non-4844 signed transaction. - Pooled
Transaction Variant - A type alias for
PooledTransaction
that’s also generic over blob sidecar. - Transaction
- Typed Transaction type without a signature
- Transaction
Signed - Signed transaction.