WalletSyncDataRequest

constructor(blockHashCheckpoints: List<String> = listOf(), startHeight: Long = 0, startTimestamp: Long = 0, blockCount: Long = 5, skipCoinbaseTransactions: Boolean = false)

Parameters

blockHashCheckpoints

List of block hashes to check if we have the latest data

startHeight

Start height for the sync

startTimestamp

Start timestamp for the sync

blockCount

Number of blocks to sync

skipCoinbaseTransactions

Skip coinbase transactions