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§

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

Attribute Macros§

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

Derive Macros§

Codec
Derives Codec trait for the given struct.