Versions in this module Expand all Collapse all v0 v0.1.3 Nov 25, 2021 Changes in this version + func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string v0.1.1 Nov 25, 2021 Changes in this version + const GoalBonded + const Inflation + const InflationMax + const InflationMin + const InflationRateChange + func GenGoalBonded(r *rand.Rand) sdk.Dec + func GenInflation(r *rand.Rand) sdk.Dec + func GenInflationMax(r *rand.Rand) sdk.Dec + func GenInflationMin(r *rand.Rand) sdk.Dec + func GenInflationRateChange(r *rand.Rand) sdk.Dec + func NewDecodeStore(cdc codec.Marshaler) func(kvA, kvB tmkv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomizedGenState(simState *module.SimulationState)