zcash-android-wallet-sdk / cash.z.wallet.sdk / Initializer / WalletBirthday / <init>

<init>

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

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.