getBalances

abstract fun getBalances(requesterDid: String): List<Balance>

Retrieves a list of balances based on the provided filter.

Return

A list of Balance representing balances based on the filter.

Parameters

requesterDid

The DID of the requester.