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

Block

data class Block

Constructors

<init>

Block(height: Int?, hash: ByteArray, time: Int, saplingTree: ByteArray)

Properties

hash

val hash: ByteArray

height

val height: Int?

saplingTree

val saplingTree: ByteArray

time

val time: Int

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int