casper-execution-engine 2.0.1

CasperLabs execution engine crates.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! The shared logic of the execution engine.
pub mod additive_map;
pub mod execution_journal;
pub mod host_function_costs;
pub mod logging;
pub mod newtypes;
pub mod opcode_costs;
pub mod storage_costs;
pub mod system_config;
pub mod test_utils;
pub mod transform;
pub mod utils;
pub mod wasm_config;
pub mod wasm_prep;