zcash-android-wallet-sdk / cash.z.wallet.sdk.db / DerivedDataDb / <init>

<init>

DerivedDataDb()

The "Data DB," where all data derived from the compact blocks is stored. Most importantly, this database contains transaction information and can be queried for the current balance. The "blocks" table contains a copy of everything that has been scanned. In the future, that table can be truncated up to the last scanned block, for storage efficiency. Wallets should only read from, but never write to, this database.