mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
query staker($id: String!, $block: Block_height){
|
||
|
staker(id: $id, block: $block){
|
||
|
id
|
||
|
staked
|
||
|
rank
|
||
|
}
|
||
|
}
|