diff --git a/indexer/indexer.go b/indexer/indexer.go index 60289d2..3be3b3f 100644 --- a/indexer/indexer.go +++ b/indexer/indexer.go @@ -775,6 +775,8 @@ func (i *Indexer) GetCoins( return i.coinStorage.GetCoins(ctx, accountIdentifier) } +// GetBalance returns the balance of an account +// at a particular *types.PartialBlockIdentifier. func (i *Indexer) GetBalance( ctx context.Context, accountIdentifier *types.AccountIdentifier,