zcash-android-wallet-sdk / cash.z.wallet.sdk.entity / ConfirmedTransaction / <init>

<init>

ConfirmedTransaction(id: Long = 0L, value: Long = 0L, memo: ByteArray? = ByteArray(0), noteId: Long = 0L, blockTimeInSeconds: Long = 0L, minedHeight: Int = -1, transactionIndex: Int, rawTransactionId: ByteArray = ByteArray(0), toAddress: String? = null, expiryHeight: Int? = null, raw: ByteArray? = byteArrayOf())

A mined, shielded transaction. Since this is a MinedTransaction, it represents data on the blockchain.