Modules§
Structs§
- EVM contract information.
- EVM bytecode interpreter.
- 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.
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.
- Resize the memory to the new size. Returns whether the gas was enough to resize the memory.