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

Sent

data class Sent

Constructors

<init>

Sent(id: Int? = 0, transactionId: Int = 0, outputIndex: Int = 0, account: Int = 0, address: String = "", value: Long = 0, memo: ByteArray? = byteArrayOf())

Properties

account

val account: Int

address

val address: String

id

val id: Int?

memo

val memo: ByteArray?

outputIndex

val outputIndex: Int

transactionId

val transactionId: Int

value

val value: Long

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int