Module host
reth_
revm
1.3.1
Module host
Module Items
Structs
Traits
In reth_
revm::
interpreter
Modules
gas
host
instructions
interpreter
interpreter_action
interpreter_types
Macros
as_isize_saturated
as_u64_saturated
as_usize_or_fail
as_usize_or_fail_ret
as_usize_saturated
assume
check
debug_unreachable
gas
gas_or_fail
otry
popn
popn_top
push
require_eof
require_non_staticcall
resize_memory
return_error
return_ok
return_revert
tri
Structs
CallInputs
CallOutcome
CreateInputs
CreateOutcome
EOFCreateInputs
Gas
InitialAndFloorGas
InputsImpl
Interpreter
InterpreterResult
SStoreResult
SelfDestructResult
SharedMemory
Stack
StateLoad
Enums
CallScheme
CallValue
CreateScheme
EOFCreateKind
FrameInput
InstructionResult
InternalResult
InterpreterAction
SuccessOrHalt
Constants
EMPTY_SHARED_MEMORY
MAX_CODE_SIZE
MAX_INITCODE_SIZE
STACK_LIMIT
Traits
Host
InterpreterTypes
MemoryGetter
Functions
instruction_table
num_words
Type Aliases
Instruction
InstructionTable
reth_revm
::
interpreter
Module
host
Copy item path
Settings
Help
Summary
Structs
§
Dummy
Host
Dummy host that implements
Host
trait and returns all default values.
Traits
§
Host
Host trait with all methods that are needed by the Interpreter.