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

Received

data class Received

Constructors

<init>

Received(id: Int? = 0, transactionId: Int = 0, outputIndex: Int = 0, account: Int = 0, value: Long = 0, spent: Int? = 0, diversifier: ByteArray = byteArrayOf(), rcm: ByteArray = byteArrayOf(), nf: ByteArray = byteArrayOf(), isChange: Boolean = false, memo: ByteArray? = byteArrayOf())

Properties

account

val account: Int

diversifier

val diversifier: ByteArray

id

val id: Int?

isChange

val isChange: Boolean

memo

val memo: ByteArray?

nf

val nf: ByteArray

outputIndex

val outputIndex: Int

rcm

val rcm: ByteArray

spent

A reference to the transaction this note was later spent in

val spent: Int?

transactionId

A reference to the transaction this note was received in

val transactionId: Int

value

val value: Long