Versions in this module Expand all Collapse all v0 v0.33.2 Apr 3, 2019 Changes in this version + const CodeInternal + const CodeInvalidDelegation + const CodeInvalidInput + const CodeInvalidValidator + const CodeUnauthorized + const CodeUnknownRequest + const CodeValidatorJailed + const DefaultCodespace + const QuerierRoute + const QueryDelegation + const QueryDelegatorDelegations + const QueryDelegatorUnbondingDelegations + const QueryDelegatorValidator + const QueryDelegatorValidators + const QueryParameters + const QueryPool + const QueryRedelegations + const QueryUnbondingDelegation + const QueryValidator + const QueryValidatorDelegations + const QueryValidatorRedelegations + const QueryValidatorUnbondingDelegations + const QueryValidators + const RouterKey + const StoreKey + const TStoreKey + var ActionCompleteRedelegation = tags.ActionCompleteRedelegation + var ActionCompleteUnbonding = tags.ActionCompleteUnbonding + var DefaultGenesisState = types.DefaultGenesisState + var DefaultParams = types.DefaultParams + var DefaultParamspace = keeper.DefaultParamspace + var DelegationKey = keeper.DelegationKey + var ErrBadDelegationAmount = types.ErrBadDelegationAmount + var ErrBadDelegatorAddr = types.ErrBadDelegatorAddr + var ErrBadDenom = types.ErrBadDenom + var ErrBadRedelegationDst = types.ErrBadRedelegationDst + var ErrBadRemoveValidator = types.ErrBadRemoveValidator + var ErrBadSharesAmount = types.ErrBadSharesAmount + var ErrBadSharesPercent = types.ErrBadSharesPercent + var ErrBothShareMsgsGiven = types.ErrBothShareMsgsGiven + var ErrCommissionHuge = types.ErrCommissionHuge + var ErrCommissionNegative = types.ErrCommissionNegative + var ErrDelegationValidatorEmpty = types.ErrDelegationValidatorEmpty + var ErrDescriptionLength = types.ErrDescriptionLength + var ErrInsufficientShares = types.ErrInsufficientShares + var ErrMinSelfDelegationDecreased = types.ErrMinSelfDelegationDecreased + var ErrMinSelfDelegationInvalid = types.ErrMinSelfDelegationInvalid + var ErrMissingSignature = types.ErrMissingSignature + var ErrNeitherShareMsgsGiven = types.ErrNeitherShareMsgsGiven + var ErrNilDelegatorAddr = types.ErrNilDelegatorAddr + var ErrNilValidatorAddr = types.ErrNilValidatorAddr + var ErrNoDelegation = types.ErrNoDelegation + var ErrNoDelegatorForAddress = types.ErrNoDelegatorForAddress + var ErrNoRedelegation = types.ErrNoRedelegation + var ErrNoUnbondingDelegation = types.ErrNoUnbondingDelegation + var ErrNoValidatorFound = types.ErrNoValidatorFound + var ErrNotEnoughDelegationShares = types.ErrNotEnoughDelegationShares + var ErrNotMature = types.ErrNotMature + var ErrSelfDelegationBelowMinimum = types.ErrSelfDelegationBelowMinimum + var ErrValidatorJailed = types.ErrValidatorJailed + var ErrValidatorOwnerExists = types.ErrValidatorOwnerExists + var ErrValidatorPubKeyExists = types.ErrValidatorPubKeyExists + var ErrValidatorPubKeyTypeUnsupported = types.ErrValidatorPubKeyTypeNotSupported + var GetDelegationKey = keeper.GetDelegationKey + var GetDelegationsKey = keeper.GetDelegationsKey + var GetREDByValDstIndexKey = keeper.GetREDByValDstIndexKey + var GetREDByValSrcIndexKey = keeper.GetREDByValSrcIndexKey + var GetREDKey = keeper.GetREDKey + var GetREDsByDelToValDstIndexKey = keeper.GetREDsByDelToValDstIndexKey + var GetREDsFromValSrcIndexKey = keeper.GetREDsFromValSrcIndexKey + var GetREDsKey = keeper.GetREDsKey + var GetREDsToValDstIndexKey = keeper.GetREDsToValDstIndexKey + var GetUBDByValIndexKey = keeper.GetUBDByValIndexKey + var GetUBDKey = keeper.GetUBDKey + var GetUBDsByValIndexKey = keeper.GetUBDsByValIndexKey + var GetUBDsKey = keeper.GetUBDsKey + var GetValidatorByConsAddrKey = keeper.GetValidatorByConsAddrKey + var GetValidatorKey = keeper.GetValidatorKey + var GetValidatorsByPowerIndexKey = keeper.GetValidatorsByPowerIndexKey + var InitialPool = types.InitialPool + var KeyBondDenom = types.KeyBondDenom + var KeyMaxValidators = types.KeyMaxValidators + var KeyUnbondingTime = types.KeyUnbondingTime + var LastTotalPowerKey = keeper.LastTotalPowerKey + var LastValidatorPowerKey = keeper.LastValidatorPowerKey + var NewCommission = types.NewCommission + var NewCommissionMsg = types.NewCommissionMsg + var NewCommissionWithTime = types.NewCommissionWithTime + var NewDescription = types.NewDescription + var NewGenesisState = types.NewGenesisState + var NewKeeper = keeper.NewKeeper + var NewMsgBeginRedelegate = types.NewMsgBeginRedelegate + var NewMsgCreateValidator = types.NewMsgCreateValidator + var NewMsgDelegate = types.NewMsgDelegate + var NewMsgEditValidator = types.NewMsgEditValidator + var NewMsgUndelegate = types.NewMsgUndelegate + var NewQuerier = querier.NewQuerier + var NewQueryBondsParams = querier.NewQueryBondsParams + var NewQueryDelegatorParams = querier.NewQueryDelegatorParams + var NewQueryValidatorParams = querier.NewQueryValidatorParams + var NewValidator = types.NewValidator + var PoolKey = keeper.PoolKey + var RedelegationQueueKey = keeper.RedelegationQueueKey + var RegisterCodec = types.RegisterCodec + var TagAction = tags.Action + var TagDelegator = tags.Delegator + var TagDstValidator = tags.DstValidator + var TagIdentity = tags.Identity + var TagMoniker = tags.Moniker + var TagSrcValidator = tags.SrcValidator + var TestingUpdateValidator = keeper.TestingUpdateValidator + var UnbondingQueueKey = keeper.UnbondingQueueKey + var ValidatorQueueKey = keeper.ValidatorQueueKey + var ValidatorsByConsAddrKey = keeper.ValidatorsByConsAddrKey + var ValidatorsByPowerIndexKey = keeper.ValidatorsByPowerIndexKey + var ValidatorsKey = keeper.ValidatorsKey + func EndBlocker(ctx sdk.Context, k keeper.Keeper) ([]abci.ValidatorUpdate, sdk.Tags) + func ExportGenesis(ctx sdk.Context, keeper Keeper) types.GenesisState + func InitGenesis(ctx sdk.Context, keeper Keeper, data types.GenesisState) (res []abci.ValidatorUpdate, err error) + func NewHandler(k keeper.Keeper) sdk.Handler + func ValidateGenesis(data types.GenesisState) error + func WriteValidators(ctx sdk.Context, keeper Keeper) (vals []tmtypes.GenesisValidator) + type BankKeeper = types.BankKeeper + type Commission = types.Commission + type CommissionMsg = types.CommissionMsg + type Delegation = types.Delegation + type Delegations = types.Delegations + type Description = types.Description + type DistributionKeeper = types.DistributionKeeper + type FeeCollectionKeeper = types.FeeCollectionKeeper + type GenesisState = types.GenesisState + type Keeper = keeper.Keeper + type MsgBeginRedelegate = types.MsgBeginRedelegate + type MsgCreateValidator = types.MsgCreateValidator + func NewTestMsgCreateValidator(address sdk.ValAddress, pubKey crypto.PubKey, amt sdk.Int) MsgCreateValidator + func NewTestMsgCreateValidatorWithCommission(address sdk.ValAddress, pubKey crypto.PubKey, amt sdk.Int, ...) MsgCreateValidator + func NewTestMsgCreateValidatorWithMinSelfDelegation(address sdk.ValAddress, pubKey crypto.PubKey, amt sdk.Int, ...) MsgCreateValidator + type MsgDelegate = types.MsgDelegate + func NewTestMsgDelegate(delAddr sdk.AccAddress, valAddr sdk.ValAddress, amt sdk.Int) MsgDelegate + type MsgEditValidator = types.MsgEditValidator + type MsgUndelegate = types.MsgUndelegate + type Params = types.Params + type Pool = types.Pool + type QueryBondsParams = querier.QueryBondsParams + type QueryDelegatorParams = querier.QueryDelegatorParams + type QueryRedelegationParams = querier.QueryRedelegationParams + type QueryValidatorParams = querier.QueryValidatorParams + type Redelegation = types.Redelegation + type Redelegations = types.Redelegations + type UnbondingDelegation = types.UnbondingDelegation + type UnbondingDelegations = types.UnbondingDelegations + type Validator = types.Validator + type Validators = types.Validators