Crate reth_ethereum_primitives

Source
Expand description

Standalone crate for ethereum-specific Reth primitive types.

Modules§

serde_bincode_compatserde-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.
ReceiptFlags
Fieldset that facilitates compacting the parent type. Used bytes: 1 | Unused bits: 0
TransactionSigned
Signed Ethereum transaction.

Enums§

Transaction
A raw transaction.
TxType
The TxEnvelope enum represents all Ethereum transaction envelope types, /// Its variants correspond to specific allowed transactions:

Type Aliases§

Block
Type alias for the ethereum block
BlockBody
Type alias for the ethereum blockbody
PooledTransaction
All possible transactions that can be included in a response to GetPooledTransactions. A response to GetPooledTransactions. This can include either a blob transaction, or a non-4844 signed transaction.