mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
query rewardScheduleEntry($id: String!, $block: Block_height){
|
||
|
rewardScheduleEntry(id: $id, block: $block){
|
||
|
id
|
||
|
startTime
|
||
|
epochDuration
|
||
|
rewardsPerEpoch
|
||
|
}
|
||
|
}
|