Crate revmc_context

Source
Expand description

§revmc-context

EVM bytecode compiler runtime context.

Macros§

extern_revmc
Declare RawEvmCompilerFn functions in an extern "C" block.

Structs§

EvmCompilerFn
An EVM bytecode function.
EvmContext
The EVM bytecode compiler runtime context.
EvmStack
EVM context stack.
EvmWord
A native-endian 256-bit unsigned integer, aligned to 8 bytes.

Traits§

HostExtNon-host-ext-any
Extension trait for Host.

Type Aliases§

RawEvmCompilerFn
The raw function signature of a bytecode function.