zcash-android-wallet-sdk / cash.z.wallet.sdk.db / BlockDao

BlockDao

interface BlockDao

The data access object for blocks, used for determining the last scanned height.

Functions

count

abstract fun count(): Int

lastScannedHeight

abstract fun lastScannedHeight(): Int