Crate odra_casper_wasm_env

Crate odra_casper_wasm_env 

Source
Expand description

WASM environment for Odra Framework It is an implementation of the contract environment used by the contracts written in Odra, which are compiled to the WASM target architecture.

Re-exports§

pub use casper_contract;

Modules§

host_functions
Functions that interact with the casper host environment.

Structs§

WasmContractEnv
ContractContext implementation for Wasm environment.

Functions§

migrate_events
This function is used to migrate the contract’s events schemas during the upgrade process.