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§
- Wasm
Contract Env - ContractContext implementation for Wasm environment.
Functions§
- migrate_
events - This function is used to migrate the contract’s events schemas during the upgrade process.