ReorgConfig

data class ReorgConfig(val finalityThreshold: Long = 64, val historyDepth: Long = 100)

Configuration for reorg detection.

Constructors

Link copied to clipboard
constructor(finalityThreshold: Long = 64, historyDepth: Long = 100)

Properties

Link copied to clipboard

Finality threshold in blocks.

Link copied to clipboard
val historyDepth: Long = 100

How many blocks of history to keep for reorg detection.