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