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

getAll

abstract fun getAll(): Flow<List<PendingTransaction>>

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.