tornado-pool-subgraph/schema/l1.graphql

7 lines
88 B
GraphQL
Raw Normal View History

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