Documentation
¶
Index ¶
- Constants
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgCloseDeployment(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
- func SimulateMsgCloseGroup(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
- func SimulateMsgCreateDeployment(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
- func SimulateMsgUpdateDeployment(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
- func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg
- func WeightedOperations(appParams simtypes.AppParams, _ codec.JSONCodec, ak govtypes.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( OpWeightMsgCreateDeployment = "op_weight_msg_create_deployment" // nolint gosec OpWeightMsgUpdateDeployment = "op_weight_msg_update_deployment" // nolint gosec OpWeightMsgCloseDeployment = "op_weight_msg_close_deployment" // nolint gosec OpWeightMsgCloseGroup = "op_weight_msg_close_group" // nolint gosec )
Simulation operation weights 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 ProposalMsgs ¶
func ProposalMsgs() []simtypes.WeightedProposalMsg
ProposalMsgs defines the module weighted proposals' contents
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for supply
func SimulateMsgCloseDeployment ¶
func SimulateMsgCloseDeployment(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
SimulateMsgCloseDeployment generates a MsgClose with random values
func SimulateMsgCloseGroup ¶
func SimulateMsgCloseGroup(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
SimulateMsgCloseGroup generates a MsgCloseGroup for a random deployment
func SimulateMsgCreateDeployment ¶
func SimulateMsgCreateDeployment(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
SimulateMsgCreateDeployment generates a MsgCreate with random values
func SimulateMsgUpdateDeployment ¶
func SimulateMsgUpdateDeployment(ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) simtypes.Operation
SimulateMsgUpdateDeployment generates a MsgUpdate with random values
func SimulateMsgUpdateParams ¶
func WeightedOperations ¶
func WeightedOperations( appParams simtypes.AppParams, _ codec.JSONCodec, ak govtypes.AccountKeeper, bk bankkeeper.Keeper, k keeper.IKeeper) 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.