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

TransactionEntity

data class TransactionEntity

Constructors

<init>

TransactionEntity(id: Long?, transactionId: ByteArray, transactionIndex: Int?, created: String?, expiryHeight: Int?, minedHeight: Int?, raw: ByteArray?)

Properties

created

val created: String?

expiryHeight

val expiryHeight: Int?

id

val id: Long?

minedHeight

val minedHeight: Int?

raw

val raw: ByteArray?

transactionId

val transactionId: ByteArray

transactionIndex

val transactionIndex: Int?

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int