# Functions

AllInvariants runs all invariants of the supply module.
NewKeeper creates a new Keeper instance.
NewQuerier creates a querier for supply REST endpoints.
RegisterInvariants register all supply invariants.
TotalSupply checks that the total supply reflects all the coins held in accounts.

# Variables

DefaultCodespace from the supply module.
Keys for supply store Items are stored with the following key: values - 0x00: Supply.

# Structs

Keeper of the supply store.