mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-10 05:18:05 +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
|
||
|
}
|
||
|
}
|