Governable Parameters
auth
cosmos-sdk
MaxMemoCharacters TxSigLimit TxSizeCostPerByte SigVerifyCostED25519 SigVerifyCostSecp256k1
The auth module is responsible for specifying the base transaction and account types for an application. Ref.
bank
cosmos-sdk
SendEnabled DefaultSendEnabled
The bank module is responsible for handling multi-asset coin transfers between accounts and tracking special-case pseudo-transfers which must work differently with particular kinds of accounts. Ref.
distribution
cosmos-sdk
communitytax baseproposerreward bonusproposerreward withdrawaddrenabled
This simple distribution mechanism describes a functional way to passively distribute rewards between validators and delegators. Ref.
governance
cosmos-sdk
min_deposit max_deposit_period voting_period quorum threshold veto
The module enables Cosmos-SDK based blockchain to support an on-chain governance system. Ref.
Last updated