Module host
forge
1.2.3
Module host
Module Items
Structs
Traits
In forge::
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
CallInput
CallScheme
CallValue
CreateScheme
EOFCreateKind
FrameInput
InstructionResult
InternalResult
InterpreterAction
SuccessOrHalt
Constants
MAX_CODE_SIZE
MAX_INITCODE_SIZE
STACK_LIMIT
Traits
Host
InterpreterTypes
Functions
instruction_table
num_words
Type Aliases
Instruction
InstructionTable
forge
::
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.