mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-09 12:58:06 +00:00
13 lines
260 B
GraphQL
13 lines
260 B
GraphQL
|
{
|
||
|
getSyncStatus {
|
||
|
initialIndexedBlockHash
|
||
|
initialIndexedBlockNumber
|
||
|
latestCanonicalBlockHash
|
||
|
latestIndexedBlockHash
|
||
|
latestCanonicalBlockNumber
|
||
|
latestIndexedBlockNumber
|
||
|
latestProcessedBlockHash
|
||
|
latestProcessedBlockNumber
|
||
|
}
|
||
|
}
|