tornado-pool-subgraph/schema.graphql

7 lines
88 B
GraphQL

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