Documentation ¶
Index ¶
- Constants
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func GenMaxBetFee(r *rand.Rand) sdk.Int
- func GenMinBetAmount(r *rand.Rand) sdk.Int
- func GenMinBetFee(r *rand.Rand) sdk.Int
- func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
- func ParamChanges(r *rand.Rand) []simtypes.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgAddMarket(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgResolveMarket(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdateMarket(ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper) simtypes.Operation
Constants ¶
View Source
const ( MinBetAmount = "MinBetAmount" MinBetFee = "MinBetFee" MaxBetFee = "MaxBetFee" )
Simulation parameter constants
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func GenMaxBetFee ¶ added in v0.0.8
GenMaxBetFee randomized max bet fee
func GenMinBetAmount ¶ added in v0.0.8
GenMinBetAmount randomized min bet amount
func GenMinBetFee ¶ added in v0.0.8
GenMinBetFee randomized min bet fee
func NewDecodeStore ¶ added in v0.0.8
func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
NewDecodeStore returns a decoder function closure that unmarshal the KVPair's Value to the corresponding bet type.
func ParamChanges ¶ added in v0.0.8
func ParamChanges(r *rand.Rand) []simtypes.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func RandomizedGenState ¶ added in v0.0.8
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for market
func SimulateMsgAddMarket ¶
func SimulateMsgAddMarket( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgAddMarket simulates the add market flow
func SimulateMsgResolveMarket ¶
func SimulateMsgResolveMarket( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgResolveMarket simulates the resolve market flow
func SimulateMsgUpdateMarket ¶
func SimulateMsgUpdateMarket( ak types.AccountKeeper, bk types.BankKeeper, k keeper.Keeper, ) simtypes.Operation
SimulateMsgUpdateMarket simulates update market message
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.