Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const DowntimeJailDuration + const MinSignedPerWindow + const OpWeightMsgUnjail + const SignedBlocksWindow + const SlashFractionDoubleSign + const SlashFractionDowntime + func DecodeStore(cdc *codec.Codec, kvA, kvB tmkv.Pair) string + func GenDowntimeJailDuration(r *rand.Rand) time.Duration + func GenMinSignedPerWindow(r *rand.Rand) sdk.Dec + func GenSignedBlocksWindow(r *rand.Rand) int64 + func GenSlashFractionDoubleSign(r *rand.Rand) sdk.Dec + func GenSlashFractionDowntime(r *rand.Rand) sdk.Dec + func ParamChanges(r *rand.Rand) []simulation.ParamChange + func RandomizedGenState(simState *module.SimulationState) + func SimulateMsgUnjail(ak types.AccountKeeper, k keeper.Keeper, sk stakingkeeper.Keeper) simulation.Operation + func WeightedOperations(appParams simulation.AppParams, cdc *codec.Codec, ak types.AccountKeeper, ...) simulation.WeightedOperations