kelk-env 0.3.0

Kelk-env is a Low-level interface for interacting with Tanour (Wasm executor) in Pactus blockchain.
Documentation
1
2
3
4
5
6
7
8
//! Host error definition.

/// Error raised by the host.
#[derive(Debug)]
pub struct HostError {
    /// The error code
    pub code: i32,
}