sushiswap-watcher-ts/packages/blocks-watcher/subgraph-build/schema.graphql
2024-06-11 09:43:18 +05:30

17 lines
300 B
GraphQL

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
}