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 SimulateMsgRecordBeaconTimestamp(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
- func SimulateMsgRegisterBeacon(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 beacon module
func SimulateMsgRecordBeaconTimestamp ¶
func SimulateMsgRecordBeaconTimestamp(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgRecordBeaconTimestamp generates a MsgRecordBeaconTimestamp with random values nolint: funlen
func SimulateMsgRegisterBeacon ¶
func SimulateMsgRegisterBeacon(ak auth.AccountKeeper, k keeper.Keeper) simulation.Operation
SimulateMsgRegisterBeacon generates a MsgRegisterBeacon with random values nolint: funlen
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.