Module casper_execution_engine::core::runtime[][src]

Expand description

This module contains executor state of the WASM code.

Re-exports

pub use stack::RuntimeStack;
pub use stack::RuntimeStackFrame;
pub use stack::RuntimeStackOverflow;

Modules

Runtime stacks.

Structs

Represents the runtime properties of a WASM execution.

Functions

Groups a collection of keys by their address and accumulates access rights per key.

Groups a collection of urefs by their addresses and accumulates access rights per key

Creates an WASM module instance and a memory instance.

Turns key into a ([u8; 32], AccessRights) tuple. Returns None if key is not Key::URef as it wouldn’t have AccessRights associated with it. Helper function for creating named_keys associating addresses and corresponding AccessRights.