Skip to main content

Parameters

The governance module contains the following parameters:

KeyTypeExample
depositparamsobject{"min_deposit":[{"denom":"uatom","amount":"10000000"}],"max_deposit_period":"172800000000000"}
votingparamsobject{"voting_period":"172800000000000"}
tallyparamsobject{"quorum":"0.334000000000000000","threshold":"0.500000000000000000","veto":"0.334000000000000000"}

SubKeys

KeyTypeExample
min_depositarray (coins)[{"denom":"uatom","amount":"10000000"}]
max_deposit_periodstring (time ns)"172800000000000"
voting_periodstring (time ns)"172800000000000"
quorumstring (dec)"0.334000000000000000"
thresholdstring (dec)"0.500000000000000000"
vetostring (dec)"0.334000000000000000"

NOTE: The governance module contains parameters that are objects unlike other modules. If only a subset of parameters are desired to be changed, only they need to be included and not the entire parameter object structure.