mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
14 lines
232 B
Plaintext
14 lines
232 B
Plaintext
|
query account($id: String!, $block: Block_height){
|
||
|
account(id: $id, block: $block){
|
||
|
id
|
||
|
totalClaimed
|
||
|
totalSlashed
|
||
|
claims{
|
||
|
id
|
||
|
}
|
||
|
slashes{
|
||
|
id
|
||
|
}
|
||
|
}
|
||
|
}
|