mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 04:46:20 +00:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
query slash($id: String!, $block: Block_height){
|
||
|
slash(id: $id, block: $block){
|
||
|
id
|
||
|
timestamp
|
||
|
account{
|
||
|
id
|
||
|
}
|
||
|
slashed
|
||
|
}
|
||
|
}
|