Documentation ¶
Index ¶
- func DecodeStore(cdc *codec.Codec, kvA, kvB cmn.KVPair) string
- func ParamChanges(r *rand.Rand) []simulation.ParamChange
- func RandomizedGenState(simState *module.SimulationState)
- func SimulateMsgRecordWrkChainBlock(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgRegisterWrkChain(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeStore ¶
DecodeStore unmarshals the KVPair's Value to the corresponding wrkchain type
func ParamChanges ¶
func ParamChanges(r *rand.Rand) []simulation.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 wrkchain
func SimulateMsgRecordWrkChainBlock ¶
func SimulateMsgRecordWrkChainBlock(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgRecordWrkChainBlock generates a MsgRecordWrkChainBlock with random values nolint: funlen
func SimulateMsgRegisterWrkChain ¶
func SimulateMsgRegisterWrkChain(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgRegisterWrkChain generates a MsgRegisterWrkChain with random values nolint: funlen
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.