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

isInitialized

val isInitialized: Boolean

Returns true when either 'open', 'new' or 'import' have already been called. Each of those functions calls initRustLibrary before returning. The entire point of the initializer is to setup everything necessary for the Synchronizer to function, which mainly boils down to loading the rust backend.