currencies property

List<Currency>? currencies
getter/setter pair

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

Implementation

List<Currency>? currencies;