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

applyMinedHeight

suspend fun applyMinedHeight(pendingTx: PendingTransaction, minedHeight: Int): Unit

Given a transaction and the height at which it was mined, update the transaction to indicate that it was mined.

Parameters

pendingTx - the pending transaction that has been mineed.

minedHeight - the height at which the given transaction was mined, according to the data that has been processed from the blockchain.