mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +00:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
|
query producerEpoch($id: String!, $block: Block_height){
|
||
|
producerEpoch(id: $id, block: $block){
|
||
|
id
|
||
|
address
|
||
|
epoch{
|
||
|
id
|
||
|
}
|
||
|
totalRewards
|
||
|
blocksProduced
|
||
|
blocksProducedRatio
|
||
|
}
|
||
|
}
|