sushiswap-watcher-ts/packages/blocks-watcher/subgraph-build/schema.graphql

17 lines
300 B
GraphQL
Raw Normal View History

2024-06-06 11:29:43 +00:00
type Block @entity {
id: ID!
number: BigInt!
timestamp: BigInt!
parentHash: String
author: String
difficulty: BigInt
totalDifficulty: BigInt
gasUsed: BigInt
gasLimit: BigInt
receiptsRoot: String
transactionsRoot: String
stateRoot: String
size: BigInt
unclesHash: String
}