Crate freenet_stdlib

Source
Expand description

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

Modulesยง

client_api
A node client API. Intended to be used from applications (web or otherwise) using the node capabilities to execute contract, delegate, etc. instructions and communicating over the network.
memory
Internally used functionality to interact between WASM and the host environment. Most of the usage of types is unsafe and requires knowledge on how the WASM runtime is set and used. Use with caution.
prelude
Locutus stdlib prelude.
typed_contract
Helper types for interaction between wasm and host boundaries.