Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgCreateTransfer(k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper, ...) 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 SimulateMsgCreateTransfer ¶
func SimulateMsgCreateTransfer( k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper, sk types.SubaccountsKeeper, cdc *codec.ProtoCodec, ) simtypes.Operation
SimulateMsgCreateTransfer generates a random MsgCreateTransfer.
func WeightedOperations ¶
func WeightedOperations( appParams simtypes.AppParams, jsonCdc codec.JSONCodec, k keeper.Keeper, ak types.AccountKeeper, bk types.BankKeeper, sk types.SubaccountsKeeper, ) 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.