Documentation ¶
Index ¶
- func RandomQuota(r *rand.Rand, quotas types.Quotas) types.Quota
- func RandomSubscription(r *rand.Rand, subscriptions types.Subscriptions) types.Subscription
- func RandomizedGenesisState(cdc *codec.Codec) types.GenesisState
- func RandomizedParams() []simulation.ParamChange
- func SimulateMsgAddQuota(ak expected.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgCancel(ak expected.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgSubscribeToNode(ak expected.AccountKeeper, nk expected.NodeKeeper) simulation.Operation
- func SimulateMsgSubscribeToPlan(ak expected.AccountKeeper, pk expected.PlanKeeper) simulation.Operation
- func SimulateMsgUpdateQuota(ak expected.AccountKeeper, k keeper.Keeper) simulation.Operation
- func WeightedOperations(params simulation.AppParams, cdc *codec.Codec, ak expected.AccountKeeper, ...) simulation.WeightedOperations
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandomSubscription ¶
func RandomSubscription(r *rand.Rand, subscriptions types.Subscriptions) types.Subscription
func RandomizedGenesisState ¶ added in v0.4.0
func RandomizedGenesisState(cdc *codec.Codec) types.GenesisState
func RandomizedParams ¶ added in v0.4.0
func RandomizedParams() []simulation.ParamChange
func SimulateMsgAddQuota ¶
func SimulateMsgAddQuota(ak expected.AccountKeeper, k keeper.Keeper) simulation.Operation
func SimulateMsgCancel ¶
func SimulateMsgCancel(ak expected.AccountKeeper, k keeper.Keeper) simulation.Operation
func SimulateMsgSubscribeToNode ¶
func SimulateMsgSubscribeToNode(ak expected.AccountKeeper, nk expected.NodeKeeper) simulation.Operation
func SimulateMsgSubscribeToPlan ¶
func SimulateMsgSubscribeToPlan(ak expected.AccountKeeper, pk expected.PlanKeeper) simulation.Operation
func SimulateMsgUpdateQuota ¶
func SimulateMsgUpdateQuota(ak expected.AccountKeeper, k keeper.Keeper) simulation.Operation
func WeightedOperations ¶ added in v0.4.0
func WeightedOperations(params simulation.AppParams, cdc *codec.Codec, ak expected.AccountKeeper, pk expected.PlanKeeper, nk expected.NodeKeeper, k keeper.Keeper) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.