dharitri-wasm-module-features 0.7.1

Dharitri WebAssembly smart contract module for adding feature flags
docs.rs failed to build dharitri-wasm-module-features-0.7.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: dharitri-wasm-module-features-0.6.4

Dharitri smart contract module for adding feature flags

This is a standard smart contract module, that when added to a smart contract offers feature flag capabilities.

It offers:

  • an endpoint where the owner can turn features on/off
  • a method to check if feature is on or not
  • a macro to make calling this method even more compact