Versions in this module Expand all Collapse all v1 v1.0.0 Sep 14, 2024 Changes in this version + func DelegatorDelegations(q *probeQueryTypes.Query, address string) (*stakingTypes.QueryDelegatorDelegationsResponse, error) + func DelegatorDelegationsRPC(q *probeQueryTypes.Query, delegatorAddress string, paginationKey []byte) (*stakingTypes.QueryDelegatorDelegationsResponse, error) + func Validators(q *probeQueryTypes.Query, status *stakingTypes.BondStatus) (*stakingTypes.QueryValidatorsResponse, error) + func ValidatorsRPC(q *probeQueryTypes.Query, status *stakingTypes.BondStatus, ...) (*stakingTypes.QueryValidatorsResponse, error)