zcash-android-wallet-sdk / cash.z.wallet.sdk.transaction / PersistentTransactionManager / getAll

getAll

fun getAll(): Flow<List<PendingTransactionEntity>>

Get all pending transactions known to this wallet as a flow that is updated anytime the list changes.

Return
a flow of all pending transactions known to this wallet.