mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-20 12:56:20 +00:00
nikugogoi
7238f614c0
* Change compare CLI to verify only updated entities * Implement IPLD state verification in compare CLI * Changes to IPLD state to match with GQL result entity
21 lines
382 B
GraphQL
21 lines
382 B
GraphQL
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
|
|
}
|
|
}
|