Versions in this module Expand all Collapse all v0 v0.1.1 May 14, 2023 Changes in this version + var BondStatus_name = map[int32]string + var BondStatus_value = map[string]int32 + var ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") + var ErrIntOverflowStaking = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrInvalidLengthStaking = fmt.Errorf("proto: negative length found during unmarshaling") + var ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") + var ErrUnexpectedEndOfGroupStaking = fmt.Errorf("proto: unexpected end of group") + 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) + 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 (*Commission) Descriptor() ([]byte, []int) + func (*Commission) ProtoMessage() + 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 (*CommissionRates) Descriptor() ([]byte, []int) + func (*CommissionRates) ProtoMessage() + func (c CommissionRates) String() string + 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 (*Delegation) Descriptor() ([]byte, []int) + func (*Delegation) ProtoMessage() + 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 DelegationResponse struct + Balance github_com_cosmos_cosmos_sdk_types.CoinAdapter + Delegation Delegation + func (*DelegationResponse) Descriptor() ([]byte, []int) + func (*DelegationResponse) ProtoMessage() + func (d DelegationResponse) String() string + func (m *DelegationResponse) GetBalance() github_com_cosmos_cosmos_sdk_types.CoinAdapter + 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 Delegations []Delegation + func (d Delegations) String() (out string) + type Description struct + Details string + Identity string + Moniker string + SecurityContact string + Website string + func (*Description) Descriptor() ([]byte, []int) + func (*Description) ProtoMessage() + func (d Description) String() string + 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 HistoricalInfo struct + Header types.Header + Valset []Validator + func (*HistoricalInfo) Descriptor() ([]byte, []int) + func (*HistoricalInfo) ProtoMessage() + 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 Params struct + BondDenom string + HistoricalEntries uint32 + MaxEntries uint32 + MaxValidators uint32 + MinCommissionRate github_com_cosmos_cosmos_sdk_types.Dec + UnbondingTime time.Duration + 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) From(pp types.Params) + func (p Params) String() string + 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 (*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 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 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 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 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 (*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) 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 (*RedelegationEntry) Descriptor() ([]byte, []int) + func (*RedelegationEntry) ProtoMessage() + 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 (*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 (*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 + type UnbondingDelegation struct + DelegatorAddress string + Entries []UnbondingDelegationEntry + ValidatorAddress string + 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) 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 (*UnbondingDelegationEntry) Descriptor() ([]byte, []int) + func (*UnbondingDelegationEntry) ProtoMessage() + 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 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 (*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) String() string + type Validators []Validator + func (v Validators) String() (out string)