Crate kelk

source ·
Expand description

Kelk-lib is the standard library for wasm based contracts in Pactus blockchain.

Re-exports

pub extern crate alloc;

Modules

Modules definition for blockchain libraries
The context for running contract actor
Mocking the Context for testing purpose
Modules definition for storage libraries

Attribute Macros

The attribute macro to inject the code at the beginning of entry functions for the Wasm contract actor.

Derive Macros

Derives Codec trait for the given struct.