Documentation ¶
Index ¶
- Constants
- func GenDistributionProportions(r *rand.Rand) types.DistributionProportions
- func GenFundedAddresses(r *rand.Rand) []types.WeightedAddress
- func GenGoalBonded() sdk.Dec
- func GenInflation(r *rand.Rand) sdk.Dec
- func GenInflationMax() sdk.Dec
- func GenInflationMin() sdk.Dec
- func GenInflationRateChange(r *rand.Rand) sdk.Dec
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ParamChanges() []simtypes.LegacyParamChange
- func RandomizedGenState(simState *module.SimulationState)
Constants ¶
View Source
const ( Inflation = "inflation" InflationRateChange = "inflation_rate_change" InflationMax = "inflation_max" InflationMin = "inflation_min" GoalBonded = "goal_bonded" DistributionProportions = "distribution_proportions" FundedAddresses = "funded_addresses" )
Simulation parameter constants
Variables ¶
This section is empty.
Functions ¶
func GenDistributionProportions ¶
func GenDistributionProportions(r *rand.Rand) types.DistributionProportions
GenDistributionProportions randomized DistributionProportions
func GenFundedAddresses ¶
func GenFundedAddresses(r *rand.Rand) []types.WeightedAddress
func GenInflationRateChange ¶
GenInflationRateChange randomized InflationRateChange
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding mint type.
func ParamChanges ¶
func ParamChanges() []simtypes.LegacyParamChange
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.