Crate reth_primitives_traits

Source
Expand description

Common abstracted types in Reth.

Re-exports§

Modules§

Structs§

  • 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.
  • Ethereum Block header
  • A data structure that uses Roaring Bitmaps to efficiently store a list of integers.
  • A log consists of an address, and some log data.
  • An Ethereum event log object.
  • Account storage entry.

Enums§

Traits§

  • MaybeArbitrarytest-utils or arbitrary
    Helper trait that requires arbitrary implementation if the feature is enabled.
  • MaybeCompactreth-codec
    Helper trait that requires database encoding implementation since reth-codec feature is enabled.
  • Helper trait that requires de-/serialize implementation since serde feature is enabled.

Functions§

  • Compute the logs bloom filter for the given logs.