Versions in this module Expand all Collapse all v0 v0.34.7 Oct 3, 2019 Changes in this version + func QueryDelegationRewards(cliCtx context.CLIContext, cdc *codec.Codec, ...) ([]byte, error) + func QueryDelegatorTotalRewards(cliCtx context.CLIContext, cdc *codec.Codec, queryRoute, delAddr string) ([]byte, error) + func QueryDelegatorValidators(cliCtx context.CLIContext, cdc *codec.Codec, queryRoute string, ...) ([]byte, error) + func QueryValidatorCommission(cliCtx context.CLIContext, cdc *codec.Codec, queryRoute string, ...) ([]byte, error) + func WithdrawAllDelegatorRewards(cliCtx context.CLIContext, cdc *codec.Codec, queryRoute string, ...) ([]sdk.Msg, error) + func WithdrawValidatorRewardsAndCommission(validatorAddr sdk.ValAddress) ([]sdk.Msg, error) + type PrettyParams struct + BaseProposerReward json.RawMessage + BonusProposerReward json.RawMessage + CommunityTax json.RawMessage + WithdrawAddrEnabled json.RawMessage + func NewPrettyParams(communityTax json.RawMessage, baseProposerReward json.RawMessage, ...) PrettyParams + func QueryParams(cliCtx context.CLIContext, queryRoute string) (PrettyParams, error) + func (pp PrettyParams) String() string