zcash-android-wallet-sdk / cash.z.wallet.sdk.block / CompactBlockDbStore / <init>

<init>

CompactBlockDbStore(appContext: Context, dbPath: String)

An implementation of CompactBlockStore that persists information to a database in the given path. This represents the "cache db" or local cache of compact blocks waiting to be scanned.

Parameters

appContext - the application context. This is used for creating the database.