Package tbdex.sdk.httpserver.models
Interface BalancesApi
-
- All Implemented Interfaces:
public interface BalancesApiInterface representing an API for interacting with TBDex balances.
-
-
Method Summary
Modifier and Type Method Description abstract List<Balance>getBalances(String requesterDid)Retrieves a list of balances based on the provided filter. -
-
Method Detail
-
getBalances
abstract List<Balance> getBalances(String requesterDid)
Retrieves a list of balances based on the provided filter.
- Parameters:
requesterDid- The DID of the requester.- Returns:
A list of Balance representing balances based on the filter.
-
-
-
-