Documentation ¶
Index ¶
- Constants
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func GenBatchSettlementCount(r *rand.Rand) uint64
- func GenMaxOrderBookParticipations(r *rand.Rand) uint64
- func GenRequeueThreshold(r *rand.Rand) uint64
- func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
- func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
Constants ¶
View Source
const ( BatchSettlementCount = "BatchSettlementCount" MaxOrderBookParticipations = "MaxOrderBookParticipations" RequeueThreshold = "RequeueThreshold" )
Simulation parameter constants
Variables ¶
This section is empty.
Functions ¶
func FindAccount ¶
FindAccount find a specific address from an account list
func GenBatchSettlementCount ¶
GenBatchSettlementCount randomized min bet amount
func GenMaxOrderBookParticipations ¶
GenMaxOrderBookParticipations randomized min bet fee
func GenRequeueThreshold ¶
GenRequeueThreshold randomized max bet fee
func NewDecodeStore ¶
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 ¶
func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
ParamChanges defines the parameters that can be modified by param change proposals on the simulation
func RandomizedGenState ¶
func RandomizedGenState(simState *module.SimulationState)
RandomizedGenState generates a random GenesisState for market
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.