mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
21 lines
334 B
Plaintext
21 lines
334 B
Plaintext
|
query network($id: String!, $block: Block_height){
|
||
|
network(id: $id, block: $block){
|
||
|
id
|
||
|
slot0{
|
||
|
id
|
||
|
}
|
||
|
slot1{
|
||
|
id
|
||
|
}
|
||
|
slot2{
|
||
|
id
|
||
|
}
|
||
|
stakers{
|
||
|
id
|
||
|
}
|
||
|
numStakers
|
||
|
totalStaked
|
||
|
stakedPercentiles
|
||
|
}
|
||
|
}
|