16
1
mirror of https://github.com/cerc-io/watcher-ts synced 2025-03-09 12:59:24 +00:00
watcher-ts/packages/eden-watcher/test/queries/block.gql

21 lines
382 B
Plaintext
Raw Permalink Normal View History

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
}
}