mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
21 lines
382 B
Plaintext
21 lines
382 B
Plaintext
|
query block($id: String!, $block: Block_height){
|
||
|
block(id: $id, block: $block){
|
||
|
id
|
||
|
fromActiveProducer
|
||
|
hash
|
||
|
parentHash
|
||
|
unclesHash
|
||
|
author
|
||
|
stateRoot
|
||
|
transactionsRoot
|
||
|
receiptsRoot
|
||
|
number
|
||
|
gasUsed
|
||
|
gasLimit
|
||
|
timestamp
|
||
|
difficulty
|
||
|
totalDifficulty
|
||
|
size
|
||
|
}
|
||
|
}
|