Crate kelk_env

source ·
Expand description

Kelk-env is a Low-level interface for interacting with Tanour (Wasm executor) in Pactus blockchain.

Re-exports

pub extern crate alloc;
pub use api::BlockchainAPI;
pub use api::StorageAPI;
pub use error::HostError;

Modules

Defining the Kelk API trait.
Host error definition.