Documentation ¶
Index ¶
- func GenMiningIncrement(r *rand.Rand) sdk.Dec
- func GenRewardPolicy(r *rand.Rand) types.PolicyConstraints
- func GenSeigniorageBurdenTarget(r *rand.Rand) sdk.Dec
- func GenTaxPolicy(r *rand.Rand) types.PolicyConstraints
- func GenWindowLong(r *rand.Rand) uint64
- func GenWindowProbation(r *rand.Rand) uint64
- func GenWindowShort(r *rand.Rand) uint64
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func ParamChanges(*rand.Rand) []simtypes.LegacyParamChange
- func RandomizedGenState(simState *module.SimulationState)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenMiningIncrement ¶
GenMiningIncrement randomized MiningIncrement
func GenRewardPolicy ¶
func GenRewardPolicy(r *rand.Rand) types.PolicyConstraints
GenRewardPolicy randomized RewardPolicy
func GenSeigniorageBurdenTarget ¶
GenSeigniorageBurdenTarget randomized SeigniorageBurdenTarget
func GenTaxPolicy ¶
func GenTaxPolicy(r *rand.Rand) types.PolicyConstraints
GenTaxPolicy randomized TaxPolicy
func GenWindowProbation ¶
GenWindowProbation randomized WindowProbation
func GenWindowShort ¶
GenWindowShort randomized WindowShort
func NewDecodeStore ¶
NewDecodeStore returns a decoder function closure that unmarshals the KVPair's Value to the corresponding treasury type.
func ParamChanges ¶
func ParamChanges(*rand.Rand) []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 gov
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.