reth

Module primitives

Source
Expand description

Re-exported from reth_primitives.

Modules§

Macros§

Structs§

  • An Ethereum account.
  • Ethereum full block.
  • A response to GetBlockBodies, containing bodies if any bodies were found.
  • Sealed block with senders recovered from transactions.
  • Bytecode for an account.
  • Ordered list of a chain hardforks that implement Hardfork.
  • A container for pretty-printing a list of hardforks.
  • Represents a forward-compatible ENR entry for including the forkid in a node record via EIP-868. Forward compatibility is achieved via EIP-8.
  • Temp helper struct for integrating NodePrimitives.
  • Filter that describes the state of blockchain and can be used to check incoming ForkIds for compatibility.
  • CRC32 hash of all previous forks starting from genesis block.
  • A fork identifier as defined by EIP-2124. Serves as the chain compatibility identifier.
  • Represents a transition from one fork to another
  • A pair of values, one of which is expected and one of which is actual.
  • A pair of values, one of which is expected and one of which is actual.
  • Describes the current head block.
  • Ethereum Block header
  • A log consists of an address, and some log data.
  • An Ethereum event log object.
  • Receipt containing result of transaction execution.
  • Receipt with calculated bloom filter.
  • A collection of receipts organized as a two-dimensional vector.
  • Signed transaction with recovered signer.
  • Sealed Ethereum full block.
  • Sealed block with senders recovered from transactions.
  • A Header that is sealed at a precalculated hash, use SealedHeader::unseal() if you want to modify header.
  • Account storage entry.
  • Additional fields in the context of a block that contains this transaction.
  • Signed transaction.

Enums§

Statics§

Traits§

Functions§

  • Retrieves gas spent by transactions as a vector of tuples (transaction index, gas used).
  • Generates a header which is valid with respect to past and future forks. This means, for example, that if the withdrawals root is present, the base fee per gas is also present.
  • Compute the logs bloom filter for the given logs.
  • Converts a public key into an ethereum address by hashing the encoded public key with keccak256.
  • Recover signer from message hash, without ensuring that the signature has a low s value.
  • Signs message with the given secret key. Returns the corresponding signature.
  • Generates a proptest strategy for constructing an instance of a header which is valid with respect to past and future forks.

Type Aliases§