ChainCheckpoint

data class ChainCheckpoint(val height: Long, val hash: String)

A block pinned as a chain-instance identity: its height and hash. See SyncStateManager.

Constructors

Link copied to clipboard
constructor(height: Long, hash: String)

Properties

Link copied to clipboard
Link copied to clipboard