Versions in this module Expand all Collapse all v4 v4.0.0 Dec 17, 2024 Changes in this version + const DefaultWeightMsgAccreditService + const DefaultWeightMsgActivateService + const DefaultWeightMsgCreateService + const DefaultWeightMsgDeactivateService + const DefaultWeightMsgDeleteService + const DefaultWeightMsgRevokeServiceAccreditation + const DefaultWeightMsgSetServiceParams + const DefaultWeightMsgTransferServiceOwnership + const DefaultWeightMsgUpdateParams + const DefaultWeightMsgUpdateService + const OperationWeightMsgAccreditService + const OperationWeightMsgActivateService + const OperationWeightMsgCreateService + const OperationWeightMsgDeactivateService + const OperationWeightMsgDeleteService + const OperationWeightMsgRevokeServiceAccreditation + const OperationWeightMsgSetServiceParams + const OperationWeightMsgTransferServiceOwnership + const OperationWeightMsgUpdateParams + const OperationWeightMsgUpdateService + func GetGenesisState(simState *module.SimulationState) types.GenesisState + func GetRandomExistingService(r *rand.Rand, ctx sdk.Context, k *keeper.Keeper, ...) (types.Service, bool) + func NewDecodeStore(keeper *keeper.Keeper) func(kvA kv.Pair, kvB kv.Pair) string + func ProposalMsgs(keeper *keeper.Keeper) []simtypes.WeightedProposalMsg + func RandomParams(r *rand.Rand, bondDenom string) types.Params + func RandomService(r *rand.Rand, accs []simtypes.Account) types.Service + func RandomServiceParams(r *rand.Rand) types.ServiceParams + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgAccreditService(k *keeper.Keeper) simtypes.MsgSimulatorFn + func SimulateMsgActivateService(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgCreateService(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgDeactivateService(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgDeleteService(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgRevokeServiceAccreditation(k *keeper.Keeper) simtypes.MsgSimulatorFn + func SimulateMsgSetServiceParams(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgTransferServiceOwnership(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func SimulateMsgUpdateParams(r *rand.Rand, _ sdk.Context, _ []simtypes.Account) sdk.Msg + func SimulateMsgUpdateService(ak authkeeper.AccountKeeper, bk bankkeeper.Keeper, k *keeper.Keeper) simtypes.Operation + func WeightedOperations(appParams simtypes.AppParams, ak authkeeper.AccountKeeper, ...) simulation.WeightedOperations Other modules containing this package github.com/milkyway-labs/milkyway/v2 github.com/milkyway-labs/milkyway/v3 github.com/milkyway-labs/milkyway/v5 github.com/milkyway-labs/milkyway/v6 github.com/milkyway-labs/milkyway/v7