zcash-android-wallet-sdk / cash.z.wallet.sdk / Initializer / WalletBirthday

WalletBirthday

data class WalletBirthday

Model object for holding a wallet birthday. It is only used by this class.

Parameters

height - the height at the time the wallet was born.

hash - the hash of the block at the height.

time - the block time at the height.

tree - the sapling tree corresponding to the height.

Constructors

<init>

Model object for holding a wallet birthday. It is only used by this class.

WalletBirthday(height: Int = -1, hash: String = "", time: Long = -1, tree: String = "")

Properties

hash

the hash of the block at the height.

val hash: String

height

the height at the time the wallet was born.

val height: Int

time

the block time at the height.

val time: Long

tree

the sapling tree corresponding to the height.

val tree: String