currencies property

List<Currency>? currencies
getter/setter pair

In some cases, the caller may not want to retrieve all available balances for an AccountIdentifier. If the currencies field is populated, only balances for the specified currencies will be returned. If not populated, all available balances will be returned.

Implementation

List<Currency>? currencies;