mirror of
https://github.com/tornadocash/tornado-pool-subgraph.git
synced 2024-12-04 23:05:17 +01:00
7 lines
88 B
GraphQL
7 lines
88 B
GraphQL
|
type Account @entity {
|
||
|
id: ID!
|
||
|
key: Bytes!
|
||
|
owner: Bytes!
|
||
|
blockNumber: BigInt!
|
||
|
}
|