ReorgEvent
Types
Link copied to clipboard
data class ShallowReorg(val reorgHeight: Long, val commonAncestorHeight: Long, val oldBranch: List<BlockInfo>, val newBranch: List<BlockInfo>) : ReorgEvent
Shallow reorg (within finality window).