Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgCancelOrder(ak types.AccountKeeper, bk types.BankKeeper, sk types.SubaccountsKeeper, ...) simtypes.Operation
- func SimulateMsgPlaceOrder(ak types.AccountKeeper, bk types.BankKeeper, sk types.SubaccountsKeeper, ...) simtypes.Operation
- func SimulateMsgProposedOperations(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 RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for `CLOB`.
func SimulateMsgCancelOrder ¶
func SimulateMsgCancelOrder( ak types.AccountKeeper, bk types.BankKeeper, sk types.SubaccountsKeeper, k keeper.Keeper, memClob types.MemClob, cdc *codec.ProtoCodec, ) simtypes.Operation
func SimulateMsgPlaceOrder ¶
func SimulateMsgPlaceOrder( ak types.AccountKeeper, bk types.BankKeeper, sk types.SubaccountsKeeper, k keeper.Keeper, cdc *codec.ProtoCodec, ) simtypes.Operation
func SimulateMsgProposedOperations ¶
func SimulateMsgProposedOperations( 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.