Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 10 forks source link

Provide a way to expose Data database file path to public API #1292

Closed HonzaR closed 1 year ago

HonzaR commented 1 year ago

Is your feature request related to a problem? Please describe.

We'd like to have the capability to reach an existing Data db file from a client app.

Describe the solution you'd like

Make this path accessible via Synchoenizer so any client app can access easily it. Also, make sure that the database is already initialized before providing its file path.

Additional context

This requirement comes from Zashi task https://github.com/zcash/secant-android-wallet/issues/1031