mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
nikugogoi
7238f614c0
* Change compare CLI to verify only updated entities * Implement IPLD state verification in compare CLI * Changes to IPLD state to match with GQL result entity
20 lines
348 B
GraphQL
20 lines
348 B
GraphQL
query epoch($id: String!, $block: Block_height){
|
|
epoch(id: $id, block: $block){
|
|
id
|
|
finalized
|
|
epochNumber
|
|
startBlock{
|
|
id
|
|
}
|
|
endBlock{
|
|
id
|
|
}
|
|
producerBlocks
|
|
allBlocks
|
|
producerBlocksRatio
|
|
producerRewards{
|
|
id
|
|
}
|
|
}
|
|
}
|