accountBalances(query:)
Returns a list of balances that meet the criteria in the provided account query.
Declaration
func accountBalances(query: AccountBalanceQuery) async throws -> [AccountBalance]Parameters
- query:
An Accountquery that describes the kinds of accounts to look for.
Return Value
An array of AccountBalance structures.