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

monitorById

abstract suspend fun monitorById(id: Long): Flow<PendingTransaction>

Generate a flow of information about the given id where a new pending transaction is emitted every time its state changes.

Parameters

id - the id to monitor.

Return
a flow of pending transactions that are emitted anytime the transaction associated withh the given id changes.