zcash-android-wallet-sdk / cash.z.wallet.sdk.transaction / PagedTransactionRepository / findMinedHeight

findMinedHeight

open suspend fun findMinedHeight(rawTransactionId: ByteArray): Int?

Find the mined height that matches the given raw tx_id in bytes. This is useful for matching a pending transaction with one that we've decrypted from the blockchain.

Parameters

rawTransactionId - the id of the transaction to find.

Return
the mined height of the given transaction, if it is known to this wallet.