zcash-android-wallet-sdk / cash.z.wallet.sdk.entity / ConfirmedTransaction

ConfirmedTransaction

data class ConfirmedTransaction : MinedTransaction, SignedTransaction

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

Constructors

<init>

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

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())

Properties

blockTimeInSeconds

val blockTimeInSeconds: Long

expiryHeight

val expiryHeight: Int?

id

val id: Long

memo

val memo: ByteArray?

minedHeight

val minedHeight: Int

noteId

val noteId: Long

raw

val raw: ByteArray?

rawTransactionId

val rawTransactionId: ByteArray

toAddress

val toAddress: String?

transactionIndex

val transactionIndex: Int

value

val value: Long

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int