Module casper_execution_engine::core
source · Expand description
The core of the smart contract execution logic.
Modules
- This module contains all the execution related code.
- Code execution.
- This module is responsible for resolving host functions from within the WASM engine.
- This module contains executor state of the WASM code.
- The context of execution of WASM code.
Enums
- Error conditions of a proof validation.
Constants
- The length of an address.
Functions
- Validates a proof of a balance request.
- Validates proof of the query.
Type Definitions
- Alias for an array of bytes that represents an address.