tornado-pool-subgraph/schema/l2.graphql

16 lines
258 B
GraphQL
Raw Permalink Normal View History

2022-04-25 13:58:46 +03: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!
}