zcash-android-wallet-sdk / cash.z.wallet.sdk.service / LightWalletGrpcService / getBlockRange

getBlockRange

fun getBlockRange(heightRange: IntRange): List<<ERROR CLASS>>

Return the given range of blocks.

Parameters

heightRange - the inclusive range to fetch. For instance if 1..5 is given, then every block in that range will be fetched, including 1 and 5.

Return
a list of compact blocks for the given range