Crate reth::core::primitives::revm_primitives

Expand description

§revm-primitives

EVM primitive types.

Modules§

Macros§

  • Converts a sequence of string literals containing hex-encoded data into a new Address at compile time.
  • Converts a sequence of string literals containing hex-encoded data into a new B256 at compile time.
  • Converts a sequence of string literals containing hex-encoded data into a new Bytes at compile time.
  • Converts a sequence of string literals containing hex-encoded data into a new FixedBytes at compile time.
  • Macro for converting sequence of string literals containing hex-encoded data into an array of bytes.

Structs§

Enums§

Constants§

Statics§

Traits§

  • Stateful precompile trait. It is used to create a arc precompile Precompile::Stateful.
  • Mutable stateful precompile trait. It is used to create a boxed precompile in Precompile::StatefulMut.

Functions§

Type Aliases§