zcash-android-wallet-sdk/docs/-sdk-synchronizer/cleared-transactions.md

708 B

zcash-android-wallet-sdk / cash.z.wallet.sdk.data / SdkSynchronizer / clearedTransactions

clearedTransactions

fun clearedTransactions(): ReceiveChannel<List<ClearedTransaction>>

Overrides Synchronizer.clearedTransactions

A stream of all the transactions that are on the blockchain. Implementations should consider only returning a subset like the most recent 100 transactions, perhaps through paging the underlying database.