cosmos-sdk/x/staking/spec/08_params.md

17 lines
576 B
Markdown
Raw Normal View History

<!--
order: 8
-->
# Parameters
The staking module contains the following parameters:
| Key | Type | Example |
|-------------------|------------------|-------------------|
| UnbondingTime | string (time ns) | "259200000000000" |
| MaxValidators | uint16 | 100 |
| KeyMaxEntries | uint16 | 7 |
| HistoricalEntries | uint16 | 3 |
| BondDenom | string | "stake" |
2021-03-21 15:39:23 -07:00
| PowerReduction | string | "1000000" |