Contents

accounts(query:)

Returns a list of accounts a person added to their Wallet that meet the criteria in the provided account query.

Declaration

func accounts(query: AccountQuery) async throws -> [Account]

Parameters

  • query:

    An Accountquery that describes the kinds of accounts to look for.

Return Value

An array of Account structures.

See Also

Accounts