//! Defining the Kelk API trait.
use Any;
use crateHostError;
use Vec;
/// the storage APIs that should be provided by the host.
/// It can't be copied or cloned since it doesn't have Copy and Clone traits.
/// the blockchain APIs that should be provided by the host.
/// It can't be copied or cloned since it doesn't have Copy and Clone traits.