Module api

Source
Expand description

Defining the Kelk API trait.

Traits§

BlockchainAPI
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.
StorageAPI
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.