zcash-android-wallet-sdk / cash.z.wallet.sdk.transaction / TransactionRepository / findEncodedTransactionById

findEncodedTransactionById

abstract suspend fun findEncodedTransactionById(txId: Long): EncodedTransaction?

Find the encoded transaction associated with the given id.

Parameters

txId - the id of the transaction to find.

Return
the transaction or null when it cannot be found.