Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgCreateStorageProvider(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgDeposit(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgEditStorageProvider(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func SimulateMsgCreateStorageProvider ¶
func SimulateMsgCreateStorageProvider( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgCreateStorageProvider generates a MsgCreateStorageProvider with random values
func SimulateMsgDeposit ¶
func SimulateMsgDeposit( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgDeposit generates a MsgStaking with random values
func SimulateMsgEditStorageProvider ¶
func SimulateMsgEditStorageProvider( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgEditStorageProvider generates a MsgEditStorageProvider with random values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.