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

NewWalletBirthdayStore

fun NewWalletBirthdayStore(appContext: Context, alias: String = DEFAULT_ALIAS): WalletBirthdayStore

A convenience constructor function for creating an instance of this class to use for new wallets. It sets the stored birthday to match the newWalletBirthday checkpoint which is typically the most recent checkpoint available.

Parameters

appContext - the application context.

alias - the alias to use when naming the preferences file used for storage.