Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgActivePool(_ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper) simtypes.Operation
- func SimulateMsgAddInvestors(_ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper) simtypes.Operation
- func SimulateMsgBorrow(_ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper) simtypes.Operation
- func SimulateMsgClaimInterest(_ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper) simtypes.Operation
- func SimulateMsgCreatePool(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 SimulateMsgLiquidate(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgPayPrincipal(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgRepayInterest(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgSubmitWitdrawProposal(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgTransferOwnership(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdatePool(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgWithdrawPrincipal(_ types.AccountKeeper, _ types.BankKeeper, _ 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 SimulateMsgActivePool ¶
func SimulateMsgActivePool( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
func SimulateMsgAddInvestors ¶
func SimulateMsgAddInvestors( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
func SimulateMsgBorrow ¶
func SimulateMsgBorrow( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
func SimulateMsgClaimInterest ¶
func SimulateMsgClaimInterest( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
func SimulateMsgCreatePool ¶
func SimulateMsgCreatePool( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgDeposit ¶
func SimulateMsgDeposit( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgLiquidate ¶
func SimulateMsgLiquidate( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgPayPrincipal ¶
func SimulateMsgPayPrincipal( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgRepayInterest ¶
func SimulateMsgRepayInterest( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgSubmitWitdrawProposal ¶
func SimulateMsgSubmitWitdrawProposal( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgTransferOwnership ¶
func SimulateMsgTransferOwnership( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgUpdatePool ¶
func SimulateMsgUpdatePool( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
func SimulateMsgWithdrawPrincipal ¶
func SimulateMsgWithdrawPrincipal( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.