Versions in this module Expand all Collapse all v0 v0.0.2 Nov 23, 2021 Changes in this version + const AttributeKeyCommissionRate + const AttributeKeyCompletionTime + const AttributeKeyDelegator + const AttributeKeyDstValidator + const AttributeKeyMinSelfDelegation + const AttributeKeySrcValidator + const AttributeKeyValidator + const AttributeValueCategory + const BondedPoolName + const DefaultHistoricalEntries + const DefaultMaxEntries + const DefaultMaxValidators + const DefaultUnbondingTime + const DoNotModifyDesc + const EventTypeCompleteRedelegation + const EventTypeCompleteUnbonding + const EventTypeCreateValidator + const EventTypeDelegate + const EventTypeEditValidator + const EventTypeRedelegate + const EventTypeUnbond + const MaxDetailsLength + const MaxIdentityLength + const MaxMonikerLength + const MaxSecurityContactLength + const MaxWebsiteLength + const ModuleName + const NotBondedPoolName + const QuerierRoute + const QueryDelegation + const QueryDelegatorDelegations + const QueryDelegatorUnbondingDelegations + const QueryDelegatorValidator + const QueryDelegatorValidators + const QueryHistoricalInfo + const QueryParameters + const QueryPool + const QueryRedelegations + const QueryUnbondingDelegation + const QueryValidator + const QueryValidatorDelegations + const QueryValidatorRedelegations + const QueryValidatorUnbondingDelegations + const QueryValidators + const RouterKey + const StoreKey + const TypeMsgBeginRedelegate + const TypeMsgCreateValidator + const TypeMsgDelegate + const TypeMsgEditValidator + const TypeMsgUndelegate + var BondStatusBonded = BondStatus_name[int32(Bonded)] + var BondStatusUnbonded = BondStatus_name[int32(Unbonded)] + var BondStatusUnbonding = BondStatus_name[int32(Unbonding)] + var BondStatusUnspecified = BondStatus_name[int32(Unspecified)] + var BondStatus_name = map[int32]string + var BondStatus_value = map[string]int32 + var DelegationKey = []byte + var ErrBadDelegationAddr = sdkerrors.Register(ModuleName, 22, "invalid address for (address, validator) tuple") + var ErrBadDelegationAmount = sdkerrors.Register(ModuleName, 23, "invalid delegation amount") + var ErrBadDelegatorAddr = sdkerrors.Register(ModuleName, 25, "delegator does not exist with address") + var ErrBadDenom = sdkerrors.Register(ModuleName, 21, "invalid coin denomination") + var ErrBadRedelegationAddr = sdkerrors.Register(ModuleName, 35, ...) + var ErrBadRedelegationDst = sdkerrors.Register(ModuleName, 39, "redelegation destination validator not found") + var ErrBadRemoveValidator = sdkerrors.Register(ModuleName, 9, "failed to remove validator") + var ErrBadSharesAmount = sdkerrors.Register(ModuleName, 30, "invalid shares amount") + var ErrBadSharesPercent = sdkerrors.Register(ModuleName, 31, "Invalid shares percent") + var ErrBadValidatorAddr = sdkerrors.Register(ModuleName, 3, "validator address is invalid") + var ErrBothShareMsgsGiven = sdkerrors.Register(ModuleName, 43, "both shares amount and shares percent provided") + var ErrCommissionChangeRateGTMaxRate = sdkerrors.Register(ModuleName, 15, "commission change rate cannot be more than the max rate") + var ErrCommissionChangeRateNegative = sdkerrors.Register(ModuleName, 14, "commission change rate must be positive") + var ErrCommissionGTMaxChangeRate = sdkerrors.Register(ModuleName, 16, "commission cannot be changed more than max change rate") + var ErrCommissionGTMaxRate = sdkerrors.Register(ModuleName, 12, "commission cannot be more than the max rate") + var ErrCommissionHuge = sdkerrors.Register(ModuleName, 11, "commission cannot be more than 100%") + var ErrCommissionNegative = sdkerrors.Register(ModuleName, 10, "commission must be positive") + var ErrCommissionUpdateTime = sdkerrors.Register(ModuleName, 13, "commission cannot be changed more than once in 24h") + var ErrDelegationValidatorEmpty = sdkerrors.Register(ModuleName, 28, "cannot delegate to an empty validator") + var ErrDelegatorShareExRateInvalid = sdkerrors.Register(ModuleName, 42, "cannot delegate to validators with invalid (zero) ex-rate") + var ErrEmptyDelegatorAddr = sdkerrors.Register(ModuleName, 20, "empty delegator address") + var ErrEmptyValidatorAddr = sdkerrors.Register(ModuleName, 2, "empty validator address") + var ErrEmptyValidatorPubKey = sdkerrors.Register(ModuleName, 47, "empty validator public key") + var ErrInsufficientShares = sdkerrors.Register(ModuleName, 27, "insufficient delegation shares") + var ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowStaking = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowTx = fmt.Errorf("proto: integer overflow") + var ErrInvalidHistoricalInfo = sdkerrors.Register(ModuleName, 45, "invalid historical info") + var ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthStaking = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthTx = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrMaxRedelegationEntries = sdkerrors.Register(ModuleName, 41, ...) + var ErrMaxUnbondingDelegationEntries = sdkerrors.Register(ModuleName, 34, ...) + var ErrMinSelfDelegationDecreased = sdkerrors.Register(ModuleName, 19, "minimum self delegation cannot be decrease") + var ErrMinSelfDelegationInvalid = sdkerrors.Register(ModuleName, 18, "minimum self delegation must be a positive integer") + var ErrNeitherShareMsgsGiven = sdkerrors.Register(ModuleName, 44, "neither shares amount nor shares percent provided") + var ErrNoDelegation = sdkerrors.Register(ModuleName, 24, "no delegation for (address, validator) tuple") + var ErrNoDelegatorForAddress = sdkerrors.Register(ModuleName, 26, "delegator does not contain delegation") + var ErrNoHistoricalInfo = sdkerrors.Register(ModuleName, 46, "no historical info found") + var ErrNoRedelegation = sdkerrors.Register(ModuleName, 36, "no redelegation found") + var ErrNoUnbondingDelegation = sdkerrors.Register(ModuleName, 33, "no unbonding delegation found") + var ErrNoValidatorFound = sdkerrors.Register(ModuleName, 4, "validator does not exist") + var ErrNotEnoughDelegationShares = sdkerrors.Register(ModuleName, 29, "not enough delegation shares") + var ErrNotMature = sdkerrors.Register(ModuleName, 32, "entry not mature") + var ErrSelfDelegationBelowMinimum = sdkerrors.Register(ModuleName, 17, ...) + var ErrSelfRedelegation = sdkerrors.Register(ModuleName, 37, "cannot redelegate to the same validator") + var ErrTinyRedelegationAmount = sdkerrors.Register(ModuleName, 38, "too few tokens to redelegate (truncates to zero tokens)") + var ErrTransitiveRedelegation = sdkerrors.Register(ModuleName, 40, ...) + var ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupStaking = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupTx = fmt.Errorf("proto: unexpected end of group") + var ErrValidatorJailed = sdkerrors.Register(ModuleName, 8, "validator for this address is currently jailed") + var ErrValidatorOwnerExists = sdkerrors.Register(ModuleName, 5, ...) + var ErrValidatorPubKeyExists = sdkerrors.Register(ModuleName, 6, ...) + var ErrValidatorPubKeyTypeNotSupported = sdkerrors.Register(ModuleName, 7, "validator pubkey type is not supported") + var HistoricalInfoKey = []byte + var KeyBondDenom = []byte("BondDenom") + var KeyHistoricalEntries = []byte("HistoricalEntries") + var KeyMaxEntries = []byte("MaxEntries") + var KeyMaxValidators = []byte("MaxValidators") + var KeyUnbondingTime = []byte("UnbondingTime") + var LastTotalPowerKey = []byte + var LastValidatorPowerKey = []byte + var ModuleCdc = codec.NewAminoCodec(amino) + var RedelegationByValDstIndexKey = []byte + var RedelegationByValSrcIndexKey = []byte + var RedelegationKey = []byte + var RedelegationQueueKey = []byte + var UnbondingDelegationByValIndexKey = []byte + var UnbondingDelegationKey = []byte + var UnbondingQueueKey = []byte + var ValidatorQueueKey = []byte + var ValidatorsByConsAddrKey = []byte + var ValidatorsByPowerIndexKey = []byte + var ValidatorsKey = []byte + func AddressFromLastValidatorPowerKey(key []byte) []byte + func GetDelegationKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte + func GetDelegationsKey(delAddr sdk.AccAddress) []byte + func GetHistoricalInfoKey(height int64) []byte + func GetLastValidatorPowerKey(operator sdk.ValAddress) []byte + func GetREDByValDstIndexKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte + func GetREDByValSrcIndexKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte + func GetREDKey(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress) []byte + func GetREDKeyFromValDstIndexKey(indexKey []byte) []byte + func GetREDKeyFromValSrcIndexKey(indexKey []byte) []byte + func GetREDsByDelToValDstIndexKey(delAddr sdk.AccAddress, valDstAddr sdk.ValAddress) []byte + func GetREDsFromValSrcIndexKey(valSrcAddr sdk.ValAddress) []byte + func GetREDsKey(delAddr sdk.AccAddress) []byte + func GetREDsToValDstIndexKey(valDstAddr sdk.ValAddress) []byte + func GetRedelegationTimeKey(timestamp time.Time) []byte + func GetUBDByValIndexKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte + func GetUBDKey(delAddr sdk.AccAddress, valAddr sdk.ValAddress) []byte + func GetUBDKeyFromValIndexKey(indexKey []byte) []byte + func GetUBDsByValIndexKey(valAddr sdk.ValAddress) []byte + func GetUBDsKey(delAddr sdk.AccAddress) []byte + func GetUnbondingDelegationTimeKey(timestamp time.Time) []byte + func GetValidatorByConsAddrKey(addr sdk.ConsAddress) []byte + func GetValidatorKey(operatorAddr sdk.ValAddress) []byte + func GetValidatorQueueKey(timestamp time.Time, height int64) []byte + func GetValidatorsByPowerIndexKey(validator Validator) []byte + func MustMarshalDelegation(cdc codec.BinaryMarshaler, delegation Delegation) []byte + func MustMarshalRED(cdc codec.BinaryMarshaler, red Redelegation) []byte + func MustMarshalUBD(cdc codec.BinaryMarshaler, ubd UnbondingDelegation) []byte + func MustMarshalValidator(cdc codec.BinaryMarshaler, validator *Validator) []byte + func ParamKeyTable() paramtypes.KeyTable + func ParseValidatorPowerRankKey(key []byte) (operAddr []byte) + func ParseValidatorQueueKey(bz []byte) (time.Time, int64, error) + func RegisterInterfaces(registry types.InterfaceRegistry) + func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) + func RegisterMsgServer(s grpc1.Server, srv MsgServer) + func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error + func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error + func RegisterQueryServer(s grpc1.Server, srv QueryServer) + func StakingDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) + func ValidateBasic(hi HistoricalInfo) error + type AccountKeeper interface + GetAccount func(ctx sdk.Context, addr sdk.AccAddress) authtypes.AccountI + GetModuleAccount func(ctx sdk.Context, moduleName string) authtypes.ModuleAccountI + GetModuleAddress func(name string) sdk.AccAddress + IterateAccounts func(ctx sdk.Context, process func(authtypes.AccountI) (stop bool)) + SetModuleAccount func(sdk.Context, authtypes.ModuleAccountI) + type BankKeeper interface + BurnCoins func(ctx sdk.Context, name string, amt sdk.Coins) error + DelegateCoinsFromAccountToModule func(ctx sdk.Context, senderAddr sdk.AccAddress, recipientModule string, ...) error + GetAllBalances func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + GetBalance func(ctx sdk.Context, addr sdk.AccAddress, denom string) sdk.Coin + GetSupply func(ctx sdk.Context) bankexported.SupplyI + LockedCoins func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + SendCoinsFromModuleToModule func(ctx sdk.Context, senderPool, recipientPool string, amt sdk.Coins) error + SetBalances func(ctx sdk.Context, addr sdk.AccAddress, balances sdk.Coins) error + SpendableCoins func(ctx sdk.Context, addr sdk.AccAddress) sdk.Coins + UndelegateCoinsFromModuleToAccount func(ctx sdk.Context, senderModule string, recipientAddr sdk.AccAddress, ...) error + type BondStatus int32 + const Bonded + const Unbonded + const Unbonding + const Unspecified + func (BondStatus) EnumDescriptor() ([]byte, []int) + func (x BondStatus) String() string + type Commission struct + UpdateTime time.Time + func NewCommission(rate, maxRate, maxChangeRate sdk.Dec) Commission + func NewCommissionWithTime(rate, maxRate, maxChangeRate sdk.Dec, updatedAt time.Time) Commission + func (*Commission) Descriptor() ([]byte, []int) + func (*Commission) ProtoMessage() + func (c Commission) String() string + func (c Commission) ValidateNewRate(newRate sdk.Dec, blockTime time.Time) error + func (m *Commission) GetUpdateTime() time.Time + func (m *Commission) Marshal() (dAtA []byte, err error) + func (m *Commission) MarshalTo(dAtA []byte) (int, error) + func (m *Commission) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Commission) Reset() + func (m *Commission) Size() (n int) + func (m *Commission) Unmarshal(dAtA []byte) error + func (m *Commission) XXX_DiscardUnknown() + func (m *Commission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Commission) XXX_Merge(src proto.Message) + func (m *Commission) XXX_Size() int + func (m *Commission) XXX_Unmarshal(b []byte) error + func (this *Commission) Equal(that interface{}) bool + type CommissionRates struct + MaxChangeRate github_com_cosmos_cosmos_sdk_types.Dec + MaxRate github_com_cosmos_cosmos_sdk_types.Dec + Rate github_com_cosmos_cosmos_sdk_types.Dec + func NewCommissionRates(rate, maxRate, maxChangeRate sdk.Dec) CommissionRates + func (*CommissionRates) Descriptor() ([]byte, []int) + func (*CommissionRates) ProtoMessage() + func (cr CommissionRates) String() string + func (cr CommissionRates) Validate() error + func (m *CommissionRates) Marshal() (dAtA []byte, err error) + func (m *CommissionRates) MarshalTo(dAtA []byte) (int, error) + func (m *CommissionRates) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *CommissionRates) Reset() + func (m *CommissionRates) Size() (n int) + func (m *CommissionRates) Unmarshal(dAtA []byte) error + func (m *CommissionRates) XXX_DiscardUnknown() + func (m *CommissionRates) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CommissionRates) XXX_Merge(src proto.Message) + func (m *CommissionRates) XXX_Size() int + func (m *CommissionRates) XXX_Unmarshal(b []byte) error + func (this *CommissionRates) Equal(that interface{}) bool + type DVPair struct + DelegatorAddress string + ValidatorAddress string + func (*DVPair) Descriptor() ([]byte, []int) + func (*DVPair) ProtoMessage() + func (dv DVPair) String() string + func (m *DVPair) Marshal() (dAtA []byte, err error) + func (m *DVPair) MarshalTo(dAtA []byte) (int, error) + func (m *DVPair) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVPair) Reset() + func (m *DVPair) Size() (n int) + func (m *DVPair) Unmarshal(dAtA []byte) error + func (m *DVPair) XXX_DiscardUnknown() + func (m *DVPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVPair) XXX_Merge(src proto.Message) + func (m *DVPair) XXX_Size() int + func (m *DVPair) XXX_Unmarshal(b []byte) error + type DVPairs struct + Pairs []DVPair + func (*DVPairs) Descriptor() ([]byte, []int) + func (*DVPairs) ProtoMessage() + func (m *DVPairs) GetPairs() []DVPair + func (m *DVPairs) Marshal() (dAtA []byte, err error) + func (m *DVPairs) MarshalTo(dAtA []byte) (int, error) + func (m *DVPairs) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVPairs) Reset() + func (m *DVPairs) Size() (n int) + func (m *DVPairs) String() string + func (m *DVPairs) Unmarshal(dAtA []byte) error + func (m *DVPairs) XXX_DiscardUnknown() + func (m *DVPairs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVPairs) XXX_Merge(src proto.Message) + func (m *DVPairs) XXX_Size() int + func (m *DVPairs) XXX_Unmarshal(b []byte) error + type DVVTriplet struct + DelegatorAddress string + ValidatorDstAddress string + ValidatorSrcAddress string + func (*DVVTriplet) Descriptor() ([]byte, []int) + func (*DVVTriplet) ProtoMessage() + func (dvv DVVTriplet) String() string + func (m *DVVTriplet) Marshal() (dAtA []byte, err error) + func (m *DVVTriplet) MarshalTo(dAtA []byte) (int, error) + func (m *DVVTriplet) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVVTriplet) Reset() + func (m *DVVTriplet) Size() (n int) + func (m *DVVTriplet) Unmarshal(dAtA []byte) error + func (m *DVVTriplet) XXX_DiscardUnknown() + func (m *DVVTriplet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVVTriplet) XXX_Merge(src proto.Message) + func (m *DVVTriplet) XXX_Size() int + func (m *DVVTriplet) XXX_Unmarshal(b []byte) error + type DVVTriplets struct + Triplets []DVVTriplet + func (*DVVTriplets) Descriptor() ([]byte, []int) + func (*DVVTriplets) ProtoMessage() + func (m *DVVTriplets) GetTriplets() []DVVTriplet + func (m *DVVTriplets) Marshal() (dAtA []byte, err error) + func (m *DVVTriplets) MarshalTo(dAtA []byte) (int, error) + func (m *DVVTriplets) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DVVTriplets) Reset() + func (m *DVVTriplets) Size() (n int) + func (m *DVVTriplets) String() string + func (m *DVVTriplets) Unmarshal(dAtA []byte) error + func (m *DVVTriplets) XXX_DiscardUnknown() + func (m *DVVTriplets) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DVVTriplets) XXX_Merge(src proto.Message) + func (m *DVVTriplets) XXX_Size() int + func (m *DVVTriplets) XXX_Unmarshal(b []byte) error + type Delegation struct + DelegatorAddress string + Shares github_com_cosmos_cosmos_sdk_types.Dec + ValidatorAddress string + func MustUnmarshalDelegation(cdc codec.BinaryMarshaler, value []byte) Delegation + func NewDelegation(delegatorAddr sdk.AccAddress, validatorAddr sdk.ValAddress, shares sdk.Dec) Delegation + func UnmarshalDelegation(cdc codec.BinaryMarshaler, value []byte) (delegation Delegation, err error) + func (*Delegation) Descriptor() ([]byte, []int) + func (*Delegation) ProtoMessage() + func (d Delegation) GetDelegatorAddr() sdk.AccAddress + func (d Delegation) GetShares() sdk.Dec + func (d Delegation) GetValidatorAddr() sdk.ValAddress + func (d Delegation) String() string + func (m *Delegation) Marshal() (dAtA []byte, err error) + func (m *Delegation) MarshalTo(dAtA []byte) (int, error) + func (m *Delegation) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Delegation) Reset() + func (m *Delegation) Size() (n int) + func (m *Delegation) Unmarshal(dAtA []byte) error + func (m *Delegation) XXX_DiscardUnknown() + func (m *Delegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Delegation) XXX_Merge(src proto.Message) + func (m *Delegation) XXX_Size() int + func (m *Delegation) XXX_Unmarshal(b []byte) error + type DelegationI interface + GetDelegatorAddr func() sdk.AccAddress + GetShares func() sdk.Dec + GetValidatorAddr func() sdk.ValAddress + type DelegationResponse struct + Balance types2.Coin + Delegation Delegation + func NewDelegationResp(delegatorAddr sdk.AccAddress, validatorAddr sdk.ValAddress, shares sdk.Dec, ...) DelegationResponse + func (*DelegationResponse) Descriptor() ([]byte, []int) + func (*DelegationResponse) ProtoMessage() + func (d *DelegationResponse) UnmarshalJSON(bz []byte) error + func (d DelegationResponse) MarshalJSON() ([]byte, error) + func (d DelegationResponse) String() string + func (m *DelegationResponse) GetBalance() types2.Coin + func (m *DelegationResponse) GetDelegation() Delegation + func (m *DelegationResponse) Marshal() (dAtA []byte, err error) + func (m *DelegationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *DelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *DelegationResponse) Reset() + func (m *DelegationResponse) Size() (n int) + func (m *DelegationResponse) Unmarshal(dAtA []byte) error + func (m *DelegationResponse) XXX_DiscardUnknown() + func (m *DelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DelegationResponse) XXX_Merge(src proto.Message) + func (m *DelegationResponse) XXX_Size() int + func (m *DelegationResponse) XXX_Unmarshal(b []byte) error + type DelegationResponses []DelegationResponse + func (d DelegationResponses) String() (out string) + type DelegationSet interface + GetValidatorSet func() ValidatorSet + IterateDelegations func(ctx sdk.Context, delegator sdk.AccAddress, ...) + type Delegations []Delegation + func (d Delegations) String() (out string) + type Description struct + Details string + Identity string + Moniker string + SecurityContact string + Website string + func NewDescription(moniker, identity, website, securityContact, details string) Description + func (*Description) Descriptor() ([]byte, []int) + func (*Description) ProtoMessage() + func (d Description) EnsureLength() (Description, error) + func (d Description) String() string + func (d Description) UpdateDescription(d2 Description) (Description, error) + func (m *Description) GetDetails() string + func (m *Description) GetIdentity() string + func (m *Description) GetMoniker() string + func (m *Description) GetSecurityContact() string + func (m *Description) GetWebsite() string + func (m *Description) Marshal() (dAtA []byte, err error) + func (m *Description) MarshalTo(dAtA []byte) (int, error) + func (m *Description) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Description) Reset() + func (m *Description) Size() (n int) + func (m *Description) Unmarshal(dAtA []byte) error + func (m *Description) XXX_DiscardUnknown() + func (m *Description) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Description) XXX_Merge(src proto.Message) + func (m *Description) XXX_Size() int + func (m *Description) XXX_Unmarshal(b []byte) error + func (this *Description) Equal(that interface{}) bool + type DistributionKeeper interface + GetFeePoolCommunityCoins func(ctx sdk.Context) sdk.DecCoins + GetValidatorOutstandingRewardsCoins func(ctx sdk.Context, val sdk.ValAddress) sdk.DecCoins + type GenesisState struct + Delegations []Delegation + Exported bool + LastTotalPower github_com_cosmos_cosmos_sdk_types.Int + LastValidatorPowers []LastValidatorPower + Params Params + Redelegations []Redelegation + UnbondingDelegations []UnbondingDelegation + Validators []Validator + func DefaultGenesisState() *GenesisState + func GetGenesisStateFromAppState(cdc codec.JSONMarshaler, appState map[string]json.RawMessage) *GenesisState + func NewGenesisState(params Params, validators []Validator, delegations []Delegation) *GenesisState + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (g GenesisState) UnpackInterfaces(c codectypes.AnyUnpacker) error + func (m *GenesisState) GetDelegations() []Delegation + func (m *GenesisState) GetExported() bool + func (m *GenesisState) GetLastValidatorPowers() []LastValidatorPower + func (m *GenesisState) GetParams() Params + func (m *GenesisState) GetRedelegations() []Redelegation + func (m *GenesisState) GetUnbondingDelegations() []UnbondingDelegation + func (m *GenesisState) GetValidators() []Validator + func (m *GenesisState) Marshal() (dAtA []byte, err error) + func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) + func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *GenesisState) Reset() + func (m *GenesisState) Size() (n int) + func (m *GenesisState) String() string + func (m *GenesisState) Unmarshal(dAtA []byte) error + func (m *GenesisState) XXX_DiscardUnknown() + func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GenesisState) XXX_Merge(src proto.Message) + func (m *GenesisState) XXX_Size() int + func (m *GenesisState) XXX_Unmarshal(b []byte) error + type HistoricalInfo struct + Header types.Header + Valset []Validator + func MustUnmarshalHistoricalInfo(cdc codec.BinaryMarshaler, value []byte) HistoricalInfo + func NewHistoricalInfo(header tmproto.Header, valSet Validators) HistoricalInfo + func UnmarshalHistoricalInfo(cdc codec.BinaryMarshaler, value []byte) (hi HistoricalInfo, err error) + func (*HistoricalInfo) Descriptor() ([]byte, []int) + func (*HistoricalInfo) ProtoMessage() + func (hi *HistoricalInfo) Equal(hi2 *HistoricalInfo) bool + func (hi HistoricalInfo) UnpackInterfaces(c codectypes.AnyUnpacker) error + func (m *HistoricalInfo) GetHeader() types.Header + func (m *HistoricalInfo) GetValset() []Validator + func (m *HistoricalInfo) Marshal() (dAtA []byte, err error) + func (m *HistoricalInfo) MarshalTo(dAtA []byte) (int, error) + func (m *HistoricalInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *HistoricalInfo) Reset() + func (m *HistoricalInfo) Size() (n int) + func (m *HistoricalInfo) String() string + func (m *HistoricalInfo) Unmarshal(dAtA []byte) error + func (m *HistoricalInfo) XXX_DiscardUnknown() + func (m *HistoricalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HistoricalInfo) XXX_Merge(src proto.Message) + func (m *HistoricalInfo) XXX_Size() int + func (m *HistoricalInfo) XXX_Unmarshal(b []byte) error + type LastValidatorPower struct + Address string + Power int64 + func (*LastValidatorPower) Descriptor() ([]byte, []int) + func (*LastValidatorPower) ProtoMessage() + func (m *LastValidatorPower) Marshal() (dAtA []byte, err error) + func (m *LastValidatorPower) MarshalTo(dAtA []byte) (int, error) + func (m *LastValidatorPower) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *LastValidatorPower) Reset() + func (m *LastValidatorPower) Size() (n int) + func (m *LastValidatorPower) String() string + func (m *LastValidatorPower) Unmarshal(dAtA []byte) error + func (m *LastValidatorPower) XXX_DiscardUnknown() + func (m *LastValidatorPower) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LastValidatorPower) XXX_Merge(src proto.Message) + func (m *LastValidatorPower) XXX_Size() int + func (m *LastValidatorPower) XXX_Unmarshal(b []byte) error + type MsgBeginRedelegate struct + Amount types1.Coin + DelegatorAddress string + ValidatorDstAddress string + ValidatorSrcAddress string + func NewMsgBeginRedelegate(delAddr sdk.AccAddress, valSrcAddr, valDstAddr sdk.ValAddress, amount sdk.Coin) *MsgBeginRedelegate + func (*MsgBeginRedelegate) Descriptor() ([]byte, []int) + func (*MsgBeginRedelegate) ProtoMessage() + func (m *MsgBeginRedelegate) Marshal() (dAtA []byte, err error) + func (m *MsgBeginRedelegate) MarshalTo(dAtA []byte) (int, error) + func (m *MsgBeginRedelegate) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgBeginRedelegate) Reset() + func (m *MsgBeginRedelegate) Size() (n int) + func (m *MsgBeginRedelegate) String() string + func (m *MsgBeginRedelegate) Unmarshal(dAtA []byte) error + func (m *MsgBeginRedelegate) XXX_DiscardUnknown() + func (m *MsgBeginRedelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgBeginRedelegate) XXX_Merge(src proto.Message) + func (m *MsgBeginRedelegate) XXX_Size() int + func (m *MsgBeginRedelegate) XXX_Unmarshal(b []byte) error + func (msg MsgBeginRedelegate) GetSignBytes() []byte + func (msg MsgBeginRedelegate) GetSigners() []sdk.AccAddress + func (msg MsgBeginRedelegate) Route() string + func (msg MsgBeginRedelegate) Type() string + func (msg MsgBeginRedelegate) ValidateBasic() error + type MsgBeginRedelegateResponse struct + CompletionTime time.Time + func (*MsgBeginRedelegateResponse) Descriptor() ([]byte, []int) + func (*MsgBeginRedelegateResponse) ProtoMessage() + func (m *MsgBeginRedelegateResponse) GetCompletionTime() time.Time + func (m *MsgBeginRedelegateResponse) Marshal() (dAtA []byte, err error) + func (m *MsgBeginRedelegateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgBeginRedelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgBeginRedelegateResponse) Reset() + func (m *MsgBeginRedelegateResponse) Size() (n int) + func (m *MsgBeginRedelegateResponse) String() string + func (m *MsgBeginRedelegateResponse) Unmarshal(dAtA []byte) error + func (m *MsgBeginRedelegateResponse) XXX_DiscardUnknown() + func (m *MsgBeginRedelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgBeginRedelegateResponse) XXX_Merge(src proto.Message) + func (m *MsgBeginRedelegateResponse) XXX_Size() int + func (m *MsgBeginRedelegateResponse) XXX_Unmarshal(b []byte) error + type MsgClient interface + BeginRedelegate func(ctx context.Context, in *MsgBeginRedelegate, opts ...grpc.CallOption) (*MsgBeginRedelegateResponse, error) + CreateValidator func(ctx context.Context, in *MsgCreateValidator, opts ...grpc.CallOption) (*MsgCreateValidatorResponse, error) + Delegate func(ctx context.Context, in *MsgDelegate, opts ...grpc.CallOption) (*MsgDelegateResponse, error) + EditValidator func(ctx context.Context, in *MsgEditValidator, opts ...grpc.CallOption) (*MsgEditValidatorResponse, error) + Undelegate func(ctx context.Context, in *MsgUndelegate, opts ...grpc.CallOption) (*MsgUndelegateResponse, error) + func NewMsgClient(cc grpc1.ClientConn) MsgClient + type MsgCreateValidator struct + Commission CommissionRates + DelegatorAddress string + Description Description + MinSelfDelegation github_com_cosmos_cosmos_sdk_types.Int + Pubkey *types.Any + ValidatorAddress string + Value types1.Coin + func NewMsgCreateValidator(valAddr sdk.ValAddress, pubKey cryptotypes.PubKey, selfDelegation sdk.Coin, ...) (*MsgCreateValidator, error) + func (*MsgCreateValidator) Descriptor() ([]byte, []int) + func (*MsgCreateValidator) ProtoMessage() + func (m *MsgCreateValidator) Marshal() (dAtA []byte, err error) + func (m *MsgCreateValidator) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateValidator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateValidator) Reset() + func (m *MsgCreateValidator) Size() (n int) + func (m *MsgCreateValidator) String() string + func (m *MsgCreateValidator) Unmarshal(dAtA []byte) error + func (m *MsgCreateValidator) XXX_DiscardUnknown() + func (m *MsgCreateValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateValidator) XXX_Merge(src proto.Message) + func (m *MsgCreateValidator) XXX_Size() int + func (m *MsgCreateValidator) XXX_Unmarshal(b []byte) error + func (msg MsgCreateValidator) GetSignBytes() []byte + func (msg MsgCreateValidator) GetSigners() []sdk.AccAddress + func (msg MsgCreateValidator) Route() string + func (msg MsgCreateValidator) Type() string + func (msg MsgCreateValidator) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (msg MsgCreateValidator) ValidateBasic() error + type MsgCreateValidatorResponse struct + func (*MsgCreateValidatorResponse) Descriptor() ([]byte, []int) + func (*MsgCreateValidatorResponse) ProtoMessage() + func (m *MsgCreateValidatorResponse) Marshal() (dAtA []byte, err error) + func (m *MsgCreateValidatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgCreateValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgCreateValidatorResponse) Reset() + func (m *MsgCreateValidatorResponse) Size() (n int) + func (m *MsgCreateValidatorResponse) String() string + func (m *MsgCreateValidatorResponse) Unmarshal(dAtA []byte) error + func (m *MsgCreateValidatorResponse) XXX_DiscardUnknown() + func (m *MsgCreateValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgCreateValidatorResponse) XXX_Merge(src proto.Message) + func (m *MsgCreateValidatorResponse) XXX_Size() int + func (m *MsgCreateValidatorResponse) XXX_Unmarshal(b []byte) error + type MsgDelegate struct + Amount types1.Coin + DelegatorAddress string + ValidatorAddress string + func NewMsgDelegate(delAddr sdk.AccAddress, valAddr sdk.ValAddress, amount sdk.Coin) *MsgDelegate + func (*MsgDelegate) Descriptor() ([]byte, []int) + func (*MsgDelegate) ProtoMessage() + func (m *MsgDelegate) Marshal() (dAtA []byte, err error) + func (m *MsgDelegate) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDelegate) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDelegate) Reset() + func (m *MsgDelegate) Size() (n int) + func (m *MsgDelegate) String() string + func (m *MsgDelegate) Unmarshal(dAtA []byte) error + func (m *MsgDelegate) XXX_DiscardUnknown() + func (m *MsgDelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDelegate) XXX_Merge(src proto.Message) + func (m *MsgDelegate) XXX_Size() int + func (m *MsgDelegate) XXX_Unmarshal(b []byte) error + func (msg MsgDelegate) GetSignBytes() []byte + func (msg MsgDelegate) GetSigners() []sdk.AccAddress + func (msg MsgDelegate) Route() string + func (msg MsgDelegate) Type() string + func (msg MsgDelegate) ValidateBasic() error + type MsgDelegateResponse struct + func (*MsgDelegateResponse) Descriptor() ([]byte, []int) + func (*MsgDelegateResponse) ProtoMessage() + func (m *MsgDelegateResponse) Marshal() (dAtA []byte, err error) + func (m *MsgDelegateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgDelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgDelegateResponse) Reset() + func (m *MsgDelegateResponse) Size() (n int) + func (m *MsgDelegateResponse) String() string + func (m *MsgDelegateResponse) Unmarshal(dAtA []byte) error + func (m *MsgDelegateResponse) XXX_DiscardUnknown() + func (m *MsgDelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgDelegateResponse) XXX_Merge(src proto.Message) + func (m *MsgDelegateResponse) XXX_Size() int + func (m *MsgDelegateResponse) XXX_Unmarshal(b []byte) error + type MsgEditValidator struct + CommissionRate *github_com_cosmos_cosmos_sdk_types.Dec + Description Description + MinSelfDelegation *github_com_cosmos_cosmos_sdk_types.Int + ValidatorAddress string + func NewMsgEditValidator(valAddr sdk.ValAddress, description Description, newRate *sdk.Dec, ...) *MsgEditValidator + func (*MsgEditValidator) Descriptor() ([]byte, []int) + func (*MsgEditValidator) ProtoMessage() + func (m *MsgEditValidator) Marshal() (dAtA []byte, err error) + func (m *MsgEditValidator) MarshalTo(dAtA []byte) (int, error) + func (m *MsgEditValidator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgEditValidator) Reset() + func (m *MsgEditValidator) Size() (n int) + func (m *MsgEditValidator) String() string + func (m *MsgEditValidator) Unmarshal(dAtA []byte) error + func (m *MsgEditValidator) XXX_DiscardUnknown() + func (m *MsgEditValidator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgEditValidator) XXX_Merge(src proto.Message) + func (m *MsgEditValidator) XXX_Size() int + func (m *MsgEditValidator) XXX_Unmarshal(b []byte) error + func (msg MsgEditValidator) GetSignBytes() []byte + func (msg MsgEditValidator) GetSigners() []sdk.AccAddress + func (msg MsgEditValidator) Route() string + func (msg MsgEditValidator) Type() string + func (msg MsgEditValidator) ValidateBasic() error + type MsgEditValidatorResponse struct + func (*MsgEditValidatorResponse) Descriptor() ([]byte, []int) + func (*MsgEditValidatorResponse) ProtoMessage() + func (m *MsgEditValidatorResponse) Marshal() (dAtA []byte, err error) + func (m *MsgEditValidatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgEditValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgEditValidatorResponse) Reset() + func (m *MsgEditValidatorResponse) Size() (n int) + func (m *MsgEditValidatorResponse) String() string + func (m *MsgEditValidatorResponse) Unmarshal(dAtA []byte) error + func (m *MsgEditValidatorResponse) XXX_DiscardUnknown() + func (m *MsgEditValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgEditValidatorResponse) XXX_Merge(src proto.Message) + func (m *MsgEditValidatorResponse) XXX_Size() int + func (m *MsgEditValidatorResponse) XXX_Unmarshal(b []byte) error + type MsgServer interface + BeginRedelegate func(context.Context, *MsgBeginRedelegate) (*MsgBeginRedelegateResponse, error) + CreateValidator func(context.Context, *MsgCreateValidator) (*MsgCreateValidatorResponse, error) + Delegate func(context.Context, *MsgDelegate) (*MsgDelegateResponse, error) + EditValidator func(context.Context, *MsgEditValidator) (*MsgEditValidatorResponse, error) + Undelegate func(context.Context, *MsgUndelegate) (*MsgUndelegateResponse, error) + type MsgUndelegate struct + Amount types1.Coin + DelegatorAddress string + ValidatorAddress string + func NewMsgUndelegate(delAddr sdk.AccAddress, valAddr sdk.ValAddress, amount sdk.Coin) *MsgUndelegate + func (*MsgUndelegate) Descriptor() ([]byte, []int) + func (*MsgUndelegate) ProtoMessage() + func (m *MsgUndelegate) Marshal() (dAtA []byte, err error) + func (m *MsgUndelegate) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUndelegate) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUndelegate) Reset() + func (m *MsgUndelegate) Size() (n int) + func (m *MsgUndelegate) String() string + func (m *MsgUndelegate) Unmarshal(dAtA []byte) error + func (m *MsgUndelegate) XXX_DiscardUnknown() + func (m *MsgUndelegate) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUndelegate) XXX_Merge(src proto.Message) + func (m *MsgUndelegate) XXX_Size() int + func (m *MsgUndelegate) XXX_Unmarshal(b []byte) error + func (msg MsgUndelegate) GetSignBytes() []byte + func (msg MsgUndelegate) GetSigners() []sdk.AccAddress + func (msg MsgUndelegate) Route() string + func (msg MsgUndelegate) Type() string + func (msg MsgUndelegate) ValidateBasic() error + type MsgUndelegateResponse struct + CompletionTime time.Time + func (*MsgUndelegateResponse) Descriptor() ([]byte, []int) + func (*MsgUndelegateResponse) ProtoMessage() + func (m *MsgUndelegateResponse) GetCompletionTime() time.Time + func (m *MsgUndelegateResponse) Marshal() (dAtA []byte, err error) + func (m *MsgUndelegateResponse) MarshalTo(dAtA []byte) (int, error) + func (m *MsgUndelegateResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *MsgUndelegateResponse) Reset() + func (m *MsgUndelegateResponse) Size() (n int) + func (m *MsgUndelegateResponse) String() string + func (m *MsgUndelegateResponse) Unmarshal(dAtA []byte) error + func (m *MsgUndelegateResponse) XXX_DiscardUnknown() + func (m *MsgUndelegateResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MsgUndelegateResponse) XXX_Merge(src proto.Message) + func (m *MsgUndelegateResponse) XXX_Size() int + func (m *MsgUndelegateResponse) XXX_Unmarshal(b []byte) error + type MultiStakingHooks []StakingHooks + func NewMultiStakingHooks(hooks ...StakingHooks) MultiStakingHooks + func (h MultiStakingHooks) AfterDelegationModified(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + func (h MultiStakingHooks) AfterValidatorBeginUnbonding(ctx sdk.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) + func (h MultiStakingHooks) AfterValidatorBonded(ctx sdk.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) + func (h MultiStakingHooks) AfterValidatorCreated(ctx sdk.Context, valAddr sdk.ValAddress) + func (h MultiStakingHooks) AfterValidatorRemoved(ctx sdk.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) + func (h MultiStakingHooks) BeforeDelegationCreated(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + func (h MultiStakingHooks) BeforeDelegationRemoved(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + func (h MultiStakingHooks) BeforeDelegationSharesModified(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + func (h MultiStakingHooks) BeforeValidatorModified(ctx sdk.Context, valAddr sdk.ValAddress) + func (h MultiStakingHooks) BeforeValidatorSlashed(ctx sdk.Context, valAddr sdk.ValAddress, fraction sdk.Dec) + type Params struct + BondDenom string + HistoricalEntries uint32 + MaxEntries uint32 + MaxValidators uint32 + UnbondingTime time.Duration + func DefaultParams() Params + func MustUnmarshalParams(cdc *codec.LegacyAmino, value []byte) Params + func NewParams(unbondingTime time.Duration, ...) Params + func UnmarshalParams(cdc *codec.LegacyAmino, value []byte) (params Params, err error) + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (m *Params) GetBondDenom() string + func (m *Params) GetHistoricalEntries() uint32 + func (m *Params) GetMaxEntries() uint32 + func (m *Params) GetMaxValidators() uint32 + func (m *Params) GetUnbondingTime() time.Duration + func (m *Params) Marshal() (dAtA []byte, err error) + func (m *Params) MarshalTo(dAtA []byte) (int, error) + func (m *Params) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Params) Reset() + func (m *Params) Size() (n int) + func (m *Params) Unmarshal(dAtA []byte) error + func (m *Params) XXX_DiscardUnknown() + func (m *Params) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Params) XXX_Merge(src proto.Message) + func (m *Params) XXX_Size() int + func (m *Params) XXX_Unmarshal(b []byte) error + func (p *Params) ParamSetPairs() paramtypes.ParamSetPairs + func (p Params) String() string + func (p Params) Validate() error + func (this *Params) Equal(that interface{}) bool + type Pool struct + BondedTokens github_com_cosmos_cosmos_sdk_types.Int + NotBondedTokens github_com_cosmos_cosmos_sdk_types.Int + func NewPool(notBonded, bonded sdk.Int) Pool + func (*Pool) Descriptor() ([]byte, []int) + func (*Pool) ProtoMessage() + func (m *Pool) Marshal() (dAtA []byte, err error) + func (m *Pool) MarshalTo(dAtA []byte) (int, error) + func (m *Pool) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Pool) Reset() + func (m *Pool) Size() (n int) + func (m *Pool) String() string + func (m *Pool) Unmarshal(dAtA []byte) error + func (m *Pool) XXX_DiscardUnknown() + func (m *Pool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Pool) XXX_Merge(src proto.Message) + func (m *Pool) XXX_Size() int + func (m *Pool) XXX_Unmarshal(b []byte) error + func (this *Pool) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet) + func (this *Pool) Equal(that interface{}) bool + type QueryClient interface + Delegation func(ctx context.Context, in *QueryDelegationRequest, opts ...grpc.CallOption) (*QueryDelegationResponse, error) + DelegatorDelegations func(ctx context.Context, in *QueryDelegatorDelegationsRequest, ...) (*QueryDelegatorDelegationsResponse, error) + DelegatorUnbondingDelegations func(ctx context.Context, in *QueryDelegatorUnbondingDelegationsRequest, ...) (*QueryDelegatorUnbondingDelegationsResponse, error) + DelegatorValidator func(ctx context.Context, in *QueryDelegatorValidatorRequest, ...) (*QueryDelegatorValidatorResponse, error) + DelegatorValidators func(ctx context.Context, in *QueryDelegatorValidatorsRequest, ...) (*QueryDelegatorValidatorsResponse, error) + HistoricalInfo func(ctx context.Context, in *QueryHistoricalInfoRequest, opts ...grpc.CallOption) (*QueryHistoricalInfoResponse, error) + Params func(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) + Pool func(ctx context.Context, in *QueryPoolRequest, opts ...grpc.CallOption) (*QueryPoolResponse, error) + Redelegations func(ctx context.Context, in *QueryRedelegationsRequest, opts ...grpc.CallOption) (*QueryRedelegationsResponse, error) + UnbondingDelegation func(ctx context.Context, in *QueryUnbondingDelegationRequest, ...) (*QueryUnbondingDelegationResponse, error) + Validator func(ctx context.Context, in *QueryValidatorRequest, opts ...grpc.CallOption) (*QueryValidatorResponse, error) + ValidatorDelegations func(ctx context.Context, in *QueryValidatorDelegationsRequest, ...) (*QueryValidatorDelegationsResponse, error) + ValidatorUnbondingDelegations func(ctx context.Context, in *QueryValidatorUnbondingDelegationsRequest, ...) (*QueryValidatorUnbondingDelegationsResponse, error) + Validators func(ctx context.Context, in *QueryValidatorsRequest, opts ...grpc.CallOption) (*QueryValidatorsResponse, error) + func NewQueryClient(cc grpc1.ClientConn) QueryClient + type QueryDelegationRequest struct + DelegatorAddr string + ValidatorAddr string + func (*QueryDelegationRequest) Descriptor() ([]byte, []int) + func (*QueryDelegationRequest) ProtoMessage() + func (m *QueryDelegationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryDelegationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegationRequest) Reset() + func (m *QueryDelegationRequest) Size() (n int) + func (m *QueryDelegationRequest) String() string + func (m *QueryDelegationRequest) Unmarshal(dAtA []byte) error + func (m *QueryDelegationRequest) XXX_DiscardUnknown() + func (m *QueryDelegationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegationRequest) XXX_Merge(src proto.Message) + func (m *QueryDelegationRequest) XXX_Size() int + func (m *QueryDelegationRequest) XXX_Unmarshal(b []byte) error + type QueryDelegationResponse struct + DelegationResponse *DelegationResponse + func (*QueryDelegationResponse) Descriptor() ([]byte, []int) + func (*QueryDelegationResponse) ProtoMessage() + func (m *QueryDelegationResponse) GetDelegationResponse() *DelegationResponse + func (m *QueryDelegationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryDelegationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegationResponse) Reset() + func (m *QueryDelegationResponse) Size() (n int) + func (m *QueryDelegationResponse) String() string + func (m *QueryDelegationResponse) Unmarshal(dAtA []byte) error + func (m *QueryDelegationResponse) XXX_DiscardUnknown() + func (m *QueryDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegationResponse) XXX_Merge(src proto.Message) + func (m *QueryDelegationResponse) XXX_Size() int + func (m *QueryDelegationResponse) XXX_Unmarshal(b []byte) error + type QueryDelegatorDelegationsRequest struct + DelegatorAddr string + Pagination *query.PageRequest + func (*QueryDelegatorDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorDelegationsRequest) ProtoMessage() + func (m *QueryDelegatorDelegationsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorDelegationsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorDelegationsRequest) Reset() + func (m *QueryDelegatorDelegationsRequest) Size() (n int) + func (m *QueryDelegatorDelegationsRequest) String() string + func (m *QueryDelegatorDelegationsRequest) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorDelegationsRequest) XXX_DiscardUnknown() + func (m *QueryDelegatorDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorDelegationsRequest) XXX_Merge(src proto.Message) + func (m *QueryDelegatorDelegationsRequest) XXX_Size() int + func (m *QueryDelegatorDelegationsRequest) XXX_Unmarshal(b []byte) error + type QueryDelegatorDelegationsResponse struct + DelegationResponses []DelegationResponse + Pagination *query.PageResponse + func (*QueryDelegatorDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorDelegationsResponse) ProtoMessage() + func (m *QueryDelegatorDelegationsResponse) GetDelegationResponses() []DelegationResponse + func (m *QueryDelegatorDelegationsResponse) GetPagination() *query.PageResponse + func (m *QueryDelegatorDelegationsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorDelegationsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorDelegationsResponse) Reset() + func (m *QueryDelegatorDelegationsResponse) Size() (n int) + func (m *QueryDelegatorDelegationsResponse) String() string + func (m *QueryDelegatorDelegationsResponse) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorDelegationsResponse) XXX_DiscardUnknown() + func (m *QueryDelegatorDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorDelegationsResponse) XXX_Merge(src proto.Message) + func (m *QueryDelegatorDelegationsResponse) XXX_Size() int + func (m *QueryDelegatorDelegationsResponse) XXX_Unmarshal(b []byte) error + type QueryDelegatorParams struct + DelegatorAddr sdk.AccAddress + func NewQueryDelegatorParams(delegatorAddr sdk.AccAddress) QueryDelegatorParams + type QueryDelegatorUnbondingDelegationsRequest struct + DelegatorAddr string + Pagination *query.PageRequest + func (*QueryDelegatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorUnbondingDelegationsRequest) ProtoMessage() + func (m *QueryDelegatorUnbondingDelegationsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorUnbondingDelegationsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorUnbondingDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorUnbondingDelegationsRequest) Reset() + func (m *QueryDelegatorUnbondingDelegationsRequest) Size() (n int) + func (m *QueryDelegatorUnbondingDelegationsRequest) String() string + func (m *QueryDelegatorUnbondingDelegationsRequest) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_DiscardUnknown() + func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Merge(src proto.Message) + func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Size() int + func (m *QueryDelegatorUnbondingDelegationsRequest) XXX_Unmarshal(b []byte) error + type QueryDelegatorUnbondingDelegationsResponse struct + Pagination *query.PageResponse + UnbondingResponses []UnbondingDelegation + func (*QueryDelegatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorUnbondingDelegationsResponse) ProtoMessage() + func (m *QueryDelegatorUnbondingDelegationsResponse) GetPagination() *query.PageResponse + func (m *QueryDelegatorUnbondingDelegationsResponse) GetUnbondingResponses() []UnbondingDelegation + func (m *QueryDelegatorUnbondingDelegationsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorUnbondingDelegationsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorUnbondingDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorUnbondingDelegationsResponse) Reset() + func (m *QueryDelegatorUnbondingDelegationsResponse) Size() (n int) + func (m *QueryDelegatorUnbondingDelegationsResponse) String() string + func (m *QueryDelegatorUnbondingDelegationsResponse) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_DiscardUnknown() + func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Merge(src proto.Message) + func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Size() int + func (m *QueryDelegatorUnbondingDelegationsResponse) XXX_Unmarshal(b []byte) error + type QueryDelegatorValidatorRequest struct + DelegatorAddr string + ValidatorAddr string + func (*QueryDelegatorValidatorRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorRequest) ProtoMessage() + func (m *QueryDelegatorValidatorRequest) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorValidatorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorRequest) Reset() + func (m *QueryDelegatorValidatorRequest) Size() (n int) + func (m *QueryDelegatorValidatorRequest) String() string + func (m *QueryDelegatorValidatorRequest) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorValidatorRequest) XXX_DiscardUnknown() + func (m *QueryDelegatorValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorValidatorRequest) XXX_Merge(src proto.Message) + func (m *QueryDelegatorValidatorRequest) XXX_Size() int + func (m *QueryDelegatorValidatorRequest) XXX_Unmarshal(b []byte) error + type QueryDelegatorValidatorResponse struct + Validator Validator + func (*QueryDelegatorValidatorResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorResponse) ProtoMessage() + func (m *QueryDelegatorValidatorResponse) GetValidator() Validator + func (m *QueryDelegatorValidatorResponse) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorValidatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorResponse) Reset() + func (m *QueryDelegatorValidatorResponse) Size() (n int) + func (m *QueryDelegatorValidatorResponse) String() string + func (m *QueryDelegatorValidatorResponse) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorValidatorResponse) XXX_DiscardUnknown() + func (m *QueryDelegatorValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorValidatorResponse) XXX_Merge(src proto.Message) + func (m *QueryDelegatorValidatorResponse) XXX_Size() int + func (m *QueryDelegatorValidatorResponse) XXX_Unmarshal(b []byte) error + type QueryDelegatorValidatorsRequest struct + DelegatorAddr string + Pagination *query.PageRequest + func (*QueryDelegatorValidatorsRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorsRequest) ProtoMessage() + func (m *QueryDelegatorValidatorsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorValidatorsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorsRequest) Reset() + func (m *QueryDelegatorValidatorsRequest) Size() (n int) + func (m *QueryDelegatorValidatorsRequest) String() string + func (m *QueryDelegatorValidatorsRequest) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorValidatorsRequest) XXX_DiscardUnknown() + func (m *QueryDelegatorValidatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorValidatorsRequest) XXX_Merge(src proto.Message) + func (m *QueryDelegatorValidatorsRequest) XXX_Size() int + func (m *QueryDelegatorValidatorsRequest) XXX_Unmarshal(b []byte) error + type QueryDelegatorValidatorsResponse struct + Pagination *query.PageResponse + Validators []Validator + func (*QueryDelegatorValidatorsResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorsResponse) ProtoMessage() + func (m *QueryDelegatorValidatorsResponse) GetPagination() *query.PageResponse + func (m *QueryDelegatorValidatorsResponse) GetValidators() []Validator + func (m *QueryDelegatorValidatorsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryDelegatorValidatorsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryDelegatorValidatorsResponse) Reset() + func (m *QueryDelegatorValidatorsResponse) Size() (n int) + func (m *QueryDelegatorValidatorsResponse) String() string + func (m *QueryDelegatorValidatorsResponse) Unmarshal(dAtA []byte) error + func (m *QueryDelegatorValidatorsResponse) XXX_DiscardUnknown() + func (m *QueryDelegatorValidatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryDelegatorValidatorsResponse) XXX_Merge(src proto.Message) + func (m *QueryDelegatorValidatorsResponse) XXX_Size() int + func (m *QueryDelegatorValidatorsResponse) XXX_Unmarshal(b []byte) error + type QueryHistoricalInfoRequest struct + Height int64 + func (*QueryHistoricalInfoRequest) Descriptor() ([]byte, []int) + func (*QueryHistoricalInfoRequest) ProtoMessage() + func (m *QueryHistoricalInfoRequest) GetHeight() int64 + func (m *QueryHistoricalInfoRequest) Marshal() (dAtA []byte, err error) + func (m *QueryHistoricalInfoRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryHistoricalInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryHistoricalInfoRequest) Reset() + func (m *QueryHistoricalInfoRequest) Size() (n int) + func (m *QueryHistoricalInfoRequest) String() string + func (m *QueryHistoricalInfoRequest) Unmarshal(dAtA []byte) error + func (m *QueryHistoricalInfoRequest) XXX_DiscardUnknown() + func (m *QueryHistoricalInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryHistoricalInfoRequest) XXX_Merge(src proto.Message) + func (m *QueryHistoricalInfoRequest) XXX_Size() int + func (m *QueryHistoricalInfoRequest) XXX_Unmarshal(b []byte) error + type QueryHistoricalInfoResponse struct + Hist *HistoricalInfo + func (*QueryHistoricalInfoResponse) Descriptor() ([]byte, []int) + func (*QueryHistoricalInfoResponse) ProtoMessage() + func (m *QueryHistoricalInfoResponse) GetHist() *HistoricalInfo + func (m *QueryHistoricalInfoResponse) Marshal() (dAtA []byte, err error) + func (m *QueryHistoricalInfoResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryHistoricalInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryHistoricalInfoResponse) Reset() + func (m *QueryHistoricalInfoResponse) Size() (n int) + func (m *QueryHistoricalInfoResponse) String() string + func (m *QueryHistoricalInfoResponse) Unmarshal(dAtA []byte) error + func (m *QueryHistoricalInfoResponse) XXX_DiscardUnknown() + func (m *QueryHistoricalInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryHistoricalInfoResponse) XXX_Merge(src proto.Message) + func (m *QueryHistoricalInfoResponse) XXX_Size() int + func (m *QueryHistoricalInfoResponse) XXX_Unmarshal(b []byte) error + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryParamsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsRequest) Reset() + func (m *QueryParamsRequest) Size() (n int) + func (m *QueryParamsRequest) String() string + func (m *QueryParamsRequest) Unmarshal(dAtA []byte) error + func (m *QueryParamsRequest) XXX_DiscardUnknown() + func (m *QueryParamsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsRequest) XXX_Merge(src proto.Message) + func (m *QueryParamsRequest) XXX_Size() int + func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error + type QueryParamsResponse struct + Params Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (m *QueryParamsResponse) GetParams() Params + func (m *QueryParamsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryParamsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryParamsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryParamsResponse) Reset() + func (m *QueryParamsResponse) Size() (n int) + func (m *QueryParamsResponse) String() string + func (m *QueryParamsResponse) Unmarshal(dAtA []byte) error + func (m *QueryParamsResponse) XXX_DiscardUnknown() + func (m *QueryParamsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryParamsResponse) XXX_Merge(src proto.Message) + func (m *QueryParamsResponse) XXX_Size() int + func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error + type QueryPoolRequest struct + func (*QueryPoolRequest) Descriptor() ([]byte, []int) + func (*QueryPoolRequest) ProtoMessage() + func (m *QueryPoolRequest) Marshal() (dAtA []byte, err error) + func (m *QueryPoolRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolRequest) Reset() + func (m *QueryPoolRequest) Size() (n int) + func (m *QueryPoolRequest) String() string + func (m *QueryPoolRequest) Unmarshal(dAtA []byte) error + func (m *QueryPoolRequest) XXX_DiscardUnknown() + func (m *QueryPoolRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolRequest) XXX_Merge(src proto.Message) + func (m *QueryPoolRequest) XXX_Size() int + func (m *QueryPoolRequest) XXX_Unmarshal(b []byte) error + type QueryPoolResponse struct + Pool Pool + func (*QueryPoolResponse) Descriptor() ([]byte, []int) + func (*QueryPoolResponse) ProtoMessage() + func (m *QueryPoolResponse) GetPool() Pool + func (m *QueryPoolResponse) Marshal() (dAtA []byte, err error) + func (m *QueryPoolResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryPoolResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryPoolResponse) Reset() + func (m *QueryPoolResponse) Size() (n int) + func (m *QueryPoolResponse) String() string + func (m *QueryPoolResponse) Unmarshal(dAtA []byte) error + func (m *QueryPoolResponse) XXX_DiscardUnknown() + func (m *QueryPoolResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryPoolResponse) XXX_Merge(src proto.Message) + func (m *QueryPoolResponse) XXX_Size() int + func (m *QueryPoolResponse) XXX_Unmarshal(b []byte) error + type QueryRedelegationParams struct + DelegatorAddr sdk.AccAddress + DstValidatorAddr sdk.ValAddress + SrcValidatorAddr sdk.ValAddress + func NewQueryRedelegationParams(delegatorAddr sdk.AccAddress, ...) QueryRedelegationParams + type QueryRedelegationsRequest struct + DelegatorAddr string + DstValidatorAddr string + Pagination *query.PageRequest + SrcValidatorAddr string + func (*QueryRedelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryRedelegationsRequest) ProtoMessage() + func (m *QueryRedelegationsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryRedelegationsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRedelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRedelegationsRequest) Reset() + func (m *QueryRedelegationsRequest) Size() (n int) + func (m *QueryRedelegationsRequest) String() string + func (m *QueryRedelegationsRequest) Unmarshal(dAtA []byte) error + func (m *QueryRedelegationsRequest) XXX_DiscardUnknown() + func (m *QueryRedelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRedelegationsRequest) XXX_Merge(src proto.Message) + func (m *QueryRedelegationsRequest) XXX_Size() int + func (m *QueryRedelegationsRequest) XXX_Unmarshal(b []byte) error + type QueryRedelegationsResponse struct + Pagination *query.PageResponse + RedelegationResponses []RedelegationResponse + func (*QueryRedelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryRedelegationsResponse) ProtoMessage() + func (m *QueryRedelegationsResponse) GetPagination() *query.PageResponse + func (m *QueryRedelegationsResponse) GetRedelegationResponses() []RedelegationResponse + func (m *QueryRedelegationsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryRedelegationsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryRedelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryRedelegationsResponse) Reset() + func (m *QueryRedelegationsResponse) Size() (n int) + func (m *QueryRedelegationsResponse) String() string + func (m *QueryRedelegationsResponse) Unmarshal(dAtA []byte) error + func (m *QueryRedelegationsResponse) XXX_DiscardUnknown() + func (m *QueryRedelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryRedelegationsResponse) XXX_Merge(src proto.Message) + func (m *QueryRedelegationsResponse) XXX_Size() int + func (m *QueryRedelegationsResponse) XXX_Unmarshal(b []byte) error + type QueryServer interface + Delegation func(context.Context, *QueryDelegationRequest) (*QueryDelegationResponse, error) + DelegatorDelegations func(context.Context, *QueryDelegatorDelegationsRequest) (*QueryDelegatorDelegationsResponse, error) + DelegatorUnbondingDelegations func(context.Context, *QueryDelegatorUnbondingDelegationsRequest) (*QueryDelegatorUnbondingDelegationsResponse, error) + DelegatorValidator func(context.Context, *QueryDelegatorValidatorRequest) (*QueryDelegatorValidatorResponse, error) + DelegatorValidators func(context.Context, *QueryDelegatorValidatorsRequest) (*QueryDelegatorValidatorsResponse, error) + HistoricalInfo func(context.Context, *QueryHistoricalInfoRequest) (*QueryHistoricalInfoResponse, error) + Params func(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + Pool func(context.Context, *QueryPoolRequest) (*QueryPoolResponse, error) + Redelegations func(context.Context, *QueryRedelegationsRequest) (*QueryRedelegationsResponse, error) + UnbondingDelegation func(context.Context, *QueryUnbondingDelegationRequest) (*QueryUnbondingDelegationResponse, error) + Validator func(context.Context, *QueryValidatorRequest) (*QueryValidatorResponse, error) + ValidatorDelegations func(context.Context, *QueryValidatorDelegationsRequest) (*QueryValidatorDelegationsResponse, error) + ValidatorUnbondingDelegations func(context.Context, *QueryValidatorUnbondingDelegationsRequest) (*QueryValidatorUnbondingDelegationsResponse, error) + Validators func(context.Context, *QueryValidatorsRequest) (*QueryValidatorsResponse, error) + type QueryUnbondingDelegationRequest struct + DelegatorAddr string + ValidatorAddr string + func (*QueryUnbondingDelegationRequest) Descriptor() ([]byte, []int) + func (*QueryUnbondingDelegationRequest) ProtoMessage() + func (m *QueryUnbondingDelegationRequest) Marshal() (dAtA []byte, err error) + func (m *QueryUnbondingDelegationRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryUnbondingDelegationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryUnbondingDelegationRequest) Reset() + func (m *QueryUnbondingDelegationRequest) Size() (n int) + func (m *QueryUnbondingDelegationRequest) String() string + func (m *QueryUnbondingDelegationRequest) Unmarshal(dAtA []byte) error + func (m *QueryUnbondingDelegationRequest) XXX_DiscardUnknown() + func (m *QueryUnbondingDelegationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryUnbondingDelegationRequest) XXX_Merge(src proto.Message) + func (m *QueryUnbondingDelegationRequest) XXX_Size() int + func (m *QueryUnbondingDelegationRequest) XXX_Unmarshal(b []byte) error + type QueryUnbondingDelegationResponse struct + Unbond UnbondingDelegation + func (*QueryUnbondingDelegationResponse) Descriptor() ([]byte, []int) + func (*QueryUnbondingDelegationResponse) ProtoMessage() + func (m *QueryUnbondingDelegationResponse) GetUnbond() UnbondingDelegation + func (m *QueryUnbondingDelegationResponse) Marshal() (dAtA []byte, err error) + func (m *QueryUnbondingDelegationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryUnbondingDelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryUnbondingDelegationResponse) Reset() + func (m *QueryUnbondingDelegationResponse) Size() (n int) + func (m *QueryUnbondingDelegationResponse) String() string + func (m *QueryUnbondingDelegationResponse) Unmarshal(dAtA []byte) error + func (m *QueryUnbondingDelegationResponse) XXX_DiscardUnknown() + func (m *QueryUnbondingDelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryUnbondingDelegationResponse) XXX_Merge(src proto.Message) + func (m *QueryUnbondingDelegationResponse) XXX_Size() int + func (m *QueryUnbondingDelegationResponse) XXX_Unmarshal(b []byte) error + type QueryValidatorDelegationsRequest struct + Pagination *query.PageRequest + ValidatorAddr string + func (*QueryValidatorDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorDelegationsRequest) ProtoMessage() + func (m *QueryValidatorDelegationsRequest) GetPagination() *query.PageRequest + func (m *QueryValidatorDelegationsRequest) GetValidatorAddr() string + func (m *QueryValidatorDelegationsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorDelegationsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorDelegationsRequest) Reset() + func (m *QueryValidatorDelegationsRequest) Size() (n int) + func (m *QueryValidatorDelegationsRequest) String() string + func (m *QueryValidatorDelegationsRequest) Unmarshal(dAtA []byte) error + func (m *QueryValidatorDelegationsRequest) XXX_DiscardUnknown() + func (m *QueryValidatorDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorDelegationsRequest) XXX_Merge(src proto.Message) + func (m *QueryValidatorDelegationsRequest) XXX_Size() int + func (m *QueryValidatorDelegationsRequest) XXX_Unmarshal(b []byte) error + type QueryValidatorDelegationsResponse struct + DelegationResponses DelegationResponses + Pagination *query.PageResponse + func (*QueryValidatorDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorDelegationsResponse) ProtoMessage() + func (m *QueryValidatorDelegationsResponse) GetDelegationResponses() DelegationResponses + func (m *QueryValidatorDelegationsResponse) GetPagination() *query.PageResponse + func (m *QueryValidatorDelegationsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorDelegationsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorDelegationsResponse) Reset() + func (m *QueryValidatorDelegationsResponse) Size() (n int) + func (m *QueryValidatorDelegationsResponse) String() string + func (m *QueryValidatorDelegationsResponse) Unmarshal(dAtA []byte) error + func (m *QueryValidatorDelegationsResponse) XXX_DiscardUnknown() + func (m *QueryValidatorDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorDelegationsResponse) XXX_Merge(src proto.Message) + func (m *QueryValidatorDelegationsResponse) XXX_Size() int + func (m *QueryValidatorDelegationsResponse) XXX_Unmarshal(b []byte) error + type QueryValidatorParams struct + Limit int + Page int + ValidatorAddr sdk.ValAddress + func NewQueryValidatorParams(validatorAddr sdk.ValAddress, page, limit int) QueryValidatorParams + type QueryValidatorRequest struct + ValidatorAddr string + func (*QueryValidatorRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorRequest) ProtoMessage() + func (m *QueryValidatorRequest) GetValidatorAddr() string + func (m *QueryValidatorRequest) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorRequest) Reset() + func (m *QueryValidatorRequest) Size() (n int) + func (m *QueryValidatorRequest) String() string + func (m *QueryValidatorRequest) Unmarshal(dAtA []byte) error + func (m *QueryValidatorRequest) XXX_DiscardUnknown() + func (m *QueryValidatorRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorRequest) XXX_Merge(src proto.Message) + func (m *QueryValidatorRequest) XXX_Size() int + func (m *QueryValidatorRequest) XXX_Unmarshal(b []byte) error + type QueryValidatorResponse struct + Validator Validator + func (*QueryValidatorResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorResponse) ProtoMessage() + func (m *QueryValidatorResponse) GetValidator() Validator + func (m *QueryValidatorResponse) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorResponse) Reset() + func (m *QueryValidatorResponse) Size() (n int) + func (m *QueryValidatorResponse) String() string + func (m *QueryValidatorResponse) Unmarshal(dAtA []byte) error + func (m *QueryValidatorResponse) XXX_DiscardUnknown() + func (m *QueryValidatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorResponse) XXX_Merge(src proto.Message) + func (m *QueryValidatorResponse) XXX_Size() int + func (m *QueryValidatorResponse) XXX_Unmarshal(b []byte) error + type QueryValidatorUnbondingDelegationsRequest struct + Pagination *query.PageRequest + ValidatorAddr string + func (*QueryValidatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorUnbondingDelegationsRequest) ProtoMessage() + func (m *QueryValidatorUnbondingDelegationsRequest) GetPagination() *query.PageRequest + func (m *QueryValidatorUnbondingDelegationsRequest) GetValidatorAddr() string + func (m *QueryValidatorUnbondingDelegationsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorUnbondingDelegationsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorUnbondingDelegationsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorUnbondingDelegationsRequest) Reset() + func (m *QueryValidatorUnbondingDelegationsRequest) Size() (n int) + func (m *QueryValidatorUnbondingDelegationsRequest) String() string + func (m *QueryValidatorUnbondingDelegationsRequest) Unmarshal(dAtA []byte) error + func (m *QueryValidatorUnbondingDelegationsRequest) XXX_DiscardUnknown() + func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Merge(src proto.Message) + func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Size() int + func (m *QueryValidatorUnbondingDelegationsRequest) XXX_Unmarshal(b []byte) error + type QueryValidatorUnbondingDelegationsResponse struct + Pagination *query.PageResponse + UnbondingResponses []UnbondingDelegation + func (*QueryValidatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorUnbondingDelegationsResponse) ProtoMessage() + func (m *QueryValidatorUnbondingDelegationsResponse) GetPagination() *query.PageResponse + func (m *QueryValidatorUnbondingDelegationsResponse) GetUnbondingResponses() []UnbondingDelegation + func (m *QueryValidatorUnbondingDelegationsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorUnbondingDelegationsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorUnbondingDelegationsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorUnbondingDelegationsResponse) Reset() + func (m *QueryValidatorUnbondingDelegationsResponse) Size() (n int) + func (m *QueryValidatorUnbondingDelegationsResponse) String() string + func (m *QueryValidatorUnbondingDelegationsResponse) Unmarshal(dAtA []byte) error + func (m *QueryValidatorUnbondingDelegationsResponse) XXX_DiscardUnknown() + func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Merge(src proto.Message) + func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Size() int + func (m *QueryValidatorUnbondingDelegationsResponse) XXX_Unmarshal(b []byte) error + type QueryValidatorsParams struct + Limit int + Page int + Status string + func NewQueryValidatorsParams(page, limit int, status string) QueryValidatorsParams + type QueryValidatorsRequest struct + Pagination *query.PageRequest + Status string + func (*QueryValidatorsRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorsRequest) ProtoMessage() + func (m *QueryValidatorsRequest) GetPagination() *query.PageRequest + func (m *QueryValidatorsRequest) GetStatus() string + func (m *QueryValidatorsRequest) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorsRequest) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorsRequest) Reset() + func (m *QueryValidatorsRequest) Size() (n int) + func (m *QueryValidatorsRequest) String() string + func (m *QueryValidatorsRequest) Unmarshal(dAtA []byte) error + func (m *QueryValidatorsRequest) XXX_DiscardUnknown() + func (m *QueryValidatorsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorsRequest) XXX_Merge(src proto.Message) + func (m *QueryValidatorsRequest) XXX_Size() int + func (m *QueryValidatorsRequest) XXX_Unmarshal(b []byte) error + type QueryValidatorsResponse struct + Pagination *query.PageResponse + Validators []Validator + func (*QueryValidatorsResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorsResponse) ProtoMessage() + func (m *QueryValidatorsResponse) GetPagination() *query.PageResponse + func (m *QueryValidatorsResponse) GetValidators() []Validator + func (m *QueryValidatorsResponse) Marshal() (dAtA []byte, err error) + func (m *QueryValidatorsResponse) MarshalTo(dAtA []byte) (int, error) + func (m *QueryValidatorsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *QueryValidatorsResponse) Reset() + func (m *QueryValidatorsResponse) Size() (n int) + func (m *QueryValidatorsResponse) String() string + func (m *QueryValidatorsResponse) Unmarshal(dAtA []byte) error + func (m *QueryValidatorsResponse) XXX_DiscardUnknown() + func (m *QueryValidatorsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *QueryValidatorsResponse) XXX_Merge(src proto.Message) + func (m *QueryValidatorsResponse) XXX_Size() int + func (m *QueryValidatorsResponse) XXX_Unmarshal(b []byte) error + type Redelegation struct + DelegatorAddress string + Entries []RedelegationEntry + ValidatorDstAddress string + ValidatorSrcAddress string + func MustUnmarshalRED(cdc codec.BinaryMarshaler, value []byte) Redelegation + func NewRedelegation(delegatorAddr sdk.AccAddress, ...) Redelegation + func UnmarshalRED(cdc codec.BinaryMarshaler, value []byte) (red Redelegation, err error) + func (*Redelegation) Descriptor() ([]byte, []int) + func (*Redelegation) ProtoMessage() + func (m *Redelegation) Marshal() (dAtA []byte, err error) + func (m *Redelegation) MarshalTo(dAtA []byte) (int, error) + func (m *Redelegation) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Redelegation) Reset() + func (m *Redelegation) Size() (n int) + func (m *Redelegation) Unmarshal(dAtA []byte) error + func (m *Redelegation) XXX_DiscardUnknown() + func (m *Redelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Redelegation) XXX_Merge(src proto.Message) + func (m *Redelegation) XXX_Size() int + func (m *Redelegation) XXX_Unmarshal(b []byte) error + func (red *Redelegation) AddEntry(creationHeight int64, minTime time.Time, balance sdk.Int, sharesDst sdk.Dec) + func (red *Redelegation) RemoveEntry(i int64) + func (red Redelegation) String() string + type RedelegationEntry struct + CompletionTime time.Time + CreationHeight int64 + InitialBalance github_com_cosmos_cosmos_sdk_types.Int + SharesDst github_com_cosmos_cosmos_sdk_types.Dec + func NewRedelegationEntry(creationHeight int64, completionTime time.Time, balance sdk.Int, ...) RedelegationEntry + func (*RedelegationEntry) Descriptor() ([]byte, []int) + func (*RedelegationEntry) ProtoMessage() + func (e RedelegationEntry) IsMature(currentTime time.Time) bool + func (e RedelegationEntry) String() string + func (m *RedelegationEntry) GetCompletionTime() time.Time + func (m *RedelegationEntry) GetCreationHeight() int64 + func (m *RedelegationEntry) Marshal() (dAtA []byte, err error) + func (m *RedelegationEntry) MarshalTo(dAtA []byte) (int, error) + func (m *RedelegationEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RedelegationEntry) Reset() + func (m *RedelegationEntry) Size() (n int) + func (m *RedelegationEntry) Unmarshal(dAtA []byte) error + func (m *RedelegationEntry) XXX_DiscardUnknown() + func (m *RedelegationEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RedelegationEntry) XXX_Merge(src proto.Message) + func (m *RedelegationEntry) XXX_Size() int + func (m *RedelegationEntry) XXX_Unmarshal(b []byte) error + func (this *RedelegationEntry) Equal(that interface{}) bool + type RedelegationEntryResponse struct + Balance github_com_cosmos_cosmos_sdk_types.Int + RedelegationEntry RedelegationEntry + func NewRedelegationEntryResponse(creationHeight int64, completionTime time.Time, sharesDst sdk.Dec, ...) RedelegationEntryResponse + func (*RedelegationEntryResponse) Descriptor() ([]byte, []int) + func (*RedelegationEntryResponse) ProtoMessage() + func (m *RedelegationEntryResponse) GetRedelegationEntry() RedelegationEntry + func (m *RedelegationEntryResponse) Marshal() (dAtA []byte, err error) + func (m *RedelegationEntryResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RedelegationEntryResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RedelegationEntryResponse) Reset() + func (m *RedelegationEntryResponse) Size() (n int) + func (m *RedelegationEntryResponse) String() string + func (m *RedelegationEntryResponse) Unmarshal(dAtA []byte) error + func (m *RedelegationEntryResponse) XXX_DiscardUnknown() + func (m *RedelegationEntryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RedelegationEntryResponse) XXX_Merge(src proto.Message) + func (m *RedelegationEntryResponse) XXX_Size() int + func (m *RedelegationEntryResponse) XXX_Unmarshal(b []byte) error + func (this *RedelegationEntryResponse) Equal(that interface{}) bool + type RedelegationResponse struct + Entries []RedelegationEntryResponse + Redelegation Redelegation + func NewRedelegationResponse(delegatorAddr sdk.AccAddress, validatorSrc, validatorDst sdk.ValAddress, ...) RedelegationResponse + func (*RedelegationResponse) Descriptor() ([]byte, []int) + func (*RedelegationResponse) ProtoMessage() + func (m *RedelegationResponse) GetEntries() []RedelegationEntryResponse + func (m *RedelegationResponse) GetRedelegation() Redelegation + func (m *RedelegationResponse) Marshal() (dAtA []byte, err error) + func (m *RedelegationResponse) MarshalTo(dAtA []byte) (int, error) + func (m *RedelegationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *RedelegationResponse) Reset() + func (m *RedelegationResponse) Size() (n int) + func (m *RedelegationResponse) String() string + func (m *RedelegationResponse) Unmarshal(dAtA []byte) error + func (m *RedelegationResponse) XXX_DiscardUnknown() + func (m *RedelegationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RedelegationResponse) XXX_Merge(src proto.Message) + func (m *RedelegationResponse) XXX_Size() int + func (m *RedelegationResponse) XXX_Unmarshal(b []byte) error + func (r *RedelegationResponse) UnmarshalJSON(bz []byte) error + func (r RedelegationResponse) MarshalJSON() ([]byte, error) + type RedelegationResponses []RedelegationResponse + func (r RedelegationResponses) String() (out string) + type Redelegations []Redelegation + func (d Redelegations) String() (out string) + type StakingHooks interface + AfterDelegationModified func(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + AfterValidatorBeginUnbonding func(ctx sdk.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) + AfterValidatorBonded func(ctx sdk.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) + AfterValidatorCreated func(ctx sdk.Context, valAddr sdk.ValAddress) + AfterValidatorRemoved func(ctx sdk.Context, consAddr sdk.ConsAddress, valAddr sdk.ValAddress) + BeforeDelegationCreated func(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + BeforeDelegationRemoved func(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + BeforeDelegationSharesModified func(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) + BeforeValidatorModified func(ctx sdk.Context, valAddr sdk.ValAddress) + BeforeValidatorSlashed func(ctx sdk.Context, valAddr sdk.ValAddress, fraction sdk.Dec) + type UnbondingDelegation struct + DelegatorAddress string + Entries []UnbondingDelegationEntry + ValidatorAddress string + func MustUnmarshalUBD(cdc codec.BinaryMarshaler, value []byte) UnbondingDelegation + func NewUnbondingDelegation(delegatorAddr sdk.AccAddress, validatorAddr sdk.ValAddress, ...) UnbondingDelegation + func UnmarshalUBD(cdc codec.BinaryMarshaler, value []byte) (ubd UnbondingDelegation, err error) + func (*UnbondingDelegation) Descriptor() ([]byte, []int) + func (*UnbondingDelegation) ProtoMessage() + func (m *UnbondingDelegation) Marshal() (dAtA []byte, err error) + func (m *UnbondingDelegation) MarshalTo(dAtA []byte) (int, error) + func (m *UnbondingDelegation) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UnbondingDelegation) Reset() + func (m *UnbondingDelegation) Size() (n int) + func (m *UnbondingDelegation) Unmarshal(dAtA []byte) error + func (m *UnbondingDelegation) XXX_DiscardUnknown() + func (m *UnbondingDelegation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnbondingDelegation) XXX_Merge(src proto.Message) + func (m *UnbondingDelegation) XXX_Size() int + func (m *UnbondingDelegation) XXX_Unmarshal(b []byte) error + func (ubd *UnbondingDelegation) AddEntry(creationHeight int64, minTime time.Time, balance sdk.Int) + func (ubd *UnbondingDelegation) RemoveEntry(i int64) + func (ubd UnbondingDelegation) String() string + type UnbondingDelegationEntry struct + Balance github_com_cosmos_cosmos_sdk_types.Int + CompletionTime time.Time + CreationHeight int64 + InitialBalance github_com_cosmos_cosmos_sdk_types.Int + func NewUnbondingDelegationEntry(creationHeight int64, completionTime time.Time, balance sdk.Int) UnbondingDelegationEntry + func (*UnbondingDelegationEntry) Descriptor() ([]byte, []int) + func (*UnbondingDelegationEntry) ProtoMessage() + func (e UnbondingDelegationEntry) IsMature(currentTime time.Time) bool + func (e UnbondingDelegationEntry) String() string + func (m *UnbondingDelegationEntry) GetCompletionTime() time.Time + func (m *UnbondingDelegationEntry) GetCreationHeight() int64 + func (m *UnbondingDelegationEntry) Marshal() (dAtA []byte, err error) + func (m *UnbondingDelegationEntry) MarshalTo(dAtA []byte) (int, error) + func (m *UnbondingDelegationEntry) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *UnbondingDelegationEntry) Reset() + func (m *UnbondingDelegationEntry) Size() (n int) + func (m *UnbondingDelegationEntry) Unmarshal(dAtA []byte) error + func (m *UnbondingDelegationEntry) XXX_DiscardUnknown() + func (m *UnbondingDelegationEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnbondingDelegationEntry) XXX_Merge(src proto.Message) + func (m *UnbondingDelegationEntry) XXX_Size() int + func (m *UnbondingDelegationEntry) XXX_Unmarshal(b []byte) error + func (this *UnbondingDelegationEntry) Equal(that interface{}) bool + type UnbondingDelegations []UnbondingDelegation + func (ubds UnbondingDelegations) String() (out string) + type UnimplementedMsgServer struct + func (*UnimplementedMsgServer) BeginRedelegate(ctx context.Context, req *MsgBeginRedelegate) (*MsgBeginRedelegateResponse, error) + func (*UnimplementedMsgServer) CreateValidator(ctx context.Context, req *MsgCreateValidator) (*MsgCreateValidatorResponse, error) + func (*UnimplementedMsgServer) Delegate(ctx context.Context, req *MsgDelegate) (*MsgDelegateResponse, error) + func (*UnimplementedMsgServer) EditValidator(ctx context.Context, req *MsgEditValidator) (*MsgEditValidatorResponse, error) + func (*UnimplementedMsgServer) Undelegate(ctx context.Context, req *MsgUndelegate) (*MsgUndelegateResponse, error) + type UnimplementedQueryServer struct + func (*UnimplementedQueryServer) Delegation(ctx context.Context, req *QueryDelegationRequest) (*QueryDelegationResponse, error) + func (*UnimplementedQueryServer) DelegatorDelegations(ctx context.Context, req *QueryDelegatorDelegationsRequest) (*QueryDelegatorDelegationsResponse, error) + func (*UnimplementedQueryServer) DelegatorUnbondingDelegations(ctx context.Context, req *QueryDelegatorUnbondingDelegationsRequest) (*QueryDelegatorUnbondingDelegationsResponse, error) + func (*UnimplementedQueryServer) DelegatorValidator(ctx context.Context, req *QueryDelegatorValidatorRequest) (*QueryDelegatorValidatorResponse, error) + func (*UnimplementedQueryServer) DelegatorValidators(ctx context.Context, req *QueryDelegatorValidatorsRequest) (*QueryDelegatorValidatorsResponse, error) + func (*UnimplementedQueryServer) HistoricalInfo(ctx context.Context, req *QueryHistoricalInfoRequest) (*QueryHistoricalInfoResponse, error) + func (*UnimplementedQueryServer) Params(ctx context.Context, req *QueryParamsRequest) (*QueryParamsResponse, error) + func (*UnimplementedQueryServer) Pool(ctx context.Context, req *QueryPoolRequest) (*QueryPoolResponse, error) + func (*UnimplementedQueryServer) Redelegations(ctx context.Context, req *QueryRedelegationsRequest) (*QueryRedelegationsResponse, error) + func (*UnimplementedQueryServer) UnbondingDelegation(ctx context.Context, req *QueryUnbondingDelegationRequest) (*QueryUnbondingDelegationResponse, error) + func (*UnimplementedQueryServer) Validator(ctx context.Context, req *QueryValidatorRequest) (*QueryValidatorResponse, error) + func (*UnimplementedQueryServer) ValidatorDelegations(ctx context.Context, req *QueryValidatorDelegationsRequest) (*QueryValidatorDelegationsResponse, error) + func (*UnimplementedQueryServer) ValidatorUnbondingDelegations(ctx context.Context, req *QueryValidatorUnbondingDelegationsRequest) (*QueryValidatorUnbondingDelegationsResponse, error) + func (*UnimplementedQueryServer) Validators(ctx context.Context, req *QueryValidatorsRequest) (*QueryValidatorsResponse, error) + type ValAddresses struct + Addresses []string + func (*ValAddresses) Descriptor() ([]byte, []int) + func (*ValAddresses) ProtoMessage() + func (m *ValAddresses) GetAddresses() []string + func (m *ValAddresses) Marshal() (dAtA []byte, err error) + func (m *ValAddresses) MarshalTo(dAtA []byte) (int, error) + func (m *ValAddresses) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *ValAddresses) Reset() + func (m *ValAddresses) Size() (n int) + func (m *ValAddresses) Unmarshal(dAtA []byte) error + func (m *ValAddresses) XXX_DiscardUnknown() + func (m *ValAddresses) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ValAddresses) XXX_Merge(src proto.Message) + func (m *ValAddresses) XXX_Size() int + func (m *ValAddresses) XXX_Unmarshal(b []byte) error + func (this *ValAddresses) String() string + type Validator struct + Commission Commission + ConsensusPubkey *types1.Any + DelegatorShares github_com_cosmos_cosmos_sdk_types.Dec + Description Description + Jailed bool + MinSelfDelegation github_com_cosmos_cosmos_sdk_types.Int + OperatorAddress string + Status BondStatus + Tokens github_com_cosmos_cosmos_sdk_types.Int + UnbondingHeight int64 + UnbondingTime time.Time + func MustUnmarshalValidator(cdc codec.BinaryMarshaler, value []byte) Validator + func NewValidator(operator sdk.ValAddress, pubKey cryptotypes.PubKey, description Description) (Validator, error) + func UnmarshalValidator(cdc codec.BinaryMarshaler, value []byte) (v Validator, err error) + func (*Validator) Descriptor() ([]byte, []int) + func (*Validator) ProtoMessage() + func (m *Validator) Marshal() (dAtA []byte, err error) + func (m *Validator) MarshalTo(dAtA []byte) (int, error) + func (m *Validator) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *Validator) Reset() + func (m *Validator) Size() (n int) + func (m *Validator) Unmarshal(dAtA []byte) error + func (m *Validator) XXX_DiscardUnknown() + func (m *Validator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Validator) XXX_Merge(src proto.Message) + func (m *Validator) XXX_Size() int + func (m *Validator) XXX_Unmarshal(b []byte) error + func (v *Validator) Equal(v2 *Validator) bool + func (v *Validator) MinEqual(other *Validator) bool + func (v Validator) ABCIValidatorUpdate() abci.ValidatorUpdate + func (v Validator) ABCIValidatorUpdateZero() abci.ValidatorUpdate + func (v Validator) AddTokensFromDel(amount sdk.Int) (Validator, sdk.Dec) + func (v Validator) BondedTokens() sdk.Int + func (v Validator) ConsPubKey() (cryptotypes.PubKey, error) + func (v Validator) ConsensusPower() int64 + func (v Validator) GetBondedTokens() sdk.Int + func (v Validator) GetCommission() sdk.Dec + func (v Validator) GetConsAddr() (sdk.ConsAddress, error) + func (v Validator) GetConsensusPower() int64 + func (v Validator) GetDelegatorShares() sdk.Dec + func (v Validator) GetMinSelfDelegation() sdk.Int + func (v Validator) GetMoniker() string + func (v Validator) GetOperator() sdk.ValAddress + func (v Validator) GetStatus() BondStatus + func (v Validator) GetTokens() sdk.Int + func (v Validator) InvalidExRate() bool + func (v Validator) IsBonded() bool + func (v Validator) IsJailed() bool + func (v Validator) IsUnbonded() bool + func (v Validator) IsUnbonding() bool + func (v Validator) PotentialConsensusPower() int64 + func (v Validator) RemoveDelShares(delShares sdk.Dec) (Validator, sdk.Int) + func (v Validator) RemoveTokens(tokens sdk.Int) Validator + func (v Validator) SetInitialCommission(commission Commission) (Validator, error) + func (v Validator) SharesFromTokens(amt sdk.Int) (sdk.Dec, error) + func (v Validator) SharesFromTokensTruncated(amt sdk.Int) (sdk.Dec, error) + func (v Validator) String() string + func (v Validator) TmConsPublicKey() (tmprotocrypto.PublicKey, error) + func (v Validator) TokensFromShares(shares sdk.Dec) sdk.Dec + func (v Validator) TokensFromSharesRoundUp(shares sdk.Dec) sdk.Dec + func (v Validator) TokensFromSharesTruncated(shares sdk.Dec) sdk.Dec + func (v Validator) UnpackInterfaces(unpacker codectypes.AnyUnpacker) error + func (v Validator) UpdateStatus(newStatus BondStatus) Validator + type ValidatorI interface + ConsPubKey func() (cryptotypes.PubKey, error) + GetBondedTokens func() sdk.Int + GetCommission func() sdk.Dec + GetConsAddr func() (sdk.ConsAddress, error) + GetConsensusPower func() int64 + GetDelegatorShares func() sdk.Dec + GetMinSelfDelegation func() sdk.Int + GetMoniker func() string + GetOperator func() sdk.ValAddress + GetStatus func() BondStatus + GetTokens func() sdk.Int + IsBonded func() bool + IsJailed func() bool + IsUnbonded func() bool + IsUnbonding func() bool + SharesFromTokens func(amt sdk.Int) (sdk.Dec, error) + SharesFromTokensTruncated func(amt sdk.Int) (sdk.Dec, error) + TmConsPublicKey func() (tmprotocrypto.PublicKey, error) + TokensFromShares func(sdk.Dec) sdk.Dec + TokensFromSharesRoundUp func(sdk.Dec) sdk.Dec + TokensFromSharesTruncated func(sdk.Dec) sdk.Dec + type ValidatorSet interface + Delegation func(sdk.Context, sdk.AccAddress, sdk.ValAddress) DelegationI + IterateBondedValidatorsByPower func(sdk.Context, func(index int64, validator ValidatorI) (stop bool)) + IterateLastValidators func(sdk.Context, func(index int64, validator ValidatorI) (stop bool)) + IterateValidators func(sdk.Context, func(index int64, validator ValidatorI) (stop bool)) + Jail func(sdk.Context, sdk.ConsAddress) + MaxValidators func(sdk.Context) uint32 + Slash func(sdk.Context, sdk.ConsAddress, int64, int64, sdk.Dec) + StakingTokenSupply func(sdk.Context) sdk.Int + TotalBondedTokens func(sdk.Context) sdk.Int + Unjail func(sdk.Context, sdk.ConsAddress) + Validator func(sdk.Context, sdk.ValAddress) ValidatorI + ValidatorByConsAddr func(sdk.Context, sdk.ConsAddress) ValidatorI + type Validators []Validator + func (v Validators) Len() int + func (v Validators) Less(i, j int) bool + func (v Validators) Sort() + func (v Validators) String() (out string) + func (v Validators) Swap(i, j int) + func (v Validators) ToSDKValidators() (validators []ValidatorI) + func (v Validators) UnpackInterfaces(c codectypes.AnyUnpacker) error + type ValidatorsByVotingPower []Validator + func (valz ValidatorsByVotingPower) Len() int + func (valz ValidatorsByVotingPower) Less(i, j int) bool + func (valz ValidatorsByVotingPower) Swap(i, j int)