Documentation ¶
Index ¶
- Constants
- func GenRandomFeeRate(r *rand.Rand) int32
- func ParamChanges(r *rand.Rand) []simtypes.LegacyParamChange
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
Constants ¶
View Source
const ( DefaultWeightMsgUpdateParams int = 100 OpWeightMsgUpdateParams = "op_weight_msg_update_params" //nolint:gosec )
Simulation operation weights constants.
Variables ¶
This section is empty.
Functions ¶
func GenRandomFeeRate ¶
GenRandomFeeRate generates random FeeRate in range [0-50].
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simtypes.LegacyParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation.
func ProposalMsgs ¶ added in v0.5.0
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents.
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for tax.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.