Versions in this module Expand all Collapse all v0 v0.43.1 Aug 21, 2021 Changes in this version + const ModuleName + type GenesisState struct + DelegatorStartingInfos []v034distr.DelegatorStartingInfoRecord + DelegatorWithdrawInfos []v034distr.DelegatorWithdrawInfo + FeePool v034distr.FeePool + OutstandingRewards []v034distr.ValidatorOutstandingRewardsRecord + Params Params + PreviousProposer sdk.ConsAddress + ValidatorAccumulatedCommissions []v034distr.ValidatorAccumulatedCommissionRecord + ValidatorCurrentRewards []v034distr.ValidatorCurrentRewardsRecord + ValidatorHistoricalRewards []v034distr.ValidatorHistoricalRewardsRecord + ValidatorSlashEvents []v036distr.ValidatorSlashEventRecord + func NewGenesisState(params Params, feePool v034distr.FeePool, ...) GenesisState + type Params struct + BaseProposerReward sdk.Dec + BonusProposerReward sdk.Dec + CommunityTax sdk.Dec + WithdrawAddrEnabled bool