1.3 KiB
1.3 KiB
zcash-android-wallet-sdk / cash.z.ecc.android.sdk.data / SdkSynchronizer / SyncState / ReadyToProcess
ReadyToProcess
class ReadyToProcess : SdkSynchronizer.SyncState
The final state of the Synchronizer, when all initialization is complete and the starting block is known.
Parameters
startingBlockHeight - the height that will be fed to the downloader. In most cases, it will represent
either the wallet birthday or the last block that was processed in the previous session.
Constructors
| Name | Summary |
|---|---|
| <init> | ReadyToProcess(startingBlockHeight: Int = Int.MAX_VALUE)The final state of the Synchronizer, when all initialization is complete and the starting block is known. |
Properties
| Name | Summary |
|---|---|
| startingBlockHeight | val startingBlockHeight: Intthe height that will be fed to the downloader. In most cases, it will represent either the wallet birthday or the last block that was processed in the previous session. |