Crate revm_primitives

Source
Expand description

§revm-primitives

EVM primitive types.

Re-exports§

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§

  • State of the Bytecode analysis.
  • EOF decode errors.
  • Represents the outcome of an attempt to recover the authority from an authorization. It can either be valid (containing an Address) or invalid (indicating recovery failure).
  • The to field of a transaction. Either a target address, or empty for a contract creation.

Constants§

Statics§

Type Aliases§