Re-exports§
pub use ext_bytecode::ExtBytecode;
Modules§
Structs§
- The result of an interpreter operation.
- A sequential memory shared between calls, which uses a
Vec
for internal representation. A SharedMemory instance should always be obtained using thenew
static method to ensure memory safety. - EVM stack with STACK_LIMIT capacity of words.
Constants§
- Empty shared memory.
- EVM interpreter stack limit.
Traits§
Functions§
- Returns number of words what would fit to provided number of bytes, i.e. it rounds up the number bytes to number of words.