Module state

Module state 

Source
Expand description

What’s stored in the contract state. For this simple contract, that’s just a boolean.

Structs§

Config
The state that’s stored. Simply an is_true key of type boolean.

Constants§

CONFIG
We’re using cw-storage-plus’s Item