Kuira
Toggle table of contents
0.1.0-alpha05
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
indexer
/
com.midnight.kuira.core.indexer.sync
/
ChainCheckpoint
Chain
Checkpoint
data
class
ChainCheckpoint
(
val
height
:
Long
,
val
hash
:
String
)
A block pinned as a chain-instance identity: its
height
and
hash
. See
SyncStateManager
.
Members
Constructors
Chain
Checkpoint
Link copied to clipboard
constructor
(
height
:
Long
,
hash
:
String
)
Properties
hash
Link copied to clipboard
val
hash
:
String
height
Link copied to clipboard
val
height
:
Long