Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func SimulateMsgPlaceBet(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgPlaceBetSlip(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgSettleBet(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgSettleBetBulk(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 SimulateMsgPlaceBet ¶
func SimulateMsgPlaceBet( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgPlaceBet returns an Operation function to run a state machine transition
func SimulateMsgPlaceBetSlip ¶
func SimulateMsgPlaceBetSlip( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgPlaceBetSlip returns an Operation function to run a state machine transition
func SimulateMsgSettleBet ¶
func SimulateMsgSettleBet( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgSettleBet returns an Operation function to run a state machine transition
func SimulateMsgSettleBetBulk ¶
func SimulateMsgSettleBetBulk( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgSettleBetBulk returns an Operation function to run a state machine transition
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.