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, bankClient banktypes.QueryClient) *Source + func (s Source) GetAccountBalance(address string, height int64) ([]sdk.Coin, error) + func (s Source) GetBalances(addresses []string, height int64) ([]types.AccountBalance, error) + func (s Source) GetSupply(height int64) (sdk.Coins, error) Other modules containing this package github.com/forbole/bdjuno/v2 github.com/forbole/bdjuno/v3