tornado-pool-subgraph/schema/l1.graphql

7 lines
88 B
GraphQL

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