x/distribution
Module parameters
Below are all the network parameters for the distribution
module:
community_tax
- The rate of community taxbase_proposer_reward
- Base bonus on transaction fees collected in a valid block;bonus_proposer_reward
- Maximum bonus on transaction fees collected in a valid block;withdraw_addr_enabled
- Whether delegators can set a different address to withdraw their rewards.
Key | Type | Example |
---|---|---|
community_tax | string (dec) | "0.020000000000000000" |
base_proposer_reward | string (dec) | "0.010000000000000000" |
bonus_proposer_reward | string (dec) | "0.040000000000000000" |
withdraw_addr_enabled | string (dec) | true |
info
community_tax
,base_proposer_reward
andbonus_proposer_reward
must be positive and their sum cannot exceed 1.00.