Documentation ¶
Index ¶
- Constants
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgCloseBid(ak govtypes.AccountKeeper, ks keepers.Keepers) simtypes.Operation
- func SimulateMsgCloseLease(ak govtypes.AccountKeeper, ks keepers.Keepers) simtypes.Operation
- func SimulateMsgCreateBid(ak govtypes.AccountKeeper, ks keepers.Keepers) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak govtypes.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( OpWeightMsgCreateBid = "op_weight_msg_create_bid" // nolint gosec OpWeightMsgCloseBid = "op_weight_msg_close_bid" // nolint gosec OpWeightMsgCloseLease = "op_weight_msg_close_lease" // nolint gosec )
Simulation operation weights constants
Variables ¶
This section is empty.
Functions ¶
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for supply
func SimulateMsgCloseBid ¶
SimulateMsgCloseBid generates a MsgCloseBid with random values
func SimulateMsgCloseLease ¶
SimulateMsgCloseLease generates a MsgCloseLease with random values
func SimulateMsgCreateBid ¶
SimulateMsgCreateBid generates a MsgCreateBid with random values
func WeightedOperations ¶
func WeightedOperations( appParams simtypes.AppParams, cdc codec.JSONCodec, ak govtypes.AccountKeeper, ks keepers.Keepers) simulation.WeightedOperations
WeightedOperations returns all the operations from the module with their respective weights
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.