Versions in this module Expand all Collapse all v0 v0.2.0 Nov 8, 2019 Changes in this version + const ModuleName + type GenesisState struct + BaseProposerReward sdk.Dec + BonusProposerReward sdk.Dec + CommunityTax sdk.Dec + DelegatorStartingInfos []v034distr.DelegatorStartingInfoRecord + DelegatorWithdrawInfos []v034distr.DelegatorWithdrawInfo + FeePool v034distr.FeePool + OutstandingRewards []v034distr.ValidatorOutstandingRewardsRecord + PreviousProposer sdk.ConsAddress + ValidatorAccumulatedCommissions []v034distr.ValidatorAccumulatedCommissionRecord + ValidatorCurrentRewards []v034distr.ValidatorCurrentRewardsRecord + ValidatorHistoricalRewards []v034distr.ValidatorHistoricalRewardsRecord + ValidatorSlashEvents []ValidatorSlashEventRecord + WithdrawAddrEnabled bool + func Migrate(oldGenState v034distr.GenesisState) GenesisState + func NewGenesisState(feePool v034distr.FeePool, ...) GenesisState + type ValidatorAccumulatedCommission = sdk.DecTokens + type ValidatorSlashEventRecord struct + Event v034distr.ValidatorSlashEvent + Height uint64 + Period uint64 + ValidatorAddress sdk.ValAddress