x/staking
Module parameters
Below are all the network parameters for the staking
module. ShareLedger is based on Tendermint Core's consensus engine, it relies on a set of validators to participate in the proof of stake (PoS) consensus protocol, and they are responsible for committing new blocks to the blockchain.
unbonding_time
: The time duration of unbondingmax_validators
: The maximum number of validatorsmax_entries
: The max entries for either unbonding delegation or redelegationhistorical_entries
: The number of historical entries to persistbond_denom
: Coin denomination for staking
Key | Type | Example |
---|---|---|
bond_denom | string | "nshr" |
historical_entries | uint16 | 3 |
max_entries | uint16 | 7 |
max_validators | uint16 | 100 |
unbonding_time | string (seconds) | "1814400s" |