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

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

Expose `ScanSummary` across the FFI #1368

Closed str4d closed 9 months ago

str4d commented 9 months ago

scan_cached_blocks returns a ScanSummary with information that the SDK could use to inform what it does next. We should return it across the FFI to enable the SDK to reduce the number of FFI calls it needs to make.