Documentation ¶
Index ¶
- Constants
- func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string
- 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 ParamChanges(r *rand.Rand) []simulation.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
Constants ¶
View Source
const ( Inflation = "inflation" InflationRateChange = "inflation_rate_change" InflationMax = "inflation_max" InflationMin = "inflation_min" GoalBonded = "goal_bonded" )
Simulation parameter constants
Variables ¶
This section is empty.
Functions ¶
func DecodeStore ¶ added in v0.38.0
DecodeStore unmarshals the KVPair's Value to the corresponding mint type
func GenInflationMax ¶
GenInflationMax randomized InflationMax
func GenInflationMin ¶
GenInflationMin randomized InflationMin
func GenInflationRateChange ¶
GenInflationRateChange randomized InflationRateChange
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simulation.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for mint
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.