Crate revm_interpreter

source ·
Expand description

§revm-interpreter

REVM Interpreter.

Re-exports§

Modules§

Macros§

Structs§

Enums§

Constants§

Traits§

  • EVM context host.

Functions§

  • Rounds up x to the closest multiple of 32. If x % 32 == 0 then x is returned.