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