tornado-pool-subgraph/schema.graphql
Danil Kovtonyuk a129d70e88
init
2021-10-15 16:11:20 +10:00

7 lines
88 B
GraphQL

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