Versions in this module Expand all Collapse all v0 v0.7.6 Jan 31, 2025 Changes in this version + const Msg_BeginRedelegate_FullMethodName + const Msg_CancelUnbondingDelegation_FullMethodName + const Msg_CreateValidator_FullMethodName + const Msg_Delegate_FullMethodName + const Msg_EditValidator_FullMethodName + const Msg_RotateConsPubKey_FullMethodName + const Msg_Undelegate_FullMethodName + const Msg_UpdateParams_FullMethodName + const Query_Delegation_FullMethodName + const Query_DelegatorDelegations_FullMethodName + const Query_DelegatorUnbondingDelegations_FullMethodName + const Query_DelegatorValidator_FullMethodName + const Query_DelegatorValidators_FullMethodName + const Query_HistoricalInfo_FullMethodName + const Query_Params_FullMethodName + const Query_Pool_FullMethodName + const Query_Redelegations_FullMethodName + const Query_UnbondingDelegation_FullMethodName + const Query_ValidatorDelegations_FullMethodName + const Query_ValidatorUnbondingDelegations_FullMethodName + const Query_Validator_FullMethodName + const Query_Validators_FullMethodName + var AuthorizationType_name = map[int32]string + var AuthorizationType_value = map[string]int32 + var BondStatus_name = map[int32]string + var BondStatus_value = map[string]int32 + var File_cosmos_staking_v1beta1_authz_proto protoreflect.FileDescriptor + var File_cosmos_staking_v1beta1_genesis_proto protoreflect.FileDescriptor + var File_cosmos_staking_v1beta1_query_proto protoreflect.FileDescriptor + var File_cosmos_staking_v1beta1_staking_proto protoreflect.FileDescriptor + var File_cosmos_staking_v1beta1_tx_proto protoreflect.FileDescriptor + var Infraction_name = map[int32]string + var Infraction_value = map[string]int32 + var Msg_ServiceDesc = grpc.ServiceDesc + var Query_ServiceDesc = grpc.ServiceDesc + func RegisterMsgServer(s grpc.ServiceRegistrar, srv MsgServer) + func RegisterQueryServer(s grpc.ServiceRegistrar, srv QueryServer) + type AuthorizationType int32 + const AuthorizationType_AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION + const AuthorizationType_AUTHORIZATION_TYPE_DELEGATE + const AuthorizationType_AUTHORIZATION_TYPE_REDELEGATE + const AuthorizationType_AUTHORIZATION_TYPE_UNDELEGATE + const AuthorizationType_AUTHORIZATION_TYPE_UNSPECIFIED + func (AuthorizationType) Descriptor() protoreflect.EnumDescriptor + func (AuthorizationType) EnumDescriptor() ([]byte, []int) + func (AuthorizationType) Type() protoreflect.EnumType + func (x AuthorizationType) Enum() *AuthorizationType + func (x AuthorizationType) Number() protoreflect.EnumNumber + func (x AuthorizationType) String() string + type BondStatus int32 + const BondStatus_BOND_STATUS_BONDED + const BondStatus_BOND_STATUS_UNBONDED + const BondStatus_BOND_STATUS_UNBONDING + const BondStatus_BOND_STATUS_UNSPECIFIED + func (BondStatus) Descriptor() protoreflect.EnumDescriptor + func (BondStatus) EnumDescriptor() ([]byte, []int) + func (BondStatus) Type() protoreflect.EnumType + func (x BondStatus) Enum() *BondStatus + func (x BondStatus) Number() protoreflect.EnumNumber + func (x BondStatus) String() string + type Commission struct + CommissionRates *CommissionRates + UpdateTime *timestamppb.Timestamp + func (*Commission) Descriptor() ([]byte, []int) + func (*Commission) ProtoMessage() + func (x *Commission) GetCommissionRates() *CommissionRates + func (x *Commission) GetUpdateTime() *timestamppb.Timestamp + func (x *Commission) ProtoReflect() protoreflect.Message + func (x *Commission) Reset() + func (x *Commission) String() string + type CommissionRates struct + MaxChangeRate string + MaxRate string + Rate string + func (*CommissionRates) Descriptor() ([]byte, []int) + func (*CommissionRates) ProtoMessage() + func (x *CommissionRates) GetMaxChangeRate() string + func (x *CommissionRates) GetMaxRate() string + func (x *CommissionRates) GetRate() string + func (x *CommissionRates) ProtoReflect() protoreflect.Message + func (x *CommissionRates) Reset() + func (x *CommissionRates) String() string + type ConsPubKeyRotationHistory struct + Fee *v1beta1.Coin + Height uint64 + NewConsPubkey *anypb.Any + OldConsPubkey *anypb.Any + OperatorAddress []byte + func (*ConsPubKeyRotationHistory) Descriptor() ([]byte, []int) + func (*ConsPubKeyRotationHistory) ProtoMessage() + func (x *ConsPubKeyRotationHistory) GetFee() *v1beta1.Coin + func (x *ConsPubKeyRotationHistory) GetHeight() uint64 + func (x *ConsPubKeyRotationHistory) GetNewConsPubkey() *anypb.Any + func (x *ConsPubKeyRotationHistory) GetOldConsPubkey() *anypb.Any + func (x *ConsPubKeyRotationHistory) GetOperatorAddress() []byte + func (x *ConsPubKeyRotationHistory) ProtoReflect() protoreflect.Message + func (x *ConsPubKeyRotationHistory) Reset() + func (x *ConsPubKeyRotationHistory) String() string + type DVPair struct + DelegatorAddress string + ValidatorAddress string + func (*DVPair) Descriptor() ([]byte, []int) + func (*DVPair) ProtoMessage() + func (x *DVPair) GetDelegatorAddress() string + func (x *DVPair) GetValidatorAddress() string + func (x *DVPair) ProtoReflect() protoreflect.Message + func (x *DVPair) Reset() + func (x *DVPair) String() string + type DVPairs struct + Pairs []*DVPair + func (*DVPairs) Descriptor() ([]byte, []int) + func (*DVPairs) ProtoMessage() + func (x *DVPairs) GetPairs() []*DVPair + func (x *DVPairs) ProtoReflect() protoreflect.Message + func (x *DVPairs) Reset() + func (x *DVPairs) String() string + type DVVTriplet struct + DelegatorAddress string + ValidatorDstAddress string + ValidatorSrcAddress string + func (*DVVTriplet) Descriptor() ([]byte, []int) + func (*DVVTriplet) ProtoMessage() + func (x *DVVTriplet) GetDelegatorAddress() string + func (x *DVVTriplet) GetValidatorDstAddress() string + func (x *DVVTriplet) GetValidatorSrcAddress() string + func (x *DVVTriplet) ProtoReflect() protoreflect.Message + func (x *DVVTriplet) Reset() + func (x *DVVTriplet) String() string + type DVVTriplets struct + Triplets []*DVVTriplet + func (*DVVTriplets) Descriptor() ([]byte, []int) + func (*DVVTriplets) ProtoMessage() + func (x *DVVTriplets) GetTriplets() []*DVVTriplet + func (x *DVVTriplets) ProtoReflect() protoreflect.Message + func (x *DVVTriplets) Reset() + func (x *DVVTriplets) String() string + type Delegation struct + DelegatorAddress string + Shares string + ValidatorAddress string + func (*Delegation) Descriptor() ([]byte, []int) + func (*Delegation) ProtoMessage() + func (x *Delegation) GetDelegatorAddress() string + func (x *Delegation) GetShares() string + func (x *Delegation) GetValidatorAddress() string + func (x *Delegation) ProtoReflect() protoreflect.Message + func (x *Delegation) Reset() + func (x *Delegation) String() string + type DelegationResponse struct + Balance *v1beta1.Coin + Delegation *Delegation + func (*DelegationResponse) Descriptor() ([]byte, []int) + func (*DelegationResponse) ProtoMessage() + func (x *DelegationResponse) GetBalance() *v1beta1.Coin + func (x *DelegationResponse) GetDelegation() *Delegation + func (x *DelegationResponse) ProtoReflect() protoreflect.Message + func (x *DelegationResponse) Reset() + func (x *DelegationResponse) String() string + type Description struct + Details string + Identity string + Metadata *Metadata + Moniker string + SecurityContact string + Website string + func (*Description) Descriptor() ([]byte, []int) + func (*Description) ProtoMessage() + func (x *Description) GetDetails() string + func (x *Description) GetIdentity() string + func (x *Description) GetMetadata() *Metadata + func (x *Description) GetMoniker() string + func (x *Description) GetSecurityContact() string + func (x *Description) GetWebsite() string + func (x *Description) ProtoReflect() protoreflect.Message + func (x *Description) Reset() + func (x *Description) String() string + type GenesisState struct + Delegations []*Delegation + Exported bool + InitialConsAddresses []*RotatedConsensusAddresses + LastTotalPower []byte + LastValidatorPowers []*LastValidatorPower + Params *Params + Redelegations []*Redelegation + RotatedConsAddresses []*RotatedConsensusAddresses + RotationHistory []*ConsPubKeyRotationHistory + RotationIndexRecords []*RotationIndexRecord + RotationQueue []*RotationQueueRecord + UnbondingDelegations []*UnbondingDelegation + Validators []*Validator + func (*GenesisState) Descriptor() ([]byte, []int) + func (*GenesisState) ProtoMessage() + func (x *GenesisState) GetDelegations() []*Delegation + func (x *GenesisState) GetExported() bool + func (x *GenesisState) GetInitialConsAddresses() []*RotatedConsensusAddresses + func (x *GenesisState) GetLastTotalPower() []byte + func (x *GenesisState) GetLastValidatorPowers() []*LastValidatorPower + func (x *GenesisState) GetParams() *Params + func (x *GenesisState) GetRedelegations() []*Redelegation + func (x *GenesisState) GetRotatedConsAddresses() []*RotatedConsensusAddresses + func (x *GenesisState) GetRotationHistory() []*ConsPubKeyRotationHistory + func (x *GenesisState) GetRotationIndexRecords() []*RotationIndexRecord + func (x *GenesisState) GetRotationQueue() []*RotationQueueRecord + func (x *GenesisState) GetUnbondingDelegations() []*UnbondingDelegation + func (x *GenesisState) GetValidators() []*Validator + func (x *GenesisState) ProtoReflect() protoreflect.Message + func (x *GenesisState) Reset() + func (x *GenesisState) String() string + type HistoricalInfo struct + Header *v1.Header + Valset []*Validator + func (*HistoricalInfo) Descriptor() ([]byte, []int) + func (*HistoricalInfo) ProtoMessage() + func (x *HistoricalInfo) GetHeader() *v1.Header + func (x *HistoricalInfo) GetValset() []*Validator + func (x *HistoricalInfo) ProtoReflect() protoreflect.Message + func (x *HistoricalInfo) Reset() + func (x *HistoricalInfo) String() string + type Infraction int32 + const Infraction_INFRACTION_DOUBLE_SIGN + const Infraction_INFRACTION_DOWNTIME + const Infraction_INFRACTION_UNSPECIFIED + func (Infraction) Descriptor() protoreflect.EnumDescriptor + func (Infraction) EnumDescriptor() ([]byte, []int) + func (Infraction) Type() protoreflect.EnumType + func (x Infraction) Enum() *Infraction + func (x Infraction) Number() protoreflect.EnumNumber + func (x Infraction) String() string + type LastValidatorPower struct + Address string + Power int64 + func (*LastValidatorPower) Descriptor() ([]byte, []int) + func (*LastValidatorPower) ProtoMessage() + func (x *LastValidatorPower) GetAddress() string + func (x *LastValidatorPower) GetPower() int64 + func (x *LastValidatorPower) ProtoReflect() protoreflect.Message + func (x *LastValidatorPower) Reset() + func (x *LastValidatorPower) String() string + type Metadata struct + ProfilePicUri string + SocialHandleUris []string + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (x *Metadata) GetProfilePicUri() string + func (x *Metadata) GetSocialHandleUris() []string + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type MsgBeginRedelegate struct + Amount *v1beta1.Coin + DelegatorAddress string + ValidatorDstAddress string + ValidatorSrcAddress string + func (*MsgBeginRedelegate) Descriptor() ([]byte, []int) + func (*MsgBeginRedelegate) ProtoMessage() + func (x *MsgBeginRedelegate) GetAmount() *v1beta1.Coin + func (x *MsgBeginRedelegate) GetDelegatorAddress() string + func (x *MsgBeginRedelegate) GetValidatorDstAddress() string + func (x *MsgBeginRedelegate) GetValidatorSrcAddress() string + func (x *MsgBeginRedelegate) ProtoReflect() protoreflect.Message + func (x *MsgBeginRedelegate) Reset() + func (x *MsgBeginRedelegate) String() string + type MsgBeginRedelegateResponse struct + CompletionTime *timestamppb.Timestamp + func (*MsgBeginRedelegateResponse) Descriptor() ([]byte, []int) + func (*MsgBeginRedelegateResponse) ProtoMessage() + func (x *MsgBeginRedelegateResponse) GetCompletionTime() *timestamppb.Timestamp + func (x *MsgBeginRedelegateResponse) ProtoReflect() protoreflect.Message + func (x *MsgBeginRedelegateResponse) Reset() + func (x *MsgBeginRedelegateResponse) String() string + type MsgCancelUnbondingDelegation struct + Amount *v1beta1.Coin + CreationHeight int64 + DelegatorAddress string + ValidatorAddress string + func (*MsgCancelUnbondingDelegation) Descriptor() ([]byte, []int) + func (*MsgCancelUnbondingDelegation) ProtoMessage() + func (x *MsgCancelUnbondingDelegation) GetAmount() *v1beta1.Coin + func (x *MsgCancelUnbondingDelegation) GetCreationHeight() int64 + func (x *MsgCancelUnbondingDelegation) GetDelegatorAddress() string + func (x *MsgCancelUnbondingDelegation) GetValidatorAddress() string + func (x *MsgCancelUnbondingDelegation) ProtoReflect() protoreflect.Message + func (x *MsgCancelUnbondingDelegation) Reset() + func (x *MsgCancelUnbondingDelegation) String() string + type MsgCancelUnbondingDelegationResponse struct + func (*MsgCancelUnbondingDelegationResponse) Descriptor() ([]byte, []int) + func (*MsgCancelUnbondingDelegationResponse) ProtoMessage() + func (x *MsgCancelUnbondingDelegationResponse) ProtoReflect() protoreflect.Message + func (x *MsgCancelUnbondingDelegationResponse) Reset() + func (x *MsgCancelUnbondingDelegationResponse) String() string + type MsgClient interface + BeginRedelegate func(ctx context.Context, in *MsgBeginRedelegate, opts ...grpc.CallOption) (*MsgBeginRedelegateResponse, error) + CancelUnbondingDelegation func(ctx context.Context, in *MsgCancelUnbondingDelegation, opts ...grpc.CallOption) (*MsgCancelUnbondingDelegationResponse, 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) + RotateConsPubKey func(ctx context.Context, in *MsgRotateConsPubKey, opts ...grpc.CallOption) (*MsgRotateConsPubKeyResponse, error) + Undelegate func(ctx context.Context, in *MsgUndelegate, opts ...grpc.CallOption) (*MsgUndelegateResponse, error) + UpdateParams func(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) + func NewMsgClient(cc grpc.ClientConnInterface) MsgClient + type MsgCreateValidator struct + Commission *CommissionRates + DelegatorAddress string + Description *Description + MinSelfDelegation string + Pubkey *anypb.Any + ValidatorAddress string + Value *v1beta1.Coin + func (*MsgCreateValidator) Descriptor() ([]byte, []int) + func (*MsgCreateValidator) ProtoMessage() + func (x *MsgCreateValidator) GetCommission() *CommissionRates + func (x *MsgCreateValidator) GetDelegatorAddress() string + func (x *MsgCreateValidator) GetDescription() *Description + func (x *MsgCreateValidator) GetMinSelfDelegation() string + func (x *MsgCreateValidator) GetPubkey() *anypb.Any + func (x *MsgCreateValidator) GetValidatorAddress() string + func (x *MsgCreateValidator) GetValue() *v1beta1.Coin + func (x *MsgCreateValidator) ProtoReflect() protoreflect.Message + func (x *MsgCreateValidator) Reset() + func (x *MsgCreateValidator) String() string + type MsgCreateValidatorResponse struct + func (*MsgCreateValidatorResponse) Descriptor() ([]byte, []int) + func (*MsgCreateValidatorResponse) ProtoMessage() + func (x *MsgCreateValidatorResponse) ProtoReflect() protoreflect.Message + func (x *MsgCreateValidatorResponse) Reset() + func (x *MsgCreateValidatorResponse) String() string + type MsgDelegate struct + Amount *v1beta1.Coin + DelegatorAddress string + ValidatorAddress string + func (*MsgDelegate) Descriptor() ([]byte, []int) + func (*MsgDelegate) ProtoMessage() + func (x *MsgDelegate) GetAmount() *v1beta1.Coin + func (x *MsgDelegate) GetDelegatorAddress() string + func (x *MsgDelegate) GetValidatorAddress() string + func (x *MsgDelegate) ProtoReflect() protoreflect.Message + func (x *MsgDelegate) Reset() + func (x *MsgDelegate) String() string + type MsgDelegateResponse struct + func (*MsgDelegateResponse) Descriptor() ([]byte, []int) + func (*MsgDelegateResponse) ProtoMessage() + func (x *MsgDelegateResponse) ProtoReflect() protoreflect.Message + func (x *MsgDelegateResponse) Reset() + func (x *MsgDelegateResponse) String() string + type MsgEditValidator struct + CommissionRate string + Description *Description + MinSelfDelegation string + ValidatorAddress string + func (*MsgEditValidator) Descriptor() ([]byte, []int) + func (*MsgEditValidator) ProtoMessage() + func (x *MsgEditValidator) GetCommissionRate() string + func (x *MsgEditValidator) GetDescription() *Description + func (x *MsgEditValidator) GetMinSelfDelegation() string + func (x *MsgEditValidator) GetValidatorAddress() string + func (x *MsgEditValidator) ProtoReflect() protoreflect.Message + func (x *MsgEditValidator) Reset() + func (x *MsgEditValidator) String() string + type MsgEditValidatorResponse struct + func (*MsgEditValidatorResponse) Descriptor() ([]byte, []int) + func (*MsgEditValidatorResponse) ProtoMessage() + func (x *MsgEditValidatorResponse) ProtoReflect() protoreflect.Message + func (x *MsgEditValidatorResponse) Reset() + func (x *MsgEditValidatorResponse) String() string + type MsgRotateConsPubKey struct + NewPubkey *anypb.Any + ValidatorAddress string + func (*MsgRotateConsPubKey) Descriptor() ([]byte, []int) + func (*MsgRotateConsPubKey) ProtoMessage() + func (x *MsgRotateConsPubKey) GetNewPubkey() *anypb.Any + func (x *MsgRotateConsPubKey) GetValidatorAddress() string + func (x *MsgRotateConsPubKey) ProtoReflect() protoreflect.Message + func (x *MsgRotateConsPubKey) Reset() + func (x *MsgRotateConsPubKey) String() string + type MsgRotateConsPubKeyResponse struct + func (*MsgRotateConsPubKeyResponse) Descriptor() ([]byte, []int) + func (*MsgRotateConsPubKeyResponse) ProtoMessage() + func (x *MsgRotateConsPubKeyResponse) ProtoReflect() protoreflect.Message + func (x *MsgRotateConsPubKeyResponse) Reset() + func (x *MsgRotateConsPubKeyResponse) String() string + type MsgServer interface + BeginRedelegate func(context.Context, *MsgBeginRedelegate) (*MsgBeginRedelegateResponse, error) + CancelUnbondingDelegation func(context.Context, *MsgCancelUnbondingDelegation) (*MsgCancelUnbondingDelegationResponse, error) + CreateValidator func(context.Context, *MsgCreateValidator) (*MsgCreateValidatorResponse, error) + Delegate func(context.Context, *MsgDelegate) (*MsgDelegateResponse, error) + EditValidator func(context.Context, *MsgEditValidator) (*MsgEditValidatorResponse, error) + RotateConsPubKey func(context.Context, *MsgRotateConsPubKey) (*MsgRotateConsPubKeyResponse, error) + Undelegate func(context.Context, *MsgUndelegate) (*MsgUndelegateResponse, error) + UpdateParams func(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type MsgUndelegate struct + Amount *v1beta1.Coin + DelegatorAddress string + ValidatorAddress string + func (*MsgUndelegate) Descriptor() ([]byte, []int) + func (*MsgUndelegate) ProtoMessage() + func (x *MsgUndelegate) GetAmount() *v1beta1.Coin + func (x *MsgUndelegate) GetDelegatorAddress() string + func (x *MsgUndelegate) GetValidatorAddress() string + func (x *MsgUndelegate) ProtoReflect() protoreflect.Message + func (x *MsgUndelegate) Reset() + func (x *MsgUndelegate) String() string + type MsgUndelegateResponse struct + Amount *v1beta1.Coin + CompletionTime *timestamppb.Timestamp + func (*MsgUndelegateResponse) Descriptor() ([]byte, []int) + func (*MsgUndelegateResponse) ProtoMessage() + func (x *MsgUndelegateResponse) GetAmount() *v1beta1.Coin + func (x *MsgUndelegateResponse) GetCompletionTime() *timestamppb.Timestamp + func (x *MsgUndelegateResponse) ProtoReflect() protoreflect.Message + func (x *MsgUndelegateResponse) Reset() + func (x *MsgUndelegateResponse) String() string + type MsgUpdateParams struct + Authority string + Params *Params + func (*MsgUpdateParams) Descriptor() ([]byte, []int) + func (*MsgUpdateParams) ProtoMessage() + func (x *MsgUpdateParams) GetAuthority() string + func (x *MsgUpdateParams) GetParams() *Params + func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParams) Reset() + func (x *MsgUpdateParams) String() string + type MsgUpdateParamsResponse struct + func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) + func (*MsgUpdateParamsResponse) ProtoMessage() + func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message + func (x *MsgUpdateParamsResponse) Reset() + func (x *MsgUpdateParamsResponse) String() string + type Params struct + BondDenom string + HistoricalEntries uint32 + KeyRotationFee *v1beta1.Coin + MaxEntries uint32 + MaxValidators uint32 + MinCommissionRate string + UnbondingTime *durationpb.Duration + func (*Params) Descriptor() ([]byte, []int) + func (*Params) ProtoMessage() + func (x *Params) GetBondDenom() string + func (x *Params) GetHistoricalEntries() uint32 + func (x *Params) GetKeyRotationFee() *v1beta1.Coin + func (x *Params) GetMaxEntries() uint32 + func (x *Params) GetMaxValidators() uint32 + func (x *Params) GetMinCommissionRate() string + func (x *Params) GetUnbondingTime() *durationpb.Duration + func (x *Params) ProtoReflect() protoreflect.Message + func (x *Params) Reset() + func (x *Params) String() string + type Pool struct + BondedTokens string + NotBondedTokens string + func (*Pool) Descriptor() ([]byte, []int) + func (*Pool) ProtoMessage() + func (x *Pool) GetBondedTokens() string + func (x *Pool) GetNotBondedTokens() string + func (x *Pool) ProtoReflect() protoreflect.Message + func (x *Pool) Reset() + func (x *Pool) String() string + 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 grpc.ClientConnInterface) QueryClient + type QueryDelegationRequest struct + DelegatorAddr string + ValidatorAddr string + func (*QueryDelegationRequest) Descriptor() ([]byte, []int) + func (*QueryDelegationRequest) ProtoMessage() + func (x *QueryDelegationRequest) GetDelegatorAddr() string + func (x *QueryDelegationRequest) GetValidatorAddr() string + func (x *QueryDelegationRequest) ProtoReflect() protoreflect.Message + func (x *QueryDelegationRequest) Reset() + func (x *QueryDelegationRequest) String() string + type QueryDelegationResponse struct + DelegationResponse *DelegationResponse + func (*QueryDelegationResponse) Descriptor() ([]byte, []int) + func (*QueryDelegationResponse) ProtoMessage() + func (x *QueryDelegationResponse) GetDelegationResponse() *DelegationResponse + func (x *QueryDelegationResponse) ProtoReflect() protoreflect.Message + func (x *QueryDelegationResponse) Reset() + func (x *QueryDelegationResponse) String() string + type QueryDelegatorDelegationsRequest struct + DelegatorAddr string + Pagination *v1beta1.PageRequest + func (*QueryDelegatorDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorDelegationsRequest) ProtoMessage() + func (x *QueryDelegatorDelegationsRequest) GetDelegatorAddr() string + func (x *QueryDelegatorDelegationsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryDelegatorDelegationsRequest) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorDelegationsRequest) Reset() + func (x *QueryDelegatorDelegationsRequest) String() string + type QueryDelegatorDelegationsResponse struct + DelegationResponses []*DelegationResponse + Pagination *v1beta1.PageResponse + func (*QueryDelegatorDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorDelegationsResponse) ProtoMessage() + func (x *QueryDelegatorDelegationsResponse) GetDelegationResponses() []*DelegationResponse + func (x *QueryDelegatorDelegationsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryDelegatorDelegationsResponse) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorDelegationsResponse) Reset() + func (x *QueryDelegatorDelegationsResponse) String() string + type QueryDelegatorUnbondingDelegationsRequest struct + DelegatorAddr string + Pagination *v1beta1.PageRequest + func (*QueryDelegatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorUnbondingDelegationsRequest) ProtoMessage() + func (x *QueryDelegatorUnbondingDelegationsRequest) GetDelegatorAddr() string + func (x *QueryDelegatorUnbondingDelegationsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryDelegatorUnbondingDelegationsRequest) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorUnbondingDelegationsRequest) Reset() + func (x *QueryDelegatorUnbondingDelegationsRequest) String() string + type QueryDelegatorUnbondingDelegationsResponse struct + Pagination *v1beta1.PageResponse + UnbondingResponses []*UnbondingDelegation + func (*QueryDelegatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorUnbondingDelegationsResponse) ProtoMessage() + func (x *QueryDelegatorUnbondingDelegationsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryDelegatorUnbondingDelegationsResponse) GetUnbondingResponses() []*UnbondingDelegation + func (x *QueryDelegatorUnbondingDelegationsResponse) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorUnbondingDelegationsResponse) Reset() + func (x *QueryDelegatorUnbondingDelegationsResponse) String() string + type QueryDelegatorValidatorRequest struct + DelegatorAddr string + ValidatorAddr string + func (*QueryDelegatorValidatorRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorRequest) ProtoMessage() + func (x *QueryDelegatorValidatorRequest) GetDelegatorAddr() string + func (x *QueryDelegatorValidatorRequest) GetValidatorAddr() string + func (x *QueryDelegatorValidatorRequest) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorValidatorRequest) Reset() + func (x *QueryDelegatorValidatorRequest) String() string + type QueryDelegatorValidatorResponse struct + Validator *Validator + func (*QueryDelegatorValidatorResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorResponse) ProtoMessage() + func (x *QueryDelegatorValidatorResponse) GetValidator() *Validator + func (x *QueryDelegatorValidatorResponse) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorValidatorResponse) Reset() + func (x *QueryDelegatorValidatorResponse) String() string + type QueryDelegatorValidatorsRequest struct + DelegatorAddr string + Pagination *v1beta1.PageRequest + func (*QueryDelegatorValidatorsRequest) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorsRequest) ProtoMessage() + func (x *QueryDelegatorValidatorsRequest) GetDelegatorAddr() string + func (x *QueryDelegatorValidatorsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryDelegatorValidatorsRequest) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorValidatorsRequest) Reset() + func (x *QueryDelegatorValidatorsRequest) String() string + type QueryDelegatorValidatorsResponse struct + Pagination *v1beta1.PageResponse + Validators []*Validator + func (*QueryDelegatorValidatorsResponse) Descriptor() ([]byte, []int) + func (*QueryDelegatorValidatorsResponse) ProtoMessage() + func (x *QueryDelegatorValidatorsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryDelegatorValidatorsResponse) GetValidators() []*Validator + func (x *QueryDelegatorValidatorsResponse) ProtoReflect() protoreflect.Message + func (x *QueryDelegatorValidatorsResponse) Reset() + func (x *QueryDelegatorValidatorsResponse) String() string + type QueryHistoricalInfoRequest struct + Height int64 + func (*QueryHistoricalInfoRequest) Descriptor() ([]byte, []int) + func (*QueryHistoricalInfoRequest) ProtoMessage() + func (x *QueryHistoricalInfoRequest) GetHeight() int64 + func (x *QueryHistoricalInfoRequest) ProtoReflect() protoreflect.Message + func (x *QueryHistoricalInfoRequest) Reset() + func (x *QueryHistoricalInfoRequest) String() string + type QueryHistoricalInfoResponse struct + Hist *HistoricalInfo + func (*QueryHistoricalInfoResponse) Descriptor() ([]byte, []int) + func (*QueryHistoricalInfoResponse) ProtoMessage() + func (x *QueryHistoricalInfoResponse) GetHist() *HistoricalInfo + func (x *QueryHistoricalInfoResponse) ProtoReflect() protoreflect.Message + func (x *QueryHistoricalInfoResponse) Reset() + func (x *QueryHistoricalInfoResponse) String() string + type QueryParamsRequest struct + func (*QueryParamsRequest) Descriptor() ([]byte, []int) + func (*QueryParamsRequest) ProtoMessage() + func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message + func (x *QueryParamsRequest) Reset() + func (x *QueryParamsRequest) String() string + type QueryParamsResponse struct + Params *Params + func (*QueryParamsResponse) Descriptor() ([]byte, []int) + func (*QueryParamsResponse) ProtoMessage() + func (x *QueryParamsResponse) GetParams() *Params + func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message + func (x *QueryParamsResponse) Reset() + func (x *QueryParamsResponse) String() string + type QueryPoolRequest struct + func (*QueryPoolRequest) Descriptor() ([]byte, []int) + func (*QueryPoolRequest) ProtoMessage() + func (x *QueryPoolRequest) ProtoReflect() protoreflect.Message + func (x *QueryPoolRequest) Reset() + func (x *QueryPoolRequest) String() string + type QueryPoolResponse struct + Pool *Pool + func (*QueryPoolResponse) Descriptor() ([]byte, []int) + func (*QueryPoolResponse) ProtoMessage() + func (x *QueryPoolResponse) GetPool() *Pool + func (x *QueryPoolResponse) ProtoReflect() protoreflect.Message + func (x *QueryPoolResponse) Reset() + func (x *QueryPoolResponse) String() string + type QueryRedelegationsRequest struct + DelegatorAddr string + DstValidatorAddr string + Pagination *v1beta1.PageRequest + SrcValidatorAddr string + func (*QueryRedelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryRedelegationsRequest) ProtoMessage() + func (x *QueryRedelegationsRequest) GetDelegatorAddr() string + func (x *QueryRedelegationsRequest) GetDstValidatorAddr() string + func (x *QueryRedelegationsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryRedelegationsRequest) GetSrcValidatorAddr() string + func (x *QueryRedelegationsRequest) ProtoReflect() protoreflect.Message + func (x *QueryRedelegationsRequest) Reset() + func (x *QueryRedelegationsRequest) String() string + type QueryRedelegationsResponse struct + Pagination *v1beta1.PageResponse + RedelegationResponses []*RedelegationResponse + func (*QueryRedelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryRedelegationsResponse) ProtoMessage() + func (x *QueryRedelegationsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryRedelegationsResponse) GetRedelegationResponses() []*RedelegationResponse + func (x *QueryRedelegationsResponse) ProtoReflect() protoreflect.Message + func (x *QueryRedelegationsResponse) Reset() + func (x *QueryRedelegationsResponse) String() string + 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 (x *QueryUnbondingDelegationRequest) GetDelegatorAddr() string + func (x *QueryUnbondingDelegationRequest) GetValidatorAddr() string + func (x *QueryUnbondingDelegationRequest) ProtoReflect() protoreflect.Message + func (x *QueryUnbondingDelegationRequest) Reset() + func (x *QueryUnbondingDelegationRequest) String() string + type QueryUnbondingDelegationResponse struct + Unbond *UnbondingDelegation + func (*QueryUnbondingDelegationResponse) Descriptor() ([]byte, []int) + func (*QueryUnbondingDelegationResponse) ProtoMessage() + func (x *QueryUnbondingDelegationResponse) GetUnbond() *UnbondingDelegation + func (x *QueryUnbondingDelegationResponse) ProtoReflect() protoreflect.Message + func (x *QueryUnbondingDelegationResponse) Reset() + func (x *QueryUnbondingDelegationResponse) String() string + type QueryValidatorDelegationsRequest struct + Pagination *v1beta1.PageRequest + ValidatorAddr string + func (*QueryValidatorDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorDelegationsRequest) ProtoMessage() + func (x *QueryValidatorDelegationsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryValidatorDelegationsRequest) GetValidatorAddr() string + func (x *QueryValidatorDelegationsRequest) ProtoReflect() protoreflect.Message + func (x *QueryValidatorDelegationsRequest) Reset() + func (x *QueryValidatorDelegationsRequest) String() string + type QueryValidatorDelegationsResponse struct + DelegationResponses []*DelegationResponse + Pagination *v1beta1.PageResponse + func (*QueryValidatorDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorDelegationsResponse) ProtoMessage() + func (x *QueryValidatorDelegationsResponse) GetDelegationResponses() []*DelegationResponse + func (x *QueryValidatorDelegationsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryValidatorDelegationsResponse) ProtoReflect() protoreflect.Message + func (x *QueryValidatorDelegationsResponse) Reset() + func (x *QueryValidatorDelegationsResponse) String() string + type QueryValidatorRequest struct + ValidatorAddr string + func (*QueryValidatorRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorRequest) ProtoMessage() + func (x *QueryValidatorRequest) GetValidatorAddr() string + func (x *QueryValidatorRequest) ProtoReflect() protoreflect.Message + func (x *QueryValidatorRequest) Reset() + func (x *QueryValidatorRequest) String() string + type QueryValidatorResponse struct + Validator *Validator + func (*QueryValidatorResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorResponse) ProtoMessage() + func (x *QueryValidatorResponse) GetValidator() *Validator + func (x *QueryValidatorResponse) ProtoReflect() protoreflect.Message + func (x *QueryValidatorResponse) Reset() + func (x *QueryValidatorResponse) String() string + type QueryValidatorUnbondingDelegationsRequest struct + Pagination *v1beta1.PageRequest + ValidatorAddr string + func (*QueryValidatorUnbondingDelegationsRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorUnbondingDelegationsRequest) ProtoMessage() + func (x *QueryValidatorUnbondingDelegationsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryValidatorUnbondingDelegationsRequest) GetValidatorAddr() string + func (x *QueryValidatorUnbondingDelegationsRequest) ProtoReflect() protoreflect.Message + func (x *QueryValidatorUnbondingDelegationsRequest) Reset() + func (x *QueryValidatorUnbondingDelegationsRequest) String() string + type QueryValidatorUnbondingDelegationsResponse struct + Pagination *v1beta1.PageResponse + UnbondingResponses []*UnbondingDelegation + func (*QueryValidatorUnbondingDelegationsResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorUnbondingDelegationsResponse) ProtoMessage() + func (x *QueryValidatorUnbondingDelegationsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryValidatorUnbondingDelegationsResponse) GetUnbondingResponses() []*UnbondingDelegation + func (x *QueryValidatorUnbondingDelegationsResponse) ProtoReflect() protoreflect.Message + func (x *QueryValidatorUnbondingDelegationsResponse) Reset() + func (x *QueryValidatorUnbondingDelegationsResponse) String() string + type QueryValidatorsRequest struct + Pagination *v1beta1.PageRequest + Status string + func (*QueryValidatorsRequest) Descriptor() ([]byte, []int) + func (*QueryValidatorsRequest) ProtoMessage() + func (x *QueryValidatorsRequest) GetPagination() *v1beta1.PageRequest + func (x *QueryValidatorsRequest) GetStatus() string + func (x *QueryValidatorsRequest) ProtoReflect() protoreflect.Message + func (x *QueryValidatorsRequest) Reset() + func (x *QueryValidatorsRequest) String() string + type QueryValidatorsResponse struct + Pagination *v1beta1.PageResponse + ValidatorInfo []*ValidatorInfo + Validators []*Validator + func (*QueryValidatorsResponse) Descriptor() ([]byte, []int) + func (*QueryValidatorsResponse) ProtoMessage() + func (x *QueryValidatorsResponse) GetPagination() *v1beta1.PageResponse + func (x *QueryValidatorsResponse) GetValidatorInfo() []*ValidatorInfo + func (x *QueryValidatorsResponse) GetValidators() []*Validator + func (x *QueryValidatorsResponse) ProtoReflect() protoreflect.Message + func (x *QueryValidatorsResponse) Reset() + func (x *QueryValidatorsResponse) String() string + type Redelegation struct + DelegatorAddress string + Entries []*RedelegationEntry + ValidatorDstAddress string + ValidatorSrcAddress string + func (*Redelegation) Descriptor() ([]byte, []int) + func (*Redelegation) ProtoMessage() + func (x *Redelegation) GetDelegatorAddress() string + func (x *Redelegation) GetEntries() []*RedelegationEntry + func (x *Redelegation) GetValidatorDstAddress() string + func (x *Redelegation) GetValidatorSrcAddress() string + func (x *Redelegation) ProtoReflect() protoreflect.Message + func (x *Redelegation) Reset() + func (x *Redelegation) String() string + type RedelegationEntry struct + CompletionTime *timestamppb.Timestamp + CreationHeight int64 + InitialBalance string + SharesDst string + UnbondingId uint64 + UnbondingOnHoldRefCount int64 + func (*RedelegationEntry) Descriptor() ([]byte, []int) + func (*RedelegationEntry) ProtoMessage() + func (x *RedelegationEntry) GetCompletionTime() *timestamppb.Timestamp + func (x *RedelegationEntry) GetCreationHeight() int64 + func (x *RedelegationEntry) GetInitialBalance() string + func (x *RedelegationEntry) GetSharesDst() string + func (x *RedelegationEntry) GetUnbondingId() uint64 + func (x *RedelegationEntry) GetUnbondingOnHoldRefCount() int64 + func (x *RedelegationEntry) ProtoReflect() protoreflect.Message + func (x *RedelegationEntry) Reset() + func (x *RedelegationEntry) String() string + type RedelegationEntryResponse struct + Balance string + RedelegationEntry *RedelegationEntry + func (*RedelegationEntryResponse) Descriptor() ([]byte, []int) + func (*RedelegationEntryResponse) ProtoMessage() + func (x *RedelegationEntryResponse) GetBalance() string + func (x *RedelegationEntryResponse) GetRedelegationEntry() *RedelegationEntry + func (x *RedelegationEntryResponse) ProtoReflect() protoreflect.Message + func (x *RedelegationEntryResponse) Reset() + func (x *RedelegationEntryResponse) String() string + type RedelegationResponse struct + Entries []*RedelegationEntryResponse + Redelegation *Redelegation + func (*RedelegationResponse) Descriptor() ([]byte, []int) + func (*RedelegationResponse) ProtoMessage() + func (x *RedelegationResponse) GetEntries() []*RedelegationEntryResponse + func (x *RedelegationResponse) GetRedelegation() *Redelegation + func (x *RedelegationResponse) ProtoReflect() protoreflect.Message + func (x *RedelegationResponse) Reset() + func (x *RedelegationResponse) String() string + type RotatedConsensusAddresses struct + NewAddress string + OldAddress string + func (*RotatedConsensusAddresses) Descriptor() ([]byte, []int) + func (*RotatedConsensusAddresses) ProtoMessage() + func (x *RotatedConsensusAddresses) GetNewAddress() string + func (x *RotatedConsensusAddresses) GetOldAddress() string + func (x *RotatedConsensusAddresses) ProtoReflect() protoreflect.Message + func (x *RotatedConsensusAddresses) Reset() + func (x *RotatedConsensusAddresses) String() string + type RotationIndexRecord struct + Address []byte + Time *timestamppb.Timestamp + func (*RotationIndexRecord) Descriptor() ([]byte, []int) + func (*RotationIndexRecord) ProtoMessage() + func (x *RotationIndexRecord) GetAddress() []byte + func (x *RotationIndexRecord) GetTime() *timestamppb.Timestamp + func (x *RotationIndexRecord) ProtoReflect() protoreflect.Message + func (x *RotationIndexRecord) Reset() + func (x *RotationIndexRecord) String() string + type RotationQueueRecord struct + Time *timestamppb.Timestamp + ValAddrs *ValAddrsOfRotatedConsKeys + func (*RotationQueueRecord) Descriptor() ([]byte, []int) + func (*RotationQueueRecord) ProtoMessage() + func (x *RotationQueueRecord) GetTime() *timestamppb.Timestamp + func (x *RotationQueueRecord) GetValAddrs() *ValAddrsOfRotatedConsKeys + func (x *RotationQueueRecord) ProtoReflect() protoreflect.Message + func (x *RotationQueueRecord) Reset() + func (x *RotationQueueRecord) String() string + type StakeAuthorization struct + AuthorizationType AuthorizationType + MaxTokens *v1beta1.Coin + Validators isStakeAuthorization_Validators + func (*StakeAuthorization) Descriptor() ([]byte, []int) + func (*StakeAuthorization) ProtoMessage() + func (x *StakeAuthorization) GetAllowList() *StakeAuthorization_Validators + func (x *StakeAuthorization) GetAuthorizationType() AuthorizationType + func (x *StakeAuthorization) GetDenyList() *StakeAuthorization_Validators + func (x *StakeAuthorization) GetMaxTokens() *v1beta1.Coin + func (x *StakeAuthorization) GetValidators() isStakeAuthorization_Validators + func (x *StakeAuthorization) ProtoReflect() protoreflect.Message + func (x *StakeAuthorization) Reset() + func (x *StakeAuthorization) String() string + type StakeAuthorization_AllowList struct + AllowList *StakeAuthorization_Validators + type StakeAuthorization_DenyList struct + DenyList *StakeAuthorization_Validators + type StakeAuthorization_Validators struct + Address []string + func (*StakeAuthorization_Validators) Descriptor() ([]byte, []int) + func (*StakeAuthorization_Validators) ProtoMessage() + func (x *StakeAuthorization_Validators) GetAddress() []string + func (x *StakeAuthorization_Validators) ProtoReflect() protoreflect.Message + func (x *StakeAuthorization_Validators) Reset() + func (x *StakeAuthorization_Validators) String() string + type UnbondingDelegation struct + DelegatorAddress string + Entries []*UnbondingDelegationEntry + ValidatorAddress string + func (*UnbondingDelegation) Descriptor() ([]byte, []int) + func (*UnbondingDelegation) ProtoMessage() + func (x *UnbondingDelegation) GetDelegatorAddress() string + func (x *UnbondingDelegation) GetEntries() []*UnbondingDelegationEntry + func (x *UnbondingDelegation) GetValidatorAddress() string + func (x *UnbondingDelegation) ProtoReflect() protoreflect.Message + func (x *UnbondingDelegation) Reset() + func (x *UnbondingDelegation) String() string + type UnbondingDelegationEntry struct + Balance string + CompletionTime *timestamppb.Timestamp + CreationHeight int64 + InitialBalance string + UnbondingId uint64 + UnbondingOnHoldRefCount int64 + func (*UnbondingDelegationEntry) Descriptor() ([]byte, []int) + func (*UnbondingDelegationEntry) ProtoMessage() + func (x *UnbondingDelegationEntry) GetBalance() string + func (x *UnbondingDelegationEntry) GetCompletionTime() *timestamppb.Timestamp + func (x *UnbondingDelegationEntry) GetCreationHeight() int64 + func (x *UnbondingDelegationEntry) GetInitialBalance() string + func (x *UnbondingDelegationEntry) GetUnbondingId() uint64 + func (x *UnbondingDelegationEntry) GetUnbondingOnHoldRefCount() int64 + func (x *UnbondingDelegationEntry) ProtoReflect() protoreflect.Message + func (x *UnbondingDelegationEntry) Reset() + func (x *UnbondingDelegationEntry) String() string + type UnimplementedMsgServer struct + func (UnimplementedMsgServer) BeginRedelegate(context.Context, *MsgBeginRedelegate) (*MsgBeginRedelegateResponse, error) + func (UnimplementedMsgServer) CancelUnbondingDelegation(context.Context, *MsgCancelUnbondingDelegation) (*MsgCancelUnbondingDelegationResponse, error) + func (UnimplementedMsgServer) CreateValidator(context.Context, *MsgCreateValidator) (*MsgCreateValidatorResponse, error) + func (UnimplementedMsgServer) Delegate(context.Context, *MsgDelegate) (*MsgDelegateResponse, error) + func (UnimplementedMsgServer) EditValidator(context.Context, *MsgEditValidator) (*MsgEditValidatorResponse, error) + func (UnimplementedMsgServer) RotateConsPubKey(context.Context, *MsgRotateConsPubKey) (*MsgRotateConsPubKeyResponse, error) + func (UnimplementedMsgServer) Undelegate(context.Context, *MsgUndelegate) (*MsgUndelegateResponse, error) + func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) + type UnimplementedQueryServer struct + func (UnimplementedQueryServer) Delegation(context.Context, *QueryDelegationRequest) (*QueryDelegationResponse, error) + func (UnimplementedQueryServer) DelegatorDelegations(context.Context, *QueryDelegatorDelegationsRequest) (*QueryDelegatorDelegationsResponse, error) + func (UnimplementedQueryServer) DelegatorUnbondingDelegations(context.Context, *QueryDelegatorUnbondingDelegationsRequest) (*QueryDelegatorUnbondingDelegationsResponse, error) + func (UnimplementedQueryServer) DelegatorValidator(context.Context, *QueryDelegatorValidatorRequest) (*QueryDelegatorValidatorResponse, error) + func (UnimplementedQueryServer) DelegatorValidators(context.Context, *QueryDelegatorValidatorsRequest) (*QueryDelegatorValidatorsResponse, error) + func (UnimplementedQueryServer) HistoricalInfo(context.Context, *QueryHistoricalInfoRequest) (*QueryHistoricalInfoResponse, error) + func (UnimplementedQueryServer) Params(context.Context, *QueryParamsRequest) (*QueryParamsResponse, error) + func (UnimplementedQueryServer) Pool(context.Context, *QueryPoolRequest) (*QueryPoolResponse, error) + func (UnimplementedQueryServer) Redelegations(context.Context, *QueryRedelegationsRequest) (*QueryRedelegationsResponse, error) + func (UnimplementedQueryServer) UnbondingDelegation(context.Context, *QueryUnbondingDelegationRequest) (*QueryUnbondingDelegationResponse, error) + func (UnimplementedQueryServer) Validator(context.Context, *QueryValidatorRequest) (*QueryValidatorResponse, error) + func (UnimplementedQueryServer) ValidatorDelegations(context.Context, *QueryValidatorDelegationsRequest) (*QueryValidatorDelegationsResponse, error) + func (UnimplementedQueryServer) ValidatorUnbondingDelegations(context.Context, *QueryValidatorUnbondingDelegationsRequest) (*QueryValidatorUnbondingDelegationsResponse, error) + func (UnimplementedQueryServer) Validators(context.Context, *QueryValidatorsRequest) (*QueryValidatorsResponse, error) + type UnsafeMsgServer interface + type UnsafeQueryServer interface + type ValAddresses struct + Addresses []string + func (*ValAddresses) Descriptor() ([]byte, []int) + func (*ValAddresses) ProtoMessage() + func (x *ValAddresses) GetAddresses() []string + func (x *ValAddresses) ProtoReflect() protoreflect.Message + func (x *ValAddresses) Reset() + func (x *ValAddresses) String() string + type ValAddrsOfRotatedConsKeys struct + Addresses [][]byte + func (*ValAddrsOfRotatedConsKeys) Descriptor() ([]byte, []int) + func (*ValAddrsOfRotatedConsKeys) ProtoMessage() + func (x *ValAddrsOfRotatedConsKeys) GetAddresses() [][]byte + func (x *ValAddrsOfRotatedConsKeys) ProtoReflect() protoreflect.Message + func (x *ValAddrsOfRotatedConsKeys) Reset() + func (x *ValAddrsOfRotatedConsKeys) String() string + type Validator struct + Commission *Commission + ConsensusPubkey *anypb.Any + DelegatorShares string + Description *Description + Jailed bool + MinSelfDelegation string + OperatorAddress string + Status BondStatus + Tokens string + UnbondingHeight int64 + UnbondingIds []uint64 + UnbondingOnHoldRefCount int64 + UnbondingTime *timestamppb.Timestamp + func (*Validator) Descriptor() ([]byte, []int) + func (*Validator) ProtoMessage() + func (x *Validator) GetCommission() *Commission + func (x *Validator) GetConsensusPubkey() *anypb.Any + func (x *Validator) GetDelegatorShares() string + func (x *Validator) GetDescription() *Description + func (x *Validator) GetJailed() bool + func (x *Validator) GetMinSelfDelegation() string + func (x *Validator) GetOperatorAddress() string + func (x *Validator) GetStatus() BondStatus + func (x *Validator) GetTokens() string + func (x *Validator) GetUnbondingHeight() int64 + func (x *Validator) GetUnbondingIds() []uint64 + func (x *Validator) GetUnbondingOnHoldRefCount() int64 + func (x *Validator) GetUnbondingTime() *timestamppb.Timestamp + func (x *Validator) ProtoReflect() protoreflect.Message + func (x *Validator) Reset() + func (x *Validator) String() string + type ValidatorInfo struct + ConsensusAddress string + func (*ValidatorInfo) Descriptor() ([]byte, []int) + func (*ValidatorInfo) ProtoMessage() + func (x *ValidatorInfo) GetConsensusAddress() string + func (x *ValidatorInfo) ProtoReflect() protoreflect.Message + func (x *ValidatorInfo) Reset() + func (x *ValidatorInfo) String() string + type ValidatorUpdates struct + Updates []*v11.ValidatorUpdate + func (*ValidatorUpdates) Descriptor() ([]byte, []int) + func (*ValidatorUpdates) ProtoMessage() + func (x *ValidatorUpdates) GetUpdates() []*v11.ValidatorUpdate + func (x *ValidatorUpdates) ProtoReflect() protoreflect.Message + func (x *ValidatorUpdates) Reset() + func (x *ValidatorUpdates) String() string