16
1
mirror of https://github.com/cerc-io/watcher-ts synced 2025-03-11 13:49:22 +00:00
watcher-ts/packages/eden-watcher/test/queries/producerEpoch.gql
nikugogoi 7238f614c0
Update CLI to compare only updated entities and verify IPLD state ()
* 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
2022-08-17 19:11:40 +05:30

13 lines
247 B
GraphQL

query producerEpoch($id: String!, $block: Block_height){
producerEpoch(id: $id, block: $block){
id
address
epoch{
id
}
totalRewards
blocksProduced
blocksProducedRatio
}
}