Documentation
¶
Index ¶
- func FindAccount(k *keeper.Keeper, accs []simtypes.Account, address string) (simtypes.Account, error)
- func FindCoordinatorAccount(r *rand.Rand, ctx sdk.Context, k keeper.Keeper, accs []simtypes.Account, ...) (simtypes.Account, bool)
- func SimulateMsgAddValidatorOperatorAddress(ak types.AccountKeeper, bk types.BankKeeper, txGen client.TxConfig) simtypes.Operation
- func SimulateMsgCreateCoordinator(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation
- func SimulateMsgDisableCoordinator(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation
- func SimulateMsgUpdateCoordinatorAddress(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation
- func SimulateMsgUpdateCoordinatorDescription(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ...) simtypes.Operation
- func SimulateMsgUpdateValidatorDescription(ak types.AccountKeeper, bk types.BankKeeper, txGen client.TxConfig) simtypes.Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
func FindAccount(k *keeper.Keeper, accs []simtypes.Account, address string) (simtypes.Account, error)
FindAccount find a specific address from an account list
func FindCoordinatorAccount ¶
func FindCoordinatorAccount( r *rand.Rand, ctx sdk.Context, k keeper.Keeper, accs []simtypes.Account, exist bool, ) (simtypes.Account, bool)
FindCoordinatorAccount find a sim account for a coordinator that exists or not
func SimulateMsgAddValidatorOperatorAddress ¶
func SimulateMsgAddValidatorOperatorAddress( ak types.AccountKeeper, bk types.BankKeeper, txGen client.TxConfig, ) simtypes.Operation
func SimulateMsgCreateCoordinator ¶
func SimulateMsgCreateCoordinator( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, txGen client.TxConfig, ) simtypes.Operation
func SimulateMsgDisableCoordinator ¶
func SimulateMsgDisableCoordinator( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, txGen client.TxConfig, ) simtypes.Operation
func SimulateMsgUpdateCoordinatorAddress ¶
func SimulateMsgUpdateCoordinatorAddress( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, txGen client.TxConfig, ) simtypes.Operation
func SimulateMsgUpdateCoordinatorDescription ¶
func SimulateMsgUpdateCoordinatorDescription( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, txGen client.TxConfig, ) simtypes.Operation
func SimulateMsgUpdateValidatorDescription ¶
func SimulateMsgUpdateValidatorDescription( ak types.AccountKeeper, bk types.BankKeeper, txGen client.TxConfig, ) simtypes.Operation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.