github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/cosmos-sdk/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           | "uatom"           |