mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
11 lines
215 B
Plaintext
11 lines
215 B
Plaintext
|
query producer($id: String!, $block: Block_height){
|
||
|
producer(id: $id, block: $block){
|
||
|
id
|
||
|
active
|
||
|
rewardCollector
|
||
|
rewards
|
||
|
confirmedBlocks
|
||
|
pendingEpochBlocks
|
||
|
}
|
||
|
}
|