Documentation ¶
Index ¶
- Constants
- func GenAggregateFunc(r *rand.Rand) string
- func GenFeed(k keeper.Keeper, r *rand.Rand, ctx sdk.Context) types.Feed
- func GenProviders(r *rand.Rand, accs []simtypes.Account) (providers []string)
- func GenServiceBindingsAndProviders(ctx sdk.Context, serviceName, owner string, sk types.ServiceKeeper, ...) (providers []string)
- func GenServiceDefinition(r *rand.Rand, sk types.ServiceKeeper, accs []simtypes.Account, ctx sdk.Context) (string, string, error)
- func NewDecodeStore(cdc codec.Codec) func(kvA, kvB kv.Pair) string
- func SimulateCreateFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
- func SimulateEditFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
- func SimulatePauseFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
- func SimulateStartFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, k keeper.Keeper, ...) simulation.WeightedOperations
Constants ¶
View Source
const ( OpWeightMsgCreateFeed = "op_weight_msg_create_feed" OpWeightMsgPauseFeed = "op_weight_msg_pause_feed" OpWeightMsgStartFeed = "op_weight_msg_start_feed" OpWeightMsgEditFeed = "op_weight_msg_edit_feed" )
Variables ¶
This section is empty.
Functions ¶
func GenAggregateFunc ¶
func GenServiceDefinition ¶
func NewDecodeStore ¶
NewDecodeStore unmarshals the KVPair's Value to the corresponding slashing type
func SimulateCreateFeed ¶
func SimulateCreateFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
func SimulateEditFeed ¶
func SimulateEditFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
func SimulatePauseFeed ¶
func SimulatePauseFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
func SimulateStartFeed ¶
func SimulateStartFeed(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simtypes.Operation
func WeightedOperations ¶
func WeightedOperations( appParams simtypes.AppParams, cdc codec.JSONCodec, k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper) simulation.WeightedOperations
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.