ZcashLightClientKit/Sources/ZcashLightClientKit/Transaction
Michal Fousek 3971f80eef [#484] Use async for TransactionsRepository
Closes #484.

- `TransactionRepository` has async API. `Synchronizer` and alternative
  APIs are updated accordingly.

These methods and properties in the `Synchronizer` are async now:
- `cancelSpend(transaction:)`
- All the variants of the `getMemos(for:)` method.
- All the variants fo the `getRecipients(for:)` method.
- `allConfirmedTransactions(from:limit:)`
- `pendingTransactions`
- `clearedTransactions`
- `sentTransactions`
- `receivedTransactions`
2023-03-28 10:17:14 +02:00
..
PersistentTransactionManager.swift [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
TransactionEncoder.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
TransactionManager.swift [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
WalletTransactionEncoder.swift [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00