mirror of
https://github.com/tornadocash/landing-subgraph.git
synced 2024-11-22 01:36:52 +01:00
7 lines
119 B
GraphQL
7 lines
119 B
GraphQL
type ExampleEntity @entity {
|
|
id: ID!
|
|
count: BigInt!
|
|
commitment: Bytes! # bytes32
|
|
leafIndex: BigInt! # uint32
|
|
}
|