Versions in this module Expand all Collapse all v1 v1.0.0 Jan 6, 2023 Changes in this version + const DefaultParamspace + const ModuleName + const ParamWithdrawAddrEnabled + const QuerierRoute + const QueryParams + const QueryValidatorCommission + const QueryWithdrawAddr + const RouterKey + const StoreKey + var AttributeKeyValidator = types.AttributeKeyValidator + var AttributeKeyWithdrawAddress = types.AttributeKeyWithdrawAddress + var AttributeValueCategory = types.AttributeValueCategory + var ChangeDistributionTypeProposalHandler = client.ChangeDistributionTypeProposalHandler + var CommunityPoolSpendProposalHandler = client.CommunityPoolSpendProposalHandler + var DefaultGenesisState = types.DefaultGenesisState + var DelegatorWithdrawAddrPrefix = types.DelegatorWithdrawAddrPrefix + var ErrCheckSignerFail = errors.New("check signer fail") + var ErrNilDelegatorAddr = types.ErrNilDelegatorAddr + var ErrNoValidatorCommission = types.ErrNoValidatorCommission + var ErrSetWithdrawAddrDisabled = types.ErrSetWithdrawAddrDisabled + var EventTypeCommission = types.EventTypeCommission + var EventTypeProposerReward = types.EventTypeProposerReward + var EventTypeSetWithdrawAddress = types.EventTypeSetWithdrawAddress + var EventTypeWithdrawCommission = types.EventTypeWithdrawCommission + var FeePoolKey = types.FeePoolKey + var GetDelegatorWithdrawAddrKey = types.GetDelegatorWithdrawAddrKey + var GetDelegatorWithdrawInfoAddress = types.GetDelegatorWithdrawInfoAddress + var GetValidatorAccumulatedCommissionAddress = types.GetValidatorAccumulatedCommissionAddress + var GetValidatorAccumulatedCommissionKey = types.GetValidatorAccumulatedCommissionKey + var InitialFeePool = types.InitialFeePool + var InitialValidatorAccumulatedCommission = types.InitialValidatorAccumulatedCommission + var ModuleCdc = types.ModuleCdc + var NewGenesisState = types.NewGenesisState + var NewKeeper = keeper.NewKeeper + var NewMsgSetWithdrawAddress = types.NewMsgSetWithdrawAddress + var NewMsgWithdrawDelegatorAllRewards = types.NewMsgWithdrawDelegatorAllRewards + var NewMsgWithdrawDelegatorReward = types.NewMsgWithdrawDelegatorReward + var NewMsgWithdrawValidatorCommission = types.NewMsgWithdrawValidatorCommission + var NewQuerier = keeper.NewQuerier + var NewQueryDelegatorWithdrawAddrParams = types.NewQueryDelegatorWithdrawAddrParams + var NewQueryValidatorCommissionParams = types.NewQueryValidatorCommissionParams + var ProposerKey = types.ProposerKey + var RegisterCodec = types.RegisterCodec + var RegisterInvariants = keeper.RegisterInvariants + var RewardTruncatePrecisionProposalHandler = client.RewardTruncatePrecisionProposalHandler + var ValidateGenesis = types.ValidateGenesis + var ValidatorAccumulatedCommissionPrefix = types.ValidatorAccumulatedCommissionPrefix + var WithdrawRewardEnabledProposalHandler = client.WithdrawRewardEnabledProposalHandler + func BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock, k keeper.Keeper) + func ConvertWithdrawDelegatorAllRewardsMsg(data []byte, signers []sdk.AccAddress) (sdk.Msg, error) + func ExportGenesis(ctx sdk.Context, keeper Keeper) types.GenesisState + func InitGenesis(ctx sdk.Context, keeper Keeper, supplyKeeper types.SupplyKeeper, ...) + func NewDistributionProposalHandler(k Keeper) govtypes.Handler + func NewHandler(k keeper.Keeper) sdk.Handler + func RegisterConvert() + 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) GenerateGenesisState(input *module.SimulationState) + 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) ProposalContents(simState module.SimulationState) []simulation.WeightedProposalContent + func (am AppModule) RandomizedParams(r *rand.Rand) []simulation.ParamChange + func (am AppModule) RegisterInvariants(ir sdk.InvariantRegistry) + func (am AppModule) RegisterStoreDecoder(registry sdk.StoreDecoderRegistry) + func (am AppModule) WeightedOperations(simState module.SimulationState) []simulation.WeightedOperation + 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 DelegatorWithdrawInfo = types.DelegatorWithdrawInfo + type GenesisState = types.GenesisState + type Hooks = keeper.Hooks + type Keeper = keeper.Keeper + type MsgSetWithdrawAddress = types.MsgSetWithdrawAddress + type MsgWithdrawValidatorCommission = types.MsgWithdrawValidatorCommission + type QueryDelegatorWithdrawAddrParams = types.QueryDelegatorWithdrawAddrParams + type QueryValidatorCommissionParams = types.QueryValidatorCommissionParams + type ValidatorAccumulatedCommission = types.ValidatorAccumulatedCommission + type ValidatorAccumulatedCommissionRecord = types.ValidatorAccumulatedCommissionRecord