ZcashLightClientKit/Sources/ZcashLightClientKit/Repository
Lukas Korba 9b6ff51b29
[#492] Get rid of blocking API (#551)
- blocking API removed, only latestBlockHeight() stayed
- non-blocking closure based API removed
- unit tests updated to use async API

[#492] Get rid of blocking API (#551)

- forgotten commented code cleaned up
- some comments were still mentioning result (completion closure), removed
2022-10-03 20:05:11 -03:00
..
BlockRepository.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
CompactBlockRepository.swift [#492] Get rid of blocking API (#551) 2022-10-03 20:05:11 -03:00
NotesRepository.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
PaginatedTransactionRepository.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
PendingTransactionRepository.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
TransactionRepository.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
TransactionRepositoryBuilder.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
UnspentTransactionOutputRepository.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00