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§

api
Defining the Kelk API trait.
error
Host error definition.