github.com/Finschia/finschia-sdk@v0.48.1/x/staking/spec/08_params.md (about)

     1  <!--
     2  order: 8
     3  -->
     4  
     5  # Parameters
     6  
     7  The staking module contains the following parameters:
     8  
     9  | Key               | Type             | Example           |
    10  |-------------------|------------------|-------------------|
    11  | UnbondingTime     | string (time ns) | "259200000000000" |
    12  | MaxValidators     | uint16           | 100               |
    13  | KeyMaxEntries     | uint16           | 7                 |
    14  | HistoricalEntries | uint16           | 3                 |
    15  | BondDenom         | string           | "stake"           |
    16  | PowerReduction    | string           | "1000000"         |