Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgUpdateMarketPrices(cdc *codec.ProtoCodec, k keeper.Keeper, ak types.AccountKeeper, ...) simtypes.Operation
- func WeightedOperations(appParams simtypes.AppParams, jsonCdc codec.JSONCodec, k keeper.Keeper, ...) simulation.WeightedOperations
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for `Prices`.
func SimulateMsgUpdateMarketPrices ¶
func SimulateMsgUpdateMarketPrices( cdc *codec.ProtoCodec, k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper, ) simtypes.Operation
SimulateMsgUpdateMarketPrices generates a random MsgUpdateMarketPrices.
func WeightedOperations ¶
func WeightedOperations( appParams simtypes.AppParams, jsonCdc codec.JSONCodec, k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper, ) 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.