Expand description

The core of the smart contract execution logic.

Re-exports§

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.
  • This module defines the TrackingCopy - a utility that caches operations on the state, so that the underlying state remains unmodified, but it can be interacted with as if the modifications were applied on it.

Constants§

Type Aliases§

  • Alias for an array of bytes that represents an address.