github.com/Finschia/finschia-sdk@v0.48.1/x/slashing/spec/08_params.md (about) 1 <!-- 2 order: 8 3 --> 4 5 # Parameters 6 7 The slashing module contains the following parameters: 8 9 | Key | Type | Example | 10 | ----------------------- | -------------- | ---------------------- | 11 | SignedBlocksWindow | string (int64) | "100" | 12 | MinSignedPerWindow | string (dec) | "0.500000000000000000" | 13 | DowntimeJailDuration | string (ns) | "600000000000" | 14 | SlashFractionDoubleSign | string (dec) | "0.050000000000000000" | 15 | SlashFractionDowntime | string (dec) | "0.010000000000000000" |