# Functions
AllInvariants runs all invariants of the staking module.
DelegatorSharesInvariant checks whether all the delegator shares which persist in the delegator object add up to the correct total delegator shares amount stored in each validator.
ModuleAccountInvariants checks that the bonded and notBonded ModuleAccounts pools reflects the tokens actively bonded and not bonded.
NewKeeper creates a new staking Keeper instance.
creates a querier for staking REST endpoints.
NonNegativePowerInvariant checks that all stored validators have >= 0 power.
ParamTable for staking module.
PositiveDelegationInvariant checks that all stored delegations have > 0 shares.
RegisterInvariants registers all staking invariants.
# Constants
Default parameter namespace.