Crate casper_execution_engine

Source
Expand description

The engine which executes smart contracts on the Casper network.

Modulesยง

engine_state
This module contains all the execution related code.
execution
Code execution.
resolvers
This module is responsible for resolving host functions from within the WASM engine.
runtime
This module contains executor state of the WASM code.
runtime_context
The context of execution of WASM code.