Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgBlacklist(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgBurn(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgConfigureMinter(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgConfigureMinterController(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgMint(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgPause(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgRemoveMinter(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgRemoveMinterController(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgUnblacklist(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgUnpause(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdateBlacklister(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdateMasterMinter(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdateOwner(ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdatePauser(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 SimulateMsgBlacklist ¶
func SimulateMsgBlacklist( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgBurn ¶
func SimulateMsgBurn( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgConfigureMinter ¶
func SimulateMsgConfigureMinter( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgConfigureMinterController ¶
func SimulateMsgConfigureMinterController( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgMint ¶
func SimulateMsgMint( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgPause ¶
func SimulateMsgPause( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgRemoveMinter ¶
func SimulateMsgRemoveMinter( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgRemoveMinterController ¶
func SimulateMsgRemoveMinterController( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgUnblacklist ¶
func SimulateMsgUnblacklist( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgUnpause ¶
func SimulateMsgUnpause( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdateBlacklister ¶
func SimulateMsgUpdateBlacklister( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdateMasterMinter ¶
func SimulateMsgUpdateMasterMinter( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdateOwner ¶
func SimulateMsgUpdateOwner( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdatePauser ¶
func SimulateMsgUpdatePauser( ak types.AccountKeeper, bk types.BankKeeper, k *keeper.Keeper, ) simtypes.Operation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.