Versions in this module Expand all Collapse all v0 v0.9.3 Nov 20, 2020 v0.9.0 Oct 19, 2020 Changes in this version + const CodeInvalidInput + const CodeNoDistributionInfo + const CodeNoValidatorCommission + const CodeSetWithdrawAddrDisabled + const DefaultCodespace + const DefaultParamspace + const ModuleName + const ParamBaseProposerReward + const ParamBonusProposerReward + const ParamCommunityTax + const ParamWithdrawAddrEnabled + const ProposalTypeCommunityPoolSpend + const QuerierRoute + const QueryCommunityPool + const QueryDelegationRewards + const QueryDelegatorTotalRewards + const QueryDelegatorValidators + const QueryParams + const QueryValidatorCommission + const QueryValidatorOutstandingRewards + const QueryValidatorSlashes + const QueryWithdrawAddr + const RouterKey + const StoreKey + var AllInvariants = keeper.AllInvariants + var AttributeKeyValidator = types.AttributeKeyValidator + var AttributeKeyWithdrawAddress = types.AttributeKeyWithdrawAddress + var AttributeValueCategory = types.AttributeValueCategory + var CanWithdrawInvariant = keeper.CanWithdrawInvariant + var CreateTestInputAdvanced = keeper.CreateTestInputAdvanced + var CreateTestInputDefault = keeper.CreateTestInputDefault + var DefaultGenesisState = types.DefaultGenesisState + var DelegatorStartingInfoPrefix = keeper.DelegatorStartingInfoPrefix + var DelegatorWithdrawAddrPrefix = keeper.DelegatorWithdrawAddrPrefix + var ErrBadDistribution = types.ErrBadDistribution + var ErrEmptyProposalRecipient = types.ErrEmptyProposalRecipient + var ErrInvalidProposalAmount = types.ErrInvalidProposalAmount + var ErrNilDelegatorAddr = types.ErrNilDelegatorAddr + var ErrNilValidatorAddr = types.ErrNilValidatorAddr + var ErrNilWithdrawAddr = types.ErrNilWithdrawAddr + var ErrNoDelegationDistInfo = types.ErrNoDelegationDistInfo + var ErrNoValidatorCommission = types.ErrNoValidatorCommission + var ErrNoValidatorDistInfo = types.ErrNoValidatorDistInfo + var ErrSetWithdrawAddrDisabled = types.ErrSetWithdrawAddrDisabled + var EventTypeCommission = types.EventTypeCommission + var EventTypeProposerReward = types.EventTypeProposerReward + var EventTypeRewards = types.EventTypeRewards + var EventTypeSetWithdrawAddress = types.EventTypeSetWithdrawAddress + var EventTypeWithdrawCommission = types.EventTypeWithdrawCommission + var EventTypeWithdrawRewards = types.EventTypeWithdrawRewards + var FeePoolKey = keeper.FeePoolKey + var GetDelegatorStartingInfoAddresses = keeper.GetDelegatorStartingInfoAddresses + var GetDelegatorStartingInfoKey = keeper.GetDelegatorStartingInfoKey + var GetDelegatorWithdrawAddrKey = keeper.GetDelegatorWithdrawAddrKey + var GetDelegatorWithdrawInfoAddress = keeper.GetDelegatorWithdrawInfoAddress + var GetValidatorAccumulatedCommissionAddress = keeper.GetValidatorAccumulatedCommissionAddress + var GetValidatorAccumulatedCommissionKey = keeper.GetValidatorAccumulatedCommissionKey + var GetValidatorCurrentRewardsAddress = keeper.GetValidatorCurrentRewardsAddress + var GetValidatorCurrentRewardsKey = keeper.GetValidatorCurrentRewardsKey + var GetValidatorHistoricalRewardsAddressPeriod = keeper.GetValidatorHistoricalRewardsAddressPeriod + var GetValidatorHistoricalRewardsKey = keeper.GetValidatorHistoricalRewardsKey + var GetValidatorHistoricalRewardsPrefix = keeper.GetValidatorHistoricalRewardsPrefix + var GetValidatorOutstandingRewardsAddress = keeper.GetValidatorOutstandingRewardsAddress + var GetValidatorOutstandingRewardsKey = keeper.GetValidatorOutstandingRewardsKey + var GetValidatorSlashEventAddressHeight = keeper.GetValidatorSlashEventAddressHeight + var GetValidatorSlashEventKey = keeper.GetValidatorSlashEventKey + var GetValidatorSlashEventKeyPrefix = keeper.GetValidatorSlashEventKeyPrefix + var GetValidatorSlashEventPrefix = keeper.GetValidatorSlashEventPrefix + var HandleCommunityPoolSpendProposal = keeper.HandleCommunityPoolSpendProposal + var InitialFeePool = types.InitialFeePool + var InitialValidatorAccumulatedCommission = types.InitialValidatorAccumulatedCommission + var MakeTestCodec = keeper.MakeTestCodec + var ModuleAccountInvariant = keeper.ModuleAccountInvariant + var ModuleCdc = types.ModuleCdc + var NewCommunityPoolSpendProposal = types.NewCommunityPoolSpendProposal + var NewDelegationDelegatorReward = types.NewDelegationDelegatorReward + var NewDelegatorStartingInfo = types.NewDelegatorStartingInfo + var NewGenesisState = types.NewGenesisState + var NewKeeper = keeper.NewKeeper + var NewMsgSetWithdrawAddress = types.NewMsgSetWithdrawAddress + var NewMsgWithdrawDelegatorReward = types.NewMsgWithdrawDelegatorReward + var NewMsgWithdrawValidatorCommission = types.NewMsgWithdrawValidatorCommission + var NewQuerier = keeper.NewQuerier + var NewQueryDelegationRewardsParams = types.NewQueryDelegationRewardsParams + var NewQueryDelegatorParams = types.NewQueryDelegatorParams + var NewQueryDelegatorTotalRewardsResponse = types.NewQueryDelegatorTotalRewardsResponse + var NewQueryDelegatorWithdrawAddrParams = types.NewQueryDelegatorWithdrawAddrParams + var NewQueryValidatorCommissionParams = types.NewQueryValidatorCommissionParams + var NewQueryValidatorOutstandingRewardsParams = types.NewQueryValidatorOutstandingRewardsParams + var NewQueryValidatorSlashesParams = types.NewQueryValidatorSlashesParams + var NewValidatorCurrentRewards = types.NewValidatorCurrentRewards + var NewValidatorHistoricalRewards = types.NewValidatorHistoricalRewards + var NewValidatorSlashEvent = types.NewValidatorSlashEvent + var NonNegativeOutstandingInvariant = keeper.NonNegativeOutstandingInvariant + var ParamKeyTable = keeper.ParamKeyTable + var ParamStoreKeyBaseProposerReward = keeper.ParamStoreKeyBaseProposerReward + var ParamStoreKeyBonusProposerReward = keeper.ParamStoreKeyBonusProposerReward + var ParamStoreKeyCommunityTax = keeper.ParamStoreKeyCommunityTax + var ParamStoreKeyWithdrawAddrEnabled = keeper.ParamStoreKeyWithdrawAddrEnabled + var ProposalHandler = client.ProposalHandler + var ProposerKey = keeper.ProposerKey + var ReferenceCountInvariant = keeper.ReferenceCountInvariant + var RegisterCodec = types.RegisterCodec + var RegisterInvariants = keeper.RegisterInvariants + var TestAddrs = keeper.TestAddrs + var ValidateGenesis = types.ValidateGenesis + var ValidatorAccumulatedCommissionPrefix = keeper.ValidatorAccumulatedCommissionPrefix + var ValidatorCurrentRewardsPrefix = keeper.ValidatorCurrentRewardsPrefix + var ValidatorHistoricalRewardsPrefix = keeper.ValidatorHistoricalRewardsPrefix + var ValidatorOutstandingRewardsPrefix = keeper.ValidatorOutstandingRewardsPrefix + var ValidatorSlashEventPrefix = keeper.ValidatorSlashEventPrefix + func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, k keeper.Keeper) + func ExportGenesis(ctx sdk.Context, keeper Keeper) types.GenesisState + func InitGenesis(ctx sdk.Context, keeper Keeper, supplyKeeper types.SupplyKeeper, ...) + func NewCommunityPoolSpendProposalHandler(k Keeper) govtypes.Handler + func NewHandler(k keeper.Keeper) sdk.Handler + type AppModule struct + func NewAppModule(keeper Keeper, supplyKeeper types.SupplyKeeper) AppModule + func (AppModule) EndBlock(_ sdk.Context, _ abci.RequestEndBlock) []abci.ValidatorUpdate + func (AppModule) Name() string + func (AppModule) QuerierRoute() string + func (AppModule) Route() string + func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) + func (am AppModule) ExportGenesis(ctx sdk.Context) json.RawMessage + func (am AppModule) InitGenesis(ctx sdk.Context, data json.RawMessage) []abci.ValidatorUpdate + func (am AppModule) NewHandler() sdk.Handler + func (am AppModule) NewQuerierHandler() sdk.Querier + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + type AppModuleBasic struct + func (AppModuleBasic) DefaultGenesis() json.RawMessage + func (AppModuleBasic) GetQueryCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) GetTxCmd(cdc *codec.Codec) *cobra.Command + func (AppModuleBasic) Name() string + func (AppModuleBasic) RegisterCodec(cdc *codec.Codec) + func (AppModuleBasic) RegisterRESTRoutes(ctx context.CLIContext, rtr *mux.Router) + func (AppModuleBasic) ValidateGenesis(bz json.RawMessage) error + type CodeType = types.CodeType + type CommunityPoolSpendProposal = types.CommunityPoolSpendProposal + type DelegationDelegatorReward = types.DelegationDelegatorReward + type DelegatorStartingInfo = types.DelegatorStartingInfo + type DelegatorStartingInfoRecord = types.DelegatorStartingInfoRecord + type DelegatorWithdrawInfo = types.DelegatorWithdrawInfo + type FeePool = types.FeePool + type GenesisState = types.GenesisState + type Hooks = keeper.Hooks + type Keeper = keeper.Keeper + type MsgSetWithdrawAddress = types.MsgSetWithdrawAddress + type MsgWithdrawDelegatorReward = types.MsgWithdrawDelegatorReward + type MsgWithdrawValidatorCommission = types.MsgWithdrawValidatorCommission + type QueryDelegationRewardsParams = types.QueryDelegationRewardsParams + type QueryDelegatorParams = types.QueryDelegatorParams + type QueryDelegatorTotalRewardsResponse = types.QueryDelegatorTotalRewardsResponse + type QueryDelegatorWithdrawAddrParams = types.QueryDelegatorWithdrawAddrParams + type QueryValidatorCommissionParams = types.QueryValidatorCommissionParams + type QueryValidatorOutstandingRewardsParams = types.QueryValidatorOutstandingRewardsParams + type QueryValidatorSlashesParams = types.QueryValidatorSlashesParams + type ValidatorAccumulatedCommission = types.ValidatorAccumulatedCommission + type ValidatorAccumulatedCommissionRecord = types.ValidatorAccumulatedCommissionRecord + type ValidatorCurrentRewards = types.ValidatorCurrentRewards + type ValidatorCurrentRewardsRecord = types.ValidatorCurrentRewardsRecord + type ValidatorHistoricalRewards = types.ValidatorHistoricalRewards + type ValidatorHistoricalRewardsRecord = types.ValidatorHistoricalRewardsRecord + type ValidatorOutstandingRewards = types.ValidatorOutstandingRewards + type ValidatorOutstandingRewardsRecord = types.ValidatorOutstandingRewardsRecord + type ValidatorSlashEvent = types.ValidatorSlashEvent + type ValidatorSlashEventRecord = types.ValidatorSlashEventRecord + type ValidatorSlashEvents = types.ValidatorSlashEvents