watcher-ts/packages/eden-watcher/test/queries/rewardSchedule.gql
nikugogoi 7238f614c0
Update CLI to compare only updated entities and verify IPLD state (#161)
* 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

18 lines
328 B
GraphQL

query rewardSchedule($id: String!, $block: Block_height){
rewardSchedule(id: $id, block: $block){
id
rewardScheduleEntries{
id
}
lastEpoch{
id
}
pendingEpoch{
id
}
activeRewardScheduleEntry{
id
}
}
}