Documentation ¶
Index ¶
- func FindAccount(accs []simtypes.Account, address string) (simtypes.Account, bool)
- func NewDecodeStore(cdc codec.BinaryCodec) func(kvA, kvB kv.Pair) string
- func ParamChanges(_ *rand.Rand) []simtypes.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgAdd(_ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper) simtypes.Operation
- func SimulateMsgResolve(_ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper) simtypes.Operation
- func SimulateMsgUpdate(_ 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 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(_ *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 SimulateMsgAdd ¶ added in v1.0.1
func SimulateMsgAdd( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
SimulateMsgAdd simulates the add market flow
func SimulateMsgResolve ¶ added in v1.0.1
func SimulateMsgResolve( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
SimulateMsgResolve simulates the resolve market flow
func SimulateMsgUpdate ¶ added in v1.0.1
func SimulateMsgUpdate( _ types.AccountKeeper, _ types.BankKeeper, _ keeper.Keeper, ) simtypes.Operation
SimulateMsgUpdate simulates update market message
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.