github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/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 (time ns) | "600000000000"         |
    14  | SlashFractionDoubleSign | string (dec)     | "0.050000000000000000" |
    15  | SlashFractionDowntime   | string (dec)     | "0.010000000000000000" |