dharitri-wasm-module-pause 0.3.2

Dharitri WebAssembly smart contract module that provides a contract pause flag
Documentation
1
2
3
4
5
6
7
# Dharitri smart contract module for adding a global pause flag

This is a standard smart contract module, that when added to a smart contract offers pausability.

It offers:
* an endpoint where the owner can pause/unpause contract
* a method to check if contract is paused or not