tornado-pool-subgraph/schema/l1.graphql
2022-04-25 22:41:03 +10:00

7 lines
88 B
GraphQL

type Account @entity {
id: ID!
key: Bytes!
owner: Bytes!
blockNumber: BigInt!
}