watcher-ts/packages/eden-watcher/test/queries/block.gql

21 lines
382 B
Plaintext
Raw 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
}
}