Documentation
¶
Index ¶
- Constants
- func ProposalMsgs() []simtypes.WeightedProposalMsg
- func SimulateMsgCreateDeployment(txGen client.TxConfig, k keeper.Keeper) simtypes.Operation
- func SimulateMsgRemoveDeployment(txGen client.TxConfig, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdateDeployment(txGen client.TxConfig, k keeper.Keeper) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, _ codec.JSONCodec, txGen client.TxConfig, ...) []simtypes.WeightedOperation
Constants ¶
View Source
const ( OpWeightMsgCreateDeployment = "op_weight_msg_ghostcloud_create_deployment" // nolint: gosec OpWeightMsgRemoveDeployment = "op_weight_msg_ghostcloud_remove_deployment" // nolint: gosec OpWeightMsgUpdateDeployment = "op_weight_msg_ghostcloud_update_deployment" // nolint: gosec DefaultWeightMsgCreateDeployment = 100 DefaultWeightMsgRemoveDeployment = 20 DefaultWeightMsgUpdateDeployment = 80 )
Variables ¶
This section is empty.
Functions ¶
func ProposalMsgs ¶
func ProposalMsgs() []simtypes.WeightedProposalMsg
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.