tornado-pool-subgraph/schema/l2.graphql

16 lines
258 B
GraphQL
Raw Normal View History

2022-04-25 12:58:46 +02:00
type Commitment @entity {
id: ID!
index: BigInt!
commitment: Bytes!
blockNumber: BigInt!
encryptedOutput: Bytes!
transactionHash: Bytes!
}
type Nullifier @entity {
id: ID!
nullifier: Bytes!
blockNumber: BigInt!
transactionHash: Bytes!
}