zcash-android-wallet-sdk / cash.z.wallet.sdk / Initializer / DefaultBirthdayStore / loadBirthday

loadBirthday

fun loadBirthday(birthdayHeight: Int): WalletBirthday

Load a birthday matching the given height. This is most commonly used during import to find the first available checkpoint that is lower than the requested height.

Parameters

birthdayHeight - the height to use as an upper bound for loading.