tornado-pool-subgraph/schema.graphql

7 lines
88 B
GraphQL
Raw Normal View History

2021-10-15 09:11:20 +03:00
type Account @entity {
id: ID!
key: Bytes!
owner: Bytes!
blockNumber: BigInt!
}