Expand description

Standard library provided by the Freenet project to be able to write Locutus-compatible contracts.

Re-exports

pub use blake2;

Modules

Memory buffers to interact with the WASM contracts.
Interface and related utilities for interaction with the compiled WASM contracts. Contracts have an isomorphic interface which partially maps to this interface, allowing interaction between the runtime and the contracts themselves.

Attribute Macros