Expand description
For an overview, see the README here.
Modules§
- entry_
points - CosmWasm smart contracts contain entry points. More on this pattern here: https://book.cosmwasm.com/basics/entry-points.html
- errors
- The errors that can be thrown for this boolean contract, including demonstration ones.
- msgs
- Messages are how interactions occur in CosmWasm contracts.
- state
Constants§
- CONTRACT_
NAME - Contract name as it’ll be stored according to the cw2 dependency
- CONTRACT_
VERSION - The version comes from the manifest file (Cargo.toml)