Documentation ¶
Index ¶
- Constants
- func GenFoundationAddress(_ *rand.Rand) string
- func GenGoalBonded(_ *rand.Rand) sdk.Dec
- func GenInflation(_ *rand.Rand) sdk.Dec
- func GenInflationDistribution(r *rand.Rand) types.InflationDistribution
- func GenInflationMax(_ *rand.Rand) sdk.Dec
- func GenInflationMin(_ *rand.Rand) sdk.Dec
- func GenInflationParameters(r *rand.Rand) types.InflationParameters
- func GenInflationRateChange(r *rand.Rand) sdk.Dec
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ParamChanges(r *rand.Rand) []simtypes.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
Constants ¶
View Source
const ( Inflation = "inflation" InflationParameters = "inflation_parameters" InflationDistribution = "inflation_distribution" FoundationAddress = "foundation_address" )
Simulation parameter constants
Variables ¶
This section is empty.
Functions ¶
func GenFoundationAddress ¶
GenFoundationAddress randomized FoundationAddress.
func GenInflationDistribution ¶
func GenInflationDistribution(r *rand.Rand) types.InflationDistribution
GenInflationDistribution randomizes InflationDistribution.
func GenInflationMax ¶
GenInflationMax randomized InflationMax
func GenInflationMin ¶
GenInflationMin randomized InflationMin
func GenInflationParameters ¶
func GenInflationParameters(r *rand.Rand) types.InflationParameters
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(r *rand.Rand) []simtypes.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.