Documentation ¶
Index ¶
- Constants
- func GenGoalBonded(r *rand.Rand) math.LegacyDec
- func GenInflation(r *rand.Rand) math.LegacyDec
- func GenInflationMax(r *rand.Rand) math.LegacyDec
- func GenInflationMin(r *rand.Rand) math.LegacyDec
- func GenInflationRateChange(r *rand.Rand) math.LegacyDec
- func MsgUpdateParamsFactory() simsx.SimMsgFactoryFn[*types.MsgUpdateParams]
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgUpdateParams(_ context.Context, r *rand.Rand, _ []simtypes.Account, ac coreaddress.Codec) (sdk.Msg, error)
Constants ¶
View Source
const ( Inflation = "inflation" InflationRateChange = "inflation_rate_change" InflationMax = "inflation_max" InflationMin = "inflation_min" GoalBonded = "goal_bonded" )
Simulation parameter constants
View Source
const ( DefaultWeightMsgUpdateParams int = 100 OpWeightMsgUpdateParams = "op_weight_msg_update_params" )
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func GenGoalBonded ¶
GenGoalBonded randomized GoalBonded
func GenInflation ¶
GenInflation randomized Inflation
func GenInflationMax ¶
GenInflationMax randomized InflationMax
func GenInflationMin ¶
GenInflationMin randomized InflationMin
func GenInflationRateChange ¶
GenInflationRateChange randomized InflationRateChange
func MsgUpdateParamsFactory ¶
func MsgUpdateParamsFactory() simsx.SimMsgFactoryFn[*types.MsgUpdateParams]
MsgUpdateParamsFactory creates a gov proposal for param updates
func ProposalMsgs ¶
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module's weighted proposals contents
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.