x/gov
Module parameters
Below are all the network parameters for the gov
module:
deposit_params
- Deposit related parameters:min_deposit
: Minimum deposit for a proposal to enter voting period.max_deposit_period
: Maximum period for SHR holders to deposit on a proposal.
voting_params
- Voting related parametersvoting_period
: The length of the voting period.
tally_params
- Tally related parametersquorum
: The minimum percentage of voting power that needs to be casted on a proposal for the result to be valid.threshold
: Minimum proportion ofYes
votes (excludingAbstain
votes) for the proposal to be accepted.
veto
: Minimum proportion ofVeto
votes to total votes ratio for proposal to be vetoed.
Key | Type | Example |
---|---|---|
min_deposit | array (coins) | [{"denom":"nshr","amount":"10000000000000000"}] |
max_deposit_period | string (seconds) | "172800s" |
voting_period | string (seconds) | "172800s" |
quorum | string (dec) | "0.334000000000000000" |
threshold | string (dec) | "0.500000000000000000" |
veto | string (dec) | "0.334000000000000000" |