Versions in this module Expand all Collapse all v4 v4.0.0 Jun 26, 2023 Changes in this version + type Source struct + func NewSource(source *remote.Source, stakingClient stakingtypes.QueryClient) *Source + func (s Source) GetDelegationsWithPagination(height int64, delegator string, pagination *query.PageRequest) (*stakingtypes.QueryDelegatorDelegationsResponse, error) + func (s Source) GetParams(height int64) (stakingtypes.Params, error) + func (s Source) GetPool(height int64) (stakingtypes.Pool, error) + func (s Source) GetRedelegations(height int64, request *stakingtypes.QueryRedelegationsRequest) (*stakingtypes.QueryRedelegationsResponse, error) + func (s Source) GetUnbondingDelegations(height int64, delegator string, pagination *query.PageRequest) (*stakingtypes.QueryDelegatorUnbondingDelegationsResponse, error) + func (s Source) GetUnbondingDelegationsFromValidator(height int64, validator string, pagination *query.PageRequest) (*stakingtypes.QueryValidatorUnbondingDelegationsResponse, error) + func (s Source) GetValidator(height int64, valOper string) (stakingtypes.Validator, error) + func (s Source) GetValidatorDelegationsWithPagination(height int64, validator string, pagination *query.PageRequest) (*stakingtypes.QueryValidatorDelegationsResponse, error) + func (s Source) GetValidatorsWithStatus(height int64, status string) ([]stakingtypes.Validator, error) Other modules containing this package github.com/forbole/bdjuno/v2 github.com/forbole/bdjuno/v3