transactions(query:)
Returns transactions that match the provided transaction query.
Declaration
func transactions(query: TransactionQuery) async throws -> [Transaction]Parameters
- query:
A Transactionquery that describes the kinds of transactions to look for.
Return Value
An array of Transaction records that match the provided query.