dop-wallet-v6 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +73 -0
- package/.prettierrc.js +21 -0
- package/LICENSE +21 -0
- package/README.md +2 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +20 -0
- package/dist/index.js.map +1 -0
- package/dist/services/artifacts/artifact-downloader.d.ts +13 -0
- package/dist/services/artifacts/artifact-downloader.js +131 -0
- package/dist/services/artifacts/artifact-downloader.js.map +1 -0
- package/dist/services/artifacts/artifact-hash.d.ts +4 -0
- package/dist/services/artifacts/artifact-hash.js +54 -0
- package/dist/services/artifacts/artifact-hash.js.map +1 -0
- package/dist/services/artifacts/artifact-store.d.ts +12 -0
- package/dist/services/artifacts/artifact-store.js +12 -0
- package/dist/services/artifacts/artifact-store.js.map +1 -0
- package/dist/services/artifacts/artifact-util.d.ts +7 -0
- package/dist/services/artifacts/artifact-util.js +83 -0
- package/dist/services/artifacts/artifact-util.js.map +1 -0
- package/dist/services/artifacts/index.d.ts +2 -0
- package/dist/services/artifacts/index.js +19 -0
- package/dist/services/artifacts/index.js.map +1 -0
- package/dist/services/artifacts/json/artifact-v2-hashes.json +337 -0
- package/dist/services/dop/core/artifacts.d.ts +10 -0
- package/dist/services/dop/core/artifacts.js +69 -0
- package/dist/services/dop/core/artifacts.js.map +1 -0
- package/dist/services/dop/core/engine.d.ts +25 -0
- package/dist/services/dop/core/engine.js +103 -0
- package/dist/services/dop/core/engine.js.map +1 -0
- package/dist/services/dop/core/index.d.ts +5 -0
- package/dist/services/dop/core/index.js +22 -0
- package/dist/services/dop/core/index.js.map +1 -0
- package/dist/services/dop/core/prover.d.ts +3 -0
- package/dist/services/dop/core/prover.js +14 -0
- package/dist/services/dop/core/prover.js.map +1 -0
- package/dist/services/dop/core/providers.d.ts +18 -0
- package/dist/services/dop/core/providers.js +162 -0
- package/dist/services/dop/core/providers.js.map +1 -0
- package/dist/services/dop/core/shields.d.ts +7 -0
- package/dist/services/dop/core/shields.js +20 -0
- package/dist/services/dop/core/shields.js.map +1 -0
- package/dist/services/dop/history/transaction-history.d.ts +4 -0
- package/dist/services/dop/history/transaction-history.js +166 -0
- package/dist/services/dop/history/transaction-history.js.map +1 -0
- package/dist/services/dop/index.d.ts +4 -0
- package/dist/services/dop/index.js +21 -0
- package/dist/services/dop/index.js.map +1 -0
- package/dist/services/dop/process/extract-first-note.d.ts +6 -0
- package/dist/services/dop/process/extract-first-note.js +163 -0
- package/dist/services/dop/process/extract-first-note.js.map +1 -0
- package/dist/services/dop/process/index.d.ts +1 -0
- package/dist/services/dop/process/index.js +18 -0
- package/dist/services/dop/process/index.js.map +1 -0
- package/dist/services/dop/quick-sync/empty-events.d.ts +2 -0
- package/dist/services/dop/quick-sync/empty-events.js +9 -0
- package/dist/services/dop/quick-sync/empty-events.js.map +1 -0
- package/dist/services/dop/quick-sync/graph-type-formatters.d.ts +13 -0
- package/dist/services/dop/quick-sync/graph-type-formatters.js +168 -0
- package/dist/services/dop/quick-sync/graph-type-formatters.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-goerli/introspectionSchema.d.ts +2 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-goerli/introspectionSchema.js +24081 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-goerli/introspectionSchema.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-goerli/types.d.ts +1628 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-goerli/types.js +4 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-goerli/types.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-one/introspectionSchema.d.ts +2 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-one/introspectionSchema.js +24081 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-one/introspectionSchema.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-one/types.d.ts +1628 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-one/types.js +4 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/arbitrum-one/types.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/bsc/introspectionSchema.d.ts +2 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/bsc/introspectionSchema.js +24081 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/bsc/introspectionSchema.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/bsc/types.d.ts +1628 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/bsc/types.js +4 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/bsc/types.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/ethereum/introspectionSchema.d.ts +2 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/ethereum/introspectionSchema.js +24081 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/ethereum/introspectionSchema.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/ethereum/types.d.ts +1628 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/ethereum/types.js +4 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/ethereum/types.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/goerli/introspectionSchema.d.ts +2 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/goerli/introspectionSchema.js +24081 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/goerli/introspectionSchema.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/goerli/types.d.ts +1628 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/goerli/types.js +4 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/goerli/types.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/matic/introspectionSchema.d.ts +2 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/matic/introspectionSchema.js +24081 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/matic/introspectionSchema.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/matic/types.d.ts +1628 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/matic/types.js +4 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/matic/types.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/mumbai/introspectionSchema.d.ts +2 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/mumbai/introspectionSchema.js +24081 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/mumbai/introspectionSchema.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/mumbai/types.d.ts +1628 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/mumbai/types.js +4 -0
- package/dist/services/dop/quick-sync/graphql/.graphclient/sources/mumbai/types.js.map +1 -0
- package/dist/services/dop/quick-sync/graphql/index.d.ts +1976 -0
- package/dist/services/dop/quick-sync/graphql/index.js +512 -0
- package/dist/services/dop/quick-sync/graphql/index.js.map +1 -0
- package/dist/services/dop/quick-sync/quick-sync-graph.d.ts +2 -0
- package/dist/services/dop/quick-sync/quick-sync-graph.js +150 -0
- package/dist/services/dop/quick-sync/quick-sync-graph.js.map +1 -0
- package/dist/services/dop/util/bytes.d.ts +5 -0
- package/dist/services/dop/util/bytes.js +21 -0
- package/dist/services/dop/util/bytes.js.map +1 -0
- package/dist/services/dop/util/commitment.d.ts +2 -0
- package/dist/services/dop/util/commitment.js +17 -0
- package/dist/services/dop/util/commitment.js.map +1 -0
- package/dist/services/dop/util/crypto.d.ts +14 -0
- package/dist/services/dop/util/crypto.js +79 -0
- package/dist/services/dop/util/crypto.js.map +1 -0
- package/dist/services/dop/util/db.d.ts +2 -0
- package/dist/services/dop/util/db.js +6 -0
- package/dist/services/dop/util/db.js.map +1 -0
- package/dist/services/dop/util/index.d.ts +4 -0
- package/dist/services/dop/util/index.js +21 -0
- package/dist/services/dop/util/index.js.map +1 -0
- package/dist/services/dop/wallets/balance-update.d.ts +8 -0
- package/dist/services/dop/wallets/balance-update.js +90 -0
- package/dist/services/dop/wallets/balance-update.js.map +1 -0
- package/dist/services/dop/wallets/balances.d.ts +6 -0
- package/dist/services/dop/wallets/balances.js +57 -0
- package/dist/services/dop/wallets/balances.js.map +1 -0
- package/dist/services/dop/wallets/index.d.ts +4 -0
- package/dist/services/dop/wallets/index.js +21 -0
- package/dist/services/dop/wallets/index.js.map +1 -0
- package/dist/services/dop/wallets/wallets.d.ts +19 -0
- package/dist/services/dop/wallets/wallets.js +226 -0
- package/dist/services/dop/wallets/wallets.js.map +1 -0
- package/dist/services/ethers/ethers-util.d.ts +1 -0
- package/dist/services/ethers/ethers-util.js +9 -0
- package/dist/services/ethers/ethers-util.js.map +1 -0
- package/dist/services/ethers/index.d.ts +1 -0
- package/dist/services/ethers/index.js +18 -0
- package/dist/services/ethers/index.js.map +1 -0
- package/dist/services/index.d.ts +4 -0
- package/dist/services/index.js +21 -0
- package/dist/services/index.js.map +1 -0
- package/dist/services/transactions/index.d.ts +13 -0
- package/dist/services/transactions/index.js +30 -0
- package/dist/services/transactions/index.js.map +1 -0
- package/dist/services/transactions/proof-cache.d.ts +27 -0
- package/dist/services/transactions/proof-cache.js +128 -0
- package/dist/services/transactions/proof-cache.js.map +1 -0
- package/dist/services/transactions/tx-cross-contract-calls.d.ts +9 -0
- package/dist/services/transactions/tx-cross-contract-calls.js +386 -0
- package/dist/services/transactions/tx-cross-contract-calls.js.map +1 -0
- package/dist/services/transactions/tx-gas-details.d.ts +5 -0
- package/dist/services/transactions/tx-gas-details.js +120 -0
- package/dist/services/transactions/tx-gas-details.js.map +1 -0
- package/dist/services/transactions/tx-gas-relayer-fee-estimator.d.ts +2 -0
- package/dist/services/transactions/tx-gas-relayer-fee-estimator.js +209 -0
- package/dist/services/transactions/tx-gas-relayer-fee-estimator.js.map +1 -0
- package/dist/services/transactions/tx-generator.d.ts +9 -0
- package/dist/services/transactions/tx-generator.js +205 -0
- package/dist/services/transactions/tx-generator.js.map +1 -0
- package/dist/services/transactions/tx-notes.d.ts +10 -0
- package/dist/services/transactions/tx-notes.js +154 -0
- package/dist/services/transactions/tx-notes.js.map +1 -0
- package/dist/services/transactions/tx-nullifiers.d.ts +2 -0
- package/dist/services/transactions/tx-nullifiers.js +17 -0
- package/dist/services/transactions/tx-nullifiers.js.map +1 -0
- package/dist/services/transactions/tx-proof-transfer.d.ts +4 -0
- package/dist/services/transactions/tx-proof-transfer.js +49 -0
- package/dist/services/transactions/tx-proof-transfer.js.map +1 -0
- package/dist/services/transactions/tx-proof-unshield.d.ts +3 -0
- package/dist/services/transactions/tx-proof-unshield.js +183 -0
- package/dist/services/transactions/tx-proof-unshield.js.map +1 -0
- package/dist/services/transactions/tx-shield-base-token.d.ts +3 -0
- package/dist/services/transactions/tx-shield-base-token.js +61 -0
- package/dist/services/transactions/tx-shield-base-token.js.map +1 -0
- package/dist/services/transactions/tx-shield.d.ts +6 -0
- package/dist/services/transactions/tx-shield.js +84 -0
- package/dist/services/transactions/tx-shield.js.map +1 -0
- package/dist/services/transactions/tx-transfer.d.ts +2 -0
- package/dist/services/transactions/tx-transfer.js +78 -0
- package/dist/services/transactions/tx-transfer.js.map +1 -0
- package/dist/services/transactions/tx-unshield.d.ts +3 -0
- package/dist/services/transactions/tx-unshield.js +174 -0
- package/dist/services/transactions/tx-unshield.js.map +1 -0
- package/dist/utils/blocked-address.d.ts +2 -0
- package/dist/utils/blocked-address.js +21 -0
- package/dist/utils/blocked-address.js.map +1 -0
- package/dist/utils/error.d.ts +1 -0
- package/dist/utils/error.js +20 -0
- package/dist/utils/error.js.map +1 -0
- package/dist/utils/gas-price.d.ts +6 -0
- package/dist/utils/gas-price.js +31 -0
- package/dist/utils/gas-price.js.map +1 -0
- package/dist/utils/index.d.ts +3 -0
- package/dist/utils/index.js +20 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/logger.d.ts +3 -0
- package/dist/utils/logger.js +21 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/utils.d.ts +3 -0
- package/dist/utils/utils.js +47 -0
- package/dist/utils/utils.js.map +1 -0
- package/package.json +85 -0
- package/postinstall.js +52 -0
- package/react-native-shims.js +42 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../../../../../src/services/dop/quick-sync/graphql/.graphclient/sources/ethereum/types.ts"],"names":[],"mappings":";AAAA,cAAc","sourcesContent":["// @ts-nocheck\n\nimport { InContextSdkMethod } from '@graphql-mesh/types';\nimport { MeshContext } from '@graphql-mesh/runtime';\n\nexport namespace EthereumTypes {\n export type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: string;\n String: string;\n Boolean: boolean;\n Int: number;\n Float: number;\n BigDecimal: any;\n BigInt: any;\n Bytes: any;\n};\n\nexport type BlockChangedFilter = {\n number_gte: Scalars['Int'];\n};\n\nexport type Block_height = {\n hash?: InputMaybe<Scalars['Bytes']>;\n number?: InputMaybe<Scalars['Int']>;\n number_gte?: InputMaybe<Scalars['Int']>;\n};\n\nexport type Ciphertext = {\n id: Scalars['Bytes'];\n iv: Scalars['Bytes'];\n tag: Scalars['Bytes'];\n data: Array<Scalars['Bytes']>;\n};\n\nexport type Ciphertext_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n iv?: InputMaybe<Scalars['Bytes']>;\n iv_not?: InputMaybe<Scalars['Bytes']>;\n iv_gt?: InputMaybe<Scalars['Bytes']>;\n iv_lt?: InputMaybe<Scalars['Bytes']>;\n iv_gte?: InputMaybe<Scalars['Bytes']>;\n iv_lte?: InputMaybe<Scalars['Bytes']>;\n iv_in?: InputMaybe<Array<Scalars['Bytes']>>;\n iv_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n iv_contains?: InputMaybe<Scalars['Bytes']>;\n iv_not_contains?: InputMaybe<Scalars['Bytes']>;\n tag?: InputMaybe<Scalars['Bytes']>;\n tag_not?: InputMaybe<Scalars['Bytes']>;\n tag_gt?: InputMaybe<Scalars['Bytes']>;\n tag_lt?: InputMaybe<Scalars['Bytes']>;\n tag_gte?: InputMaybe<Scalars['Bytes']>;\n tag_lte?: InputMaybe<Scalars['Bytes']>;\n tag_in?: InputMaybe<Array<Scalars['Bytes']>>;\n tag_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n tag_contains?: InputMaybe<Scalars['Bytes']>;\n tag_not_contains?: InputMaybe<Scalars['Bytes']>;\n data?: InputMaybe<Array<Scalars['Bytes']>>;\n data_not?: InputMaybe<Array<Scalars['Bytes']>>;\n data_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n data_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n data_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n data_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<Ciphertext_filter>>>;\n or?: InputMaybe<Array<InputMaybe<Ciphertext_filter>>>;\n};\n\nexport type Ciphertext_orderBy =\n | 'id'\n | 'iv'\n | 'tag'\n | 'data';\n\nexport type Commitment = {\n id: Scalars['Bytes'];\n blockNumber: Scalars['BigInt'];\n blockTimestamp: Scalars['BigInt'];\n transactionHash: Scalars['Bytes'];\n treeNumber: Scalars['Int'];\n batchStartTreePosition: Scalars['Int'];\n treePosition: Scalars['Int'];\n commitmentType: CommitmentType;\n hash: Scalars['BigInt'];\n};\n\nexport type CommitmentCiphertext = {\n id: Scalars['Bytes'];\n ciphertext: Ciphertext;\n blindedSenderViewingKey: Scalars['Bytes'];\n blindedReceiverViewingKey: Scalars['Bytes'];\n annotationData: Scalars['Bytes'];\n memo: Scalars['Bytes'];\n};\n\nexport type CommitmentCiphertext_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n ciphertext?: InputMaybe<Scalars['String']>;\n ciphertext_not?: InputMaybe<Scalars['String']>;\n ciphertext_gt?: InputMaybe<Scalars['String']>;\n ciphertext_lt?: InputMaybe<Scalars['String']>;\n ciphertext_gte?: InputMaybe<Scalars['String']>;\n ciphertext_lte?: InputMaybe<Scalars['String']>;\n ciphertext_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_contains?: InputMaybe<Scalars['String']>;\n ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_?: InputMaybe<Ciphertext_filter>;\n blindedSenderViewingKey?: InputMaybe<Scalars['Bytes']>;\n blindedSenderViewingKey_not?: InputMaybe<Scalars['Bytes']>;\n blindedSenderViewingKey_gt?: InputMaybe<Scalars['Bytes']>;\n blindedSenderViewingKey_lt?: InputMaybe<Scalars['Bytes']>;\n blindedSenderViewingKey_gte?: InputMaybe<Scalars['Bytes']>;\n blindedSenderViewingKey_lte?: InputMaybe<Scalars['Bytes']>;\n blindedSenderViewingKey_in?: InputMaybe<Array<Scalars['Bytes']>>;\n blindedSenderViewingKey_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n blindedSenderViewingKey_contains?: InputMaybe<Scalars['Bytes']>;\n blindedSenderViewingKey_not_contains?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey_not?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey_gt?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey_lt?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey_gte?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey_lte?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey_in?: InputMaybe<Array<Scalars['Bytes']>>;\n blindedReceiverViewingKey_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n blindedReceiverViewingKey_contains?: InputMaybe<Scalars['Bytes']>;\n blindedReceiverViewingKey_not_contains?: InputMaybe<Scalars['Bytes']>;\n annotationData?: InputMaybe<Scalars['Bytes']>;\n annotationData_not?: InputMaybe<Scalars['Bytes']>;\n annotationData_gt?: InputMaybe<Scalars['Bytes']>;\n annotationData_lt?: InputMaybe<Scalars['Bytes']>;\n annotationData_gte?: InputMaybe<Scalars['Bytes']>;\n annotationData_lte?: InputMaybe<Scalars['Bytes']>;\n annotationData_in?: InputMaybe<Array<Scalars['Bytes']>>;\n annotationData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n annotationData_contains?: InputMaybe<Scalars['Bytes']>;\n annotationData_not_contains?: InputMaybe<Scalars['Bytes']>;\n memo?: InputMaybe<Scalars['Bytes']>;\n memo_not?: InputMaybe<Scalars['Bytes']>;\n memo_gt?: InputMaybe<Scalars['Bytes']>;\n memo_lt?: InputMaybe<Scalars['Bytes']>;\n memo_gte?: InputMaybe<Scalars['Bytes']>;\n memo_lte?: InputMaybe<Scalars['Bytes']>;\n memo_in?: InputMaybe<Array<Scalars['Bytes']>>;\n memo_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n memo_contains?: InputMaybe<Scalars['Bytes']>;\n memo_not_contains?: InputMaybe<Scalars['Bytes']>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<CommitmentCiphertext_filter>>>;\n or?: InputMaybe<Array<InputMaybe<CommitmentCiphertext_filter>>>;\n};\n\nexport type CommitmentCiphertext_orderBy =\n | 'id'\n | 'ciphertext'\n | 'ciphertext__id'\n | 'ciphertext__iv'\n | 'ciphertext__tag'\n | 'blindedSenderViewingKey'\n | 'blindedReceiverViewingKey'\n | 'annotationData'\n | 'memo';\n\nexport type CommitmentPreimage = {\n id: Scalars['Bytes'];\n npk: Scalars['Bytes'];\n token: Token;\n value: Scalars['BigInt'];\n};\n\nexport type CommitmentPreimage_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n npk?: InputMaybe<Scalars['Bytes']>;\n npk_not?: InputMaybe<Scalars['Bytes']>;\n npk_gt?: InputMaybe<Scalars['Bytes']>;\n npk_lt?: InputMaybe<Scalars['Bytes']>;\n npk_gte?: InputMaybe<Scalars['Bytes']>;\n npk_lte?: InputMaybe<Scalars['Bytes']>;\n npk_in?: InputMaybe<Array<Scalars['Bytes']>>;\n npk_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n npk_contains?: InputMaybe<Scalars['Bytes']>;\n npk_not_contains?: InputMaybe<Scalars['Bytes']>;\n token?: InputMaybe<Scalars['String']>;\n token_not?: InputMaybe<Scalars['String']>;\n token_gt?: InputMaybe<Scalars['String']>;\n token_lt?: InputMaybe<Scalars['String']>;\n token_gte?: InputMaybe<Scalars['String']>;\n token_lte?: InputMaybe<Scalars['String']>;\n token_in?: InputMaybe<Array<Scalars['String']>>;\n token_not_in?: InputMaybe<Array<Scalars['String']>>;\n token_contains?: InputMaybe<Scalars['String']>;\n token_contains_nocase?: InputMaybe<Scalars['String']>;\n token_not_contains?: InputMaybe<Scalars['String']>;\n token_not_contains_nocase?: InputMaybe<Scalars['String']>;\n token_starts_with?: InputMaybe<Scalars['String']>;\n token_starts_with_nocase?: InputMaybe<Scalars['String']>;\n token_not_starts_with?: InputMaybe<Scalars['String']>;\n token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n token_ends_with?: InputMaybe<Scalars['String']>;\n token_ends_with_nocase?: InputMaybe<Scalars['String']>;\n token_not_ends_with?: InputMaybe<Scalars['String']>;\n token_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n token_?: InputMaybe<Token_filter>;\n value?: InputMaybe<Scalars['BigInt']>;\n value_not?: InputMaybe<Scalars['BigInt']>;\n value_gt?: InputMaybe<Scalars['BigInt']>;\n value_lt?: InputMaybe<Scalars['BigInt']>;\n value_gte?: InputMaybe<Scalars['BigInt']>;\n value_lte?: InputMaybe<Scalars['BigInt']>;\n value_in?: InputMaybe<Array<Scalars['BigInt']>>;\n value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<CommitmentPreimage_filter>>>;\n or?: InputMaybe<Array<InputMaybe<CommitmentPreimage_filter>>>;\n};\n\nexport type CommitmentPreimage_orderBy =\n | 'id'\n | 'npk'\n | 'token'\n | 'token__id'\n | 'token__tokenType'\n | 'token__tokenAddress'\n | 'token__tokenSubID'\n | 'value';\n\nexport type CommitmentType =\n | 'EncryptCommitment'\n | 'TransactCommitment'\n | 'LegacyGeneratedCommitment'\n | 'LegacyEncryptedCommitment';\n\nexport type Commitment_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n blockNumber?: InputMaybe<Scalars['BigInt']>;\n blockNumber_not?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n transactionHash?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_contains?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;\n treeNumber?: InputMaybe<Scalars['Int']>;\n treeNumber_not?: InputMaybe<Scalars['Int']>;\n treeNumber_gt?: InputMaybe<Scalars['Int']>;\n treeNumber_lt?: InputMaybe<Scalars['Int']>;\n treeNumber_gte?: InputMaybe<Scalars['Int']>;\n treeNumber_lte?: InputMaybe<Scalars['Int']>;\n treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;\n treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition?: InputMaybe<Scalars['Int']>;\n treePosition_not?: InputMaybe<Scalars['Int']>;\n treePosition_gt?: InputMaybe<Scalars['Int']>;\n treePosition_lt?: InputMaybe<Scalars['Int']>;\n treePosition_gte?: InputMaybe<Scalars['Int']>;\n treePosition_lte?: InputMaybe<Scalars['Int']>;\n treePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n commitmentType?: InputMaybe<CommitmentType>;\n commitmentType_not?: InputMaybe<CommitmentType>;\n commitmentType_in?: InputMaybe<Array<CommitmentType>>;\n commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;\n hash?: InputMaybe<Scalars['BigInt']>;\n hash_not?: InputMaybe<Scalars['BigInt']>;\n hash_gt?: InputMaybe<Scalars['BigInt']>;\n hash_lt?: InputMaybe<Scalars['BigInt']>;\n hash_gte?: InputMaybe<Scalars['BigInt']>;\n hash_lte?: InputMaybe<Scalars['BigInt']>;\n hash_in?: InputMaybe<Array<Scalars['BigInt']>>;\n hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<Commitment_filter>>>;\n or?: InputMaybe<Array<InputMaybe<Commitment_filter>>>;\n};\n\nexport type Commitment_orderBy =\n | 'id'\n | 'blockNumber'\n | 'blockTimestamp'\n | 'transactionHash'\n | 'treeNumber'\n | 'batchStartTreePosition'\n | 'treePosition'\n | 'commitmentType'\n | 'hash';\n\nexport type LegacyCommitmentCiphertext = {\n id: Scalars['Bytes'];\n ciphertext: Ciphertext;\n ephemeralKeys: Array<Scalars['Bytes']>;\n memo: Array<Scalars['Bytes']>;\n};\n\nexport type LegacyCommitmentCiphertext_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n ciphertext?: InputMaybe<Scalars['String']>;\n ciphertext_not?: InputMaybe<Scalars['String']>;\n ciphertext_gt?: InputMaybe<Scalars['String']>;\n ciphertext_lt?: InputMaybe<Scalars['String']>;\n ciphertext_gte?: InputMaybe<Scalars['String']>;\n ciphertext_lte?: InputMaybe<Scalars['String']>;\n ciphertext_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_contains?: InputMaybe<Scalars['String']>;\n ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_?: InputMaybe<Ciphertext_filter>;\n ephemeralKeys?: InputMaybe<Array<Scalars['Bytes']>>;\n ephemeralKeys_not?: InputMaybe<Array<Scalars['Bytes']>>;\n ephemeralKeys_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n ephemeralKeys_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n ephemeralKeys_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n ephemeralKeys_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n memo?: InputMaybe<Array<Scalars['Bytes']>>;\n memo_not?: InputMaybe<Array<Scalars['Bytes']>>;\n memo_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n memo_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n memo_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n memo_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<LegacyCommitmentCiphertext_filter>>>;\n or?: InputMaybe<Array<InputMaybe<LegacyCommitmentCiphertext_filter>>>;\n};\n\nexport type LegacyCommitmentCiphertext_orderBy =\n | 'id'\n | 'ciphertext'\n | 'ciphertext__id'\n | 'ciphertext__iv'\n | 'ciphertext__tag'\n | 'ephemeralKeys'\n | 'memo';\n\nexport type LegacyEncryptedCommitment = Commitment & {\n id: Scalars['Bytes'];\n blockNumber: Scalars['BigInt'];\n blockTimestamp: Scalars['BigInt'];\n transactionHash: Scalars['Bytes'];\n treeNumber: Scalars['Int'];\n batchStartTreePosition: Scalars['Int'];\n treePosition: Scalars['Int'];\n commitmentType: CommitmentType;\n hash: Scalars['BigInt'];\n ciphertext: LegacyCommitmentCiphertext;\n};\n\nexport type LegacyEncryptedCommitment_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n blockNumber?: InputMaybe<Scalars['BigInt']>;\n blockNumber_not?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n transactionHash?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_contains?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;\n treeNumber?: InputMaybe<Scalars['Int']>;\n treeNumber_not?: InputMaybe<Scalars['Int']>;\n treeNumber_gt?: InputMaybe<Scalars['Int']>;\n treeNumber_lt?: InputMaybe<Scalars['Int']>;\n treeNumber_gte?: InputMaybe<Scalars['Int']>;\n treeNumber_lte?: InputMaybe<Scalars['Int']>;\n treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;\n treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition?: InputMaybe<Scalars['Int']>;\n treePosition_not?: InputMaybe<Scalars['Int']>;\n treePosition_gt?: InputMaybe<Scalars['Int']>;\n treePosition_lt?: InputMaybe<Scalars['Int']>;\n treePosition_gte?: InputMaybe<Scalars['Int']>;\n treePosition_lte?: InputMaybe<Scalars['Int']>;\n treePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n commitmentType?: InputMaybe<CommitmentType>;\n commitmentType_not?: InputMaybe<CommitmentType>;\n commitmentType_in?: InputMaybe<Array<CommitmentType>>;\n commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;\n hash?: InputMaybe<Scalars['BigInt']>;\n hash_not?: InputMaybe<Scalars['BigInt']>;\n hash_gt?: InputMaybe<Scalars['BigInt']>;\n hash_lt?: InputMaybe<Scalars['BigInt']>;\n hash_gte?: InputMaybe<Scalars['BigInt']>;\n hash_lte?: InputMaybe<Scalars['BigInt']>;\n hash_in?: InputMaybe<Array<Scalars['BigInt']>>;\n hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n ciphertext?: InputMaybe<Scalars['String']>;\n ciphertext_not?: InputMaybe<Scalars['String']>;\n ciphertext_gt?: InputMaybe<Scalars['String']>;\n ciphertext_lt?: InputMaybe<Scalars['String']>;\n ciphertext_gte?: InputMaybe<Scalars['String']>;\n ciphertext_lte?: InputMaybe<Scalars['String']>;\n ciphertext_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_contains?: InputMaybe<Scalars['String']>;\n ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_?: InputMaybe<LegacyCommitmentCiphertext_filter>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<LegacyEncryptedCommitment_filter>>>;\n or?: InputMaybe<Array<InputMaybe<LegacyEncryptedCommitment_filter>>>;\n};\n\nexport type LegacyEncryptedCommitment_orderBy =\n | 'id'\n | 'blockNumber'\n | 'blockTimestamp'\n | 'transactionHash'\n | 'treeNumber'\n | 'batchStartTreePosition'\n | 'treePosition'\n | 'commitmentType'\n | 'hash'\n | 'ciphertext'\n | 'ciphertext__id';\n\nexport type LegacyGeneratedCommitment = Commitment & {\n id: Scalars['Bytes'];\n blockNumber: Scalars['BigInt'];\n blockTimestamp: Scalars['BigInt'];\n transactionHash: Scalars['Bytes'];\n treeNumber: Scalars['Int'];\n batchStartTreePosition: Scalars['Int'];\n treePosition: Scalars['Int'];\n commitmentType: CommitmentType;\n hash: Scalars['BigInt'];\n preimage: CommitmentPreimage;\n encryptedRandom: Array<Scalars['Bytes']>;\n};\n\nexport type LegacyGeneratedCommitment_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n blockNumber?: InputMaybe<Scalars['BigInt']>;\n blockNumber_not?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n transactionHash?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_contains?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;\n treeNumber?: InputMaybe<Scalars['Int']>;\n treeNumber_not?: InputMaybe<Scalars['Int']>;\n treeNumber_gt?: InputMaybe<Scalars['Int']>;\n treeNumber_lt?: InputMaybe<Scalars['Int']>;\n treeNumber_gte?: InputMaybe<Scalars['Int']>;\n treeNumber_lte?: InputMaybe<Scalars['Int']>;\n treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;\n treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition?: InputMaybe<Scalars['Int']>;\n treePosition_not?: InputMaybe<Scalars['Int']>;\n treePosition_gt?: InputMaybe<Scalars['Int']>;\n treePosition_lt?: InputMaybe<Scalars['Int']>;\n treePosition_gte?: InputMaybe<Scalars['Int']>;\n treePosition_lte?: InputMaybe<Scalars['Int']>;\n treePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n commitmentType?: InputMaybe<CommitmentType>;\n commitmentType_not?: InputMaybe<CommitmentType>;\n commitmentType_in?: InputMaybe<Array<CommitmentType>>;\n commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;\n hash?: InputMaybe<Scalars['BigInt']>;\n hash_not?: InputMaybe<Scalars['BigInt']>;\n hash_gt?: InputMaybe<Scalars['BigInt']>;\n hash_lt?: InputMaybe<Scalars['BigInt']>;\n hash_gte?: InputMaybe<Scalars['BigInt']>;\n hash_lte?: InputMaybe<Scalars['BigInt']>;\n hash_in?: InputMaybe<Array<Scalars['BigInt']>>;\n hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n preimage?: InputMaybe<Scalars['String']>;\n preimage_not?: InputMaybe<Scalars['String']>;\n preimage_gt?: InputMaybe<Scalars['String']>;\n preimage_lt?: InputMaybe<Scalars['String']>;\n preimage_gte?: InputMaybe<Scalars['String']>;\n preimage_lte?: InputMaybe<Scalars['String']>;\n preimage_in?: InputMaybe<Array<Scalars['String']>>;\n preimage_not_in?: InputMaybe<Array<Scalars['String']>>;\n preimage_contains?: InputMaybe<Scalars['String']>;\n preimage_contains_nocase?: InputMaybe<Scalars['String']>;\n preimage_not_contains?: InputMaybe<Scalars['String']>;\n preimage_not_contains_nocase?: InputMaybe<Scalars['String']>;\n preimage_starts_with?: InputMaybe<Scalars['String']>;\n preimage_starts_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_not_starts_with?: InputMaybe<Scalars['String']>;\n preimage_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_ends_with?: InputMaybe<Scalars['String']>;\n preimage_ends_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_not_ends_with?: InputMaybe<Scalars['String']>;\n preimage_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_?: InputMaybe<CommitmentPreimage_filter>;\n encryptedRandom?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedRandom_not?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedRandom_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedRandom_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedRandom_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedRandom_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<LegacyGeneratedCommitment_filter>>>;\n or?: InputMaybe<Array<InputMaybe<LegacyGeneratedCommitment_filter>>>;\n};\n\nexport type LegacyGeneratedCommitment_orderBy =\n | 'id'\n | 'blockNumber'\n | 'blockTimestamp'\n | 'transactionHash'\n | 'treeNumber'\n | 'batchStartTreePosition'\n | 'treePosition'\n | 'commitmentType'\n | 'hash'\n | 'preimage'\n | 'preimage__id'\n | 'preimage__npk'\n | 'preimage__value'\n | 'encryptedRandom';\n\nexport type Nullifier = {\n id: Scalars['Bytes'];\n blockNumber: Scalars['BigInt'];\n blockTimestamp: Scalars['BigInt'];\n transactionHash: Scalars['Bytes'];\n treeNumber: Scalars['Int'];\n nullifier: Scalars['Bytes'];\n};\n\nexport type Nullifier_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n blockNumber?: InputMaybe<Scalars['BigInt']>;\n blockNumber_not?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n transactionHash?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_contains?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;\n treeNumber?: InputMaybe<Scalars['Int']>;\n treeNumber_not?: InputMaybe<Scalars['Int']>;\n treeNumber_gt?: InputMaybe<Scalars['Int']>;\n treeNumber_lt?: InputMaybe<Scalars['Int']>;\n treeNumber_gte?: InputMaybe<Scalars['Int']>;\n treeNumber_lte?: InputMaybe<Scalars['Int']>;\n treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;\n treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;\n nullifier?: InputMaybe<Scalars['Bytes']>;\n nullifier_not?: InputMaybe<Scalars['Bytes']>;\n nullifier_gt?: InputMaybe<Scalars['Bytes']>;\n nullifier_lt?: InputMaybe<Scalars['Bytes']>;\n nullifier_gte?: InputMaybe<Scalars['Bytes']>;\n nullifier_lte?: InputMaybe<Scalars['Bytes']>;\n nullifier_in?: InputMaybe<Array<Scalars['Bytes']>>;\n nullifier_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n nullifier_contains?: InputMaybe<Scalars['Bytes']>;\n nullifier_not_contains?: InputMaybe<Scalars['Bytes']>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<Nullifier_filter>>>;\n or?: InputMaybe<Array<InputMaybe<Nullifier_filter>>>;\n};\n\nexport type Nullifier_orderBy =\n | 'id'\n | 'blockNumber'\n | 'blockTimestamp'\n | 'transactionHash'\n | 'treeNumber'\n | 'nullifier';\n\n/** Defines the order direction, either ascending or descending */\nexport type OrderDirection =\n | 'asc'\n | 'desc';\n\nexport type Query = {\n token?: Maybe<Token>;\n tokens: Array<Token>;\n commitmentPreimage?: Maybe<CommitmentPreimage>;\n commitmentPreimages: Array<CommitmentPreimage>;\n ciphertext?: Maybe<Ciphertext>;\n ciphertexts: Array<Ciphertext>;\n legacyCommitmentCiphertext?: Maybe<LegacyCommitmentCiphertext>;\n legacyCommitmentCiphertexts: Array<LegacyCommitmentCiphertext>;\n commitmentCiphertext?: Maybe<CommitmentCiphertext>;\n commitmentCiphertexts: Array<CommitmentCiphertext>;\n legacyGeneratedCommitment?: Maybe<LegacyGeneratedCommitment>;\n legacyGeneratedCommitments: Array<LegacyGeneratedCommitment>;\n legacyEncryptedCommitment?: Maybe<LegacyEncryptedCommitment>;\n legacyEncryptedCommitments: Array<LegacyEncryptedCommitment>;\n encryptCommitment?: Maybe<EncryptCommitment>;\n encryptCommitments: Array<EncryptCommitment>;\n transactCommitment?: Maybe<TransactCommitment>;\n transactCommitments: Array<TransactCommitment>;\n unshield?: Maybe<Unshield>;\n unshields: Array<Unshield>;\n nullifier?: Maybe<Nullifier>;\n nullifiers: Array<Nullifier>;\n commitment?: Maybe<Commitment>;\n commitments: Array<Commitment>;\n /** Access to subgraph metadata */\n _meta?: Maybe<_Meta_>;\n};\n\n\nexport type QuerytokenArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerytokensArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Token_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Token_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerycommitmentPreimageArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerycommitmentPreimagesArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<CommitmentPreimage_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<CommitmentPreimage_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryciphertextArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryciphertextsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Ciphertext_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Ciphertext_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerylegacyCommitmentCiphertextArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerylegacyCommitmentCiphertextsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<LegacyCommitmentCiphertext_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<LegacyCommitmentCiphertext_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerycommitmentCiphertextArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerycommitmentCiphertextsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<CommitmentCiphertext_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<CommitmentCiphertext_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerylegacyGeneratedCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerylegacyGeneratedCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<LegacyGeneratedCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<LegacyGeneratedCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerylegacyEncryptedCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerylegacyEncryptedCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<LegacyEncryptedCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<LegacyEncryptedCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryencryptCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryencryptCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<EncryptCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<EncryptCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerytransactCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerytransactCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<TransactCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<TransactCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryunshieldArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QueryunshieldsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Unshield_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Unshield_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerynullifierArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerynullifiersArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Nullifier_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Nullifier_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerycommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type QuerycommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Commitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Commitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type Query_metaArgs = {\n block?: InputMaybe<Block_height>;\n};\n\nexport type EncryptCommitment = Commitment & {\n id: Scalars['Bytes'];\n blockNumber: Scalars['BigInt'];\n blockTimestamp: Scalars['BigInt'];\n transactionHash: Scalars['Bytes'];\n treeNumber: Scalars['Int'];\n batchStartTreePosition: Scalars['Int'];\n treePosition: Scalars['Int'];\n commitmentType: CommitmentType;\n hash: Scalars['BigInt'];\n preimage: CommitmentPreimage;\n encryptedBundle: Array<Scalars['Bytes']>;\n encryptKey: Scalars['Bytes'];\n fee?: Maybe<Scalars['BigInt']>;\n};\n\nexport type EncryptCommitment_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n blockNumber?: InputMaybe<Scalars['BigInt']>;\n blockNumber_not?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n transactionHash?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_contains?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;\n treeNumber?: InputMaybe<Scalars['Int']>;\n treeNumber_not?: InputMaybe<Scalars['Int']>;\n treeNumber_gt?: InputMaybe<Scalars['Int']>;\n treeNumber_lt?: InputMaybe<Scalars['Int']>;\n treeNumber_gte?: InputMaybe<Scalars['Int']>;\n treeNumber_lte?: InputMaybe<Scalars['Int']>;\n treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;\n treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition?: InputMaybe<Scalars['Int']>;\n treePosition_not?: InputMaybe<Scalars['Int']>;\n treePosition_gt?: InputMaybe<Scalars['Int']>;\n treePosition_lt?: InputMaybe<Scalars['Int']>;\n treePosition_gte?: InputMaybe<Scalars['Int']>;\n treePosition_lte?: InputMaybe<Scalars['Int']>;\n treePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n commitmentType?: InputMaybe<CommitmentType>;\n commitmentType_not?: InputMaybe<CommitmentType>;\n commitmentType_in?: InputMaybe<Array<CommitmentType>>;\n commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;\n hash?: InputMaybe<Scalars['BigInt']>;\n hash_not?: InputMaybe<Scalars['BigInt']>;\n hash_gt?: InputMaybe<Scalars['BigInt']>;\n hash_lt?: InputMaybe<Scalars['BigInt']>;\n hash_gte?: InputMaybe<Scalars['BigInt']>;\n hash_lte?: InputMaybe<Scalars['BigInt']>;\n hash_in?: InputMaybe<Array<Scalars['BigInt']>>;\n hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n preimage?: InputMaybe<Scalars['String']>;\n preimage_not?: InputMaybe<Scalars['String']>;\n preimage_gt?: InputMaybe<Scalars['String']>;\n preimage_lt?: InputMaybe<Scalars['String']>;\n preimage_gte?: InputMaybe<Scalars['String']>;\n preimage_lte?: InputMaybe<Scalars['String']>;\n preimage_in?: InputMaybe<Array<Scalars['String']>>;\n preimage_not_in?: InputMaybe<Array<Scalars['String']>>;\n preimage_contains?: InputMaybe<Scalars['String']>;\n preimage_contains_nocase?: InputMaybe<Scalars['String']>;\n preimage_not_contains?: InputMaybe<Scalars['String']>;\n preimage_not_contains_nocase?: InputMaybe<Scalars['String']>;\n preimage_starts_with?: InputMaybe<Scalars['String']>;\n preimage_starts_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_not_starts_with?: InputMaybe<Scalars['String']>;\n preimage_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_ends_with?: InputMaybe<Scalars['String']>;\n preimage_ends_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_not_ends_with?: InputMaybe<Scalars['String']>;\n preimage_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n preimage_?: InputMaybe<CommitmentPreimage_filter>;\n encryptedBundle?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedBundle_not?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedBundle_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedBundle_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedBundle_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptedBundle_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptKey?: InputMaybe<Scalars['Bytes']>;\n encryptKey_not?: InputMaybe<Scalars['Bytes']>;\n encryptKey_gt?: InputMaybe<Scalars['Bytes']>;\n encryptKey_lt?: InputMaybe<Scalars['Bytes']>;\n encryptKey_gte?: InputMaybe<Scalars['Bytes']>;\n encryptKey_lte?: InputMaybe<Scalars['Bytes']>;\n encryptKey_in?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptKey_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n encryptKey_contains?: InputMaybe<Scalars['Bytes']>;\n encryptKey_not_contains?: InputMaybe<Scalars['Bytes']>;\n fee?: InputMaybe<Scalars['BigInt']>;\n fee_not?: InputMaybe<Scalars['BigInt']>;\n fee_gt?: InputMaybe<Scalars['BigInt']>;\n fee_lt?: InputMaybe<Scalars['BigInt']>;\n fee_gte?: InputMaybe<Scalars['BigInt']>;\n fee_lte?: InputMaybe<Scalars['BigInt']>;\n fee_in?: InputMaybe<Array<Scalars['BigInt']>>;\n fee_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<EncryptCommitment_filter>>>;\n or?: InputMaybe<Array<InputMaybe<EncryptCommitment_filter>>>;\n};\n\nexport type EncryptCommitment_orderBy =\n | 'id'\n | 'blockNumber'\n | 'blockTimestamp'\n | 'transactionHash'\n | 'treeNumber'\n | 'batchStartTreePosition'\n | 'treePosition'\n | 'commitmentType'\n | 'hash'\n | 'preimage'\n | 'preimage__id'\n | 'preimage__npk'\n | 'preimage__value'\n | 'encryptedBundle'\n | 'encryptKey'\n | 'fee';\n\nexport type Subscription = {\n token?: Maybe<Token>;\n tokens: Array<Token>;\n commitmentPreimage?: Maybe<CommitmentPreimage>;\n commitmentPreimages: Array<CommitmentPreimage>;\n ciphertext?: Maybe<Ciphertext>;\n ciphertexts: Array<Ciphertext>;\n legacyCommitmentCiphertext?: Maybe<LegacyCommitmentCiphertext>;\n legacyCommitmentCiphertexts: Array<LegacyCommitmentCiphertext>;\n commitmentCiphertext?: Maybe<CommitmentCiphertext>;\n commitmentCiphertexts: Array<CommitmentCiphertext>;\n legacyGeneratedCommitment?: Maybe<LegacyGeneratedCommitment>;\n legacyGeneratedCommitments: Array<LegacyGeneratedCommitment>;\n legacyEncryptedCommitment?: Maybe<LegacyEncryptedCommitment>;\n legacyEncryptedCommitments: Array<LegacyEncryptedCommitment>;\n encryptCommitment?: Maybe<EncryptCommitment>;\n encryptCommitments: Array<EncryptCommitment>;\n transactCommitment?: Maybe<TransactCommitment>;\n transactCommitments: Array<TransactCommitment>;\n unshield?: Maybe<Unshield>;\n unshields: Array<Unshield>;\n nullifier?: Maybe<Nullifier>;\n nullifiers: Array<Nullifier>;\n commitment?: Maybe<Commitment>;\n commitments: Array<Commitment>;\n /** Access to subgraph metadata */\n _meta?: Maybe<_Meta_>;\n};\n\n\nexport type SubscriptiontokenArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptiontokensArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Token_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Token_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptioncommitmentPreimageArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptioncommitmentPreimagesArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<CommitmentPreimage_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<CommitmentPreimage_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionciphertextArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionciphertextsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Ciphertext_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Ciphertext_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionlegacyCommitmentCiphertextArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionlegacyCommitmentCiphertextsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<LegacyCommitmentCiphertext_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<LegacyCommitmentCiphertext_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptioncommitmentCiphertextArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptioncommitmentCiphertextsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<CommitmentCiphertext_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<CommitmentCiphertext_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionlegacyGeneratedCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionlegacyGeneratedCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<LegacyGeneratedCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<LegacyGeneratedCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionlegacyEncryptedCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionlegacyEncryptedCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<LegacyEncryptedCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<LegacyEncryptedCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionencryptCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionencryptCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<EncryptCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<EncryptCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptiontransactCommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptiontransactCommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<TransactCommitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<TransactCommitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionunshieldArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionunshieldsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Unshield_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Unshield_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionnullifierArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptionnullifiersArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Nullifier_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Nullifier_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptioncommitmentArgs = {\n id: Scalars['ID'];\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type SubscriptioncommitmentsArgs = {\n skip?: InputMaybe<Scalars['Int']>;\n first?: InputMaybe<Scalars['Int']>;\n orderBy?: InputMaybe<Commitment_orderBy>;\n orderDirection?: InputMaybe<OrderDirection>;\n where?: InputMaybe<Commitment_filter>;\n block?: InputMaybe<Block_height>;\n subgraphError?: _SubgraphErrorPolicy_;\n};\n\n\nexport type Subscription_metaArgs = {\n block?: InputMaybe<Block_height>;\n};\n\nexport type Token = {\n id: Scalars['Bytes'];\n tokenType: TokenType;\n tokenAddress: Scalars['Bytes'];\n tokenSubID: Scalars['Bytes'];\n};\n\nexport type TokenType =\n | 'ERC20'\n | 'ERC721'\n | 'ERC1155';\n\nexport type Token_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n tokenType?: InputMaybe<TokenType>;\n tokenType_not?: InputMaybe<TokenType>;\n tokenType_in?: InputMaybe<Array<TokenType>>;\n tokenType_not_in?: InputMaybe<Array<TokenType>>;\n tokenAddress?: InputMaybe<Scalars['Bytes']>;\n tokenAddress_not?: InputMaybe<Scalars['Bytes']>;\n tokenAddress_gt?: InputMaybe<Scalars['Bytes']>;\n tokenAddress_lt?: InputMaybe<Scalars['Bytes']>;\n tokenAddress_gte?: InputMaybe<Scalars['Bytes']>;\n tokenAddress_lte?: InputMaybe<Scalars['Bytes']>;\n tokenAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;\n tokenAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n tokenAddress_contains?: InputMaybe<Scalars['Bytes']>;\n tokenAddress_not_contains?: InputMaybe<Scalars['Bytes']>;\n tokenSubID?: InputMaybe<Scalars['Bytes']>;\n tokenSubID_not?: InputMaybe<Scalars['Bytes']>;\n tokenSubID_gt?: InputMaybe<Scalars['Bytes']>;\n tokenSubID_lt?: InputMaybe<Scalars['Bytes']>;\n tokenSubID_gte?: InputMaybe<Scalars['Bytes']>;\n tokenSubID_lte?: InputMaybe<Scalars['Bytes']>;\n tokenSubID_in?: InputMaybe<Array<Scalars['Bytes']>>;\n tokenSubID_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n tokenSubID_contains?: InputMaybe<Scalars['Bytes']>;\n tokenSubID_not_contains?: InputMaybe<Scalars['Bytes']>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<Token_filter>>>;\n or?: InputMaybe<Array<InputMaybe<Token_filter>>>;\n};\n\nexport type Token_orderBy =\n | 'id'\n | 'tokenType'\n | 'tokenAddress'\n | 'tokenSubID';\n\nexport type TransactCommitment = Commitment & {\n id: Scalars['Bytes'];\n blockNumber: Scalars['BigInt'];\n blockTimestamp: Scalars['BigInt'];\n transactionHash: Scalars['Bytes'];\n treeNumber: Scalars['Int'];\n batchStartTreePosition: Scalars['Int'];\n treePosition: Scalars['Int'];\n commitmentType: CommitmentType;\n hash: Scalars['BigInt'];\n ciphertext: CommitmentCiphertext;\n};\n\nexport type TransactCommitment_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n blockNumber?: InputMaybe<Scalars['BigInt']>;\n blockNumber_not?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n transactionHash?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_contains?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;\n treeNumber?: InputMaybe<Scalars['Int']>;\n treeNumber_not?: InputMaybe<Scalars['Int']>;\n treeNumber_gt?: InputMaybe<Scalars['Int']>;\n treeNumber_lt?: InputMaybe<Scalars['Int']>;\n treeNumber_gte?: InputMaybe<Scalars['Int']>;\n treeNumber_lte?: InputMaybe<Scalars['Int']>;\n treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;\n treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;\n batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition?: InputMaybe<Scalars['Int']>;\n treePosition_not?: InputMaybe<Scalars['Int']>;\n treePosition_gt?: InputMaybe<Scalars['Int']>;\n treePosition_lt?: InputMaybe<Scalars['Int']>;\n treePosition_gte?: InputMaybe<Scalars['Int']>;\n treePosition_lte?: InputMaybe<Scalars['Int']>;\n treePosition_in?: InputMaybe<Array<Scalars['Int']>>;\n treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;\n commitmentType?: InputMaybe<CommitmentType>;\n commitmentType_not?: InputMaybe<CommitmentType>;\n commitmentType_in?: InputMaybe<Array<CommitmentType>>;\n commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;\n hash?: InputMaybe<Scalars['BigInt']>;\n hash_not?: InputMaybe<Scalars['BigInt']>;\n hash_gt?: InputMaybe<Scalars['BigInt']>;\n hash_lt?: InputMaybe<Scalars['BigInt']>;\n hash_gte?: InputMaybe<Scalars['BigInt']>;\n hash_lte?: InputMaybe<Scalars['BigInt']>;\n hash_in?: InputMaybe<Array<Scalars['BigInt']>>;\n hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n ciphertext?: InputMaybe<Scalars['String']>;\n ciphertext_not?: InputMaybe<Scalars['String']>;\n ciphertext_gt?: InputMaybe<Scalars['String']>;\n ciphertext_lt?: InputMaybe<Scalars['String']>;\n ciphertext_gte?: InputMaybe<Scalars['String']>;\n ciphertext_lte?: InputMaybe<Scalars['String']>;\n ciphertext_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;\n ciphertext_contains?: InputMaybe<Scalars['String']>;\n ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains?: InputMaybe<Scalars['String']>;\n ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;\n ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n ciphertext_?: InputMaybe<CommitmentCiphertext_filter>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<TransactCommitment_filter>>>;\n or?: InputMaybe<Array<InputMaybe<TransactCommitment_filter>>>;\n};\n\nexport type TransactCommitment_orderBy =\n | 'id'\n | 'blockNumber'\n | 'blockTimestamp'\n | 'transactionHash'\n | 'treeNumber'\n | 'batchStartTreePosition'\n | 'treePosition'\n | 'commitmentType'\n | 'hash'\n | 'ciphertext'\n | 'ciphertext__id'\n | 'ciphertext__blindedSenderViewingKey'\n | 'ciphertext__blindedReceiverViewingKey'\n | 'ciphertext__annotationData'\n | 'ciphertext__memo';\n\nexport type Unshield = {\n id: Scalars['Bytes'];\n blockNumber: Scalars['BigInt'];\n blockTimestamp: Scalars['BigInt'];\n transactionHash: Scalars['Bytes'];\n to: Scalars['Bytes'];\n token: Token;\n amount: Scalars['BigInt'];\n fee: Scalars['BigInt'];\n eventLogIndex: Scalars['BigInt'];\n};\n\nexport type Unshield_filter = {\n id?: InputMaybe<Scalars['Bytes']>;\n id_not?: InputMaybe<Scalars['Bytes']>;\n id_gt?: InputMaybe<Scalars['Bytes']>;\n id_lt?: InputMaybe<Scalars['Bytes']>;\n id_gte?: InputMaybe<Scalars['Bytes']>;\n id_lte?: InputMaybe<Scalars['Bytes']>;\n id_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n id_contains?: InputMaybe<Scalars['Bytes']>;\n id_not_contains?: InputMaybe<Scalars['Bytes']>;\n blockNumber?: InputMaybe<Scalars['BigInt']>;\n blockNumber_not?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lt?: InputMaybe<Scalars['BigInt']>;\n blockNumber_gte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_lte?: InputMaybe<Scalars['BigInt']>;\n blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;\n blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;\n blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n transactionHash?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lt?: InputMaybe<Scalars['Bytes']>;\n transactionHash_gte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_lte?: InputMaybe<Scalars['Bytes']>;\n transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n transactionHash_contains?: InputMaybe<Scalars['Bytes']>;\n transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;\n to?: InputMaybe<Scalars['Bytes']>;\n to_not?: InputMaybe<Scalars['Bytes']>;\n to_gt?: InputMaybe<Scalars['Bytes']>;\n to_lt?: InputMaybe<Scalars['Bytes']>;\n to_gte?: InputMaybe<Scalars['Bytes']>;\n to_lte?: InputMaybe<Scalars['Bytes']>;\n to_in?: InputMaybe<Array<Scalars['Bytes']>>;\n to_not_in?: InputMaybe<Array<Scalars['Bytes']>>;\n to_contains?: InputMaybe<Scalars['Bytes']>;\n to_not_contains?: InputMaybe<Scalars['Bytes']>;\n token?: InputMaybe<Scalars['String']>;\n token_not?: InputMaybe<Scalars['String']>;\n token_gt?: InputMaybe<Scalars['String']>;\n token_lt?: InputMaybe<Scalars['String']>;\n token_gte?: InputMaybe<Scalars['String']>;\n token_lte?: InputMaybe<Scalars['String']>;\n token_in?: InputMaybe<Array<Scalars['String']>>;\n token_not_in?: InputMaybe<Array<Scalars['String']>>;\n token_contains?: InputMaybe<Scalars['String']>;\n token_contains_nocase?: InputMaybe<Scalars['String']>;\n token_not_contains?: InputMaybe<Scalars['String']>;\n token_not_contains_nocase?: InputMaybe<Scalars['String']>;\n token_starts_with?: InputMaybe<Scalars['String']>;\n token_starts_with_nocase?: InputMaybe<Scalars['String']>;\n token_not_starts_with?: InputMaybe<Scalars['String']>;\n token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;\n token_ends_with?: InputMaybe<Scalars['String']>;\n token_ends_with_nocase?: InputMaybe<Scalars['String']>;\n token_not_ends_with?: InputMaybe<Scalars['String']>;\n token_not_ends_with_nocase?: InputMaybe<Scalars['String']>;\n token_?: InputMaybe<Token_filter>;\n amount?: InputMaybe<Scalars['BigInt']>;\n amount_not?: InputMaybe<Scalars['BigInt']>;\n amount_gt?: InputMaybe<Scalars['BigInt']>;\n amount_lt?: InputMaybe<Scalars['BigInt']>;\n amount_gte?: InputMaybe<Scalars['BigInt']>;\n amount_lte?: InputMaybe<Scalars['BigInt']>;\n amount_in?: InputMaybe<Array<Scalars['BigInt']>>;\n amount_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n fee?: InputMaybe<Scalars['BigInt']>;\n fee_not?: InputMaybe<Scalars['BigInt']>;\n fee_gt?: InputMaybe<Scalars['BigInt']>;\n fee_lt?: InputMaybe<Scalars['BigInt']>;\n fee_gte?: InputMaybe<Scalars['BigInt']>;\n fee_lte?: InputMaybe<Scalars['BigInt']>;\n fee_in?: InputMaybe<Array<Scalars['BigInt']>>;\n fee_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n eventLogIndex?: InputMaybe<Scalars['BigInt']>;\n eventLogIndex_not?: InputMaybe<Scalars['BigInt']>;\n eventLogIndex_gt?: InputMaybe<Scalars['BigInt']>;\n eventLogIndex_lt?: InputMaybe<Scalars['BigInt']>;\n eventLogIndex_gte?: InputMaybe<Scalars['BigInt']>;\n eventLogIndex_lte?: InputMaybe<Scalars['BigInt']>;\n eventLogIndex_in?: InputMaybe<Array<Scalars['BigInt']>>;\n eventLogIndex_not_in?: InputMaybe<Array<Scalars['BigInt']>>;\n /** Filter for the block changed event. */\n _change_block?: InputMaybe<BlockChangedFilter>;\n and?: InputMaybe<Array<InputMaybe<Unshield_filter>>>;\n or?: InputMaybe<Array<InputMaybe<Unshield_filter>>>;\n};\n\nexport type Unshield_orderBy =\n | 'id'\n | 'blockNumber'\n | 'blockTimestamp'\n | 'transactionHash'\n | 'to'\n | 'token'\n | 'token__id'\n | 'token__tokenType'\n | 'token__tokenAddress'\n | 'token__tokenSubID'\n | 'amount'\n | 'fee'\n | 'eventLogIndex';\n\nexport type _Block_ = {\n /** The hash of the block */\n hash?: Maybe<Scalars['Bytes']>;\n /** The block number */\n number: Scalars['Int'];\n /** Integer representation of the timestamp stored in blocks for the chain */\n timestamp?: Maybe<Scalars['Int']>;\n};\n\n/** The type for the top-level _meta field */\nexport type _Meta_ = {\n /**\n * Information about a specific subgraph block. The hash of the block\n * will be null if the _meta field has a block constraint that asks for\n * a block number. It will be filled if the _meta field has no block constraint\n * and therefore asks for the latest block\n *\n */\n block: _Block_;\n /** The deployment ID */\n deployment: Scalars['String'];\n /** If `true`, the subgraph encountered indexing errors at some past block */\n hasIndexingErrors: Scalars['Boolean'];\n};\n\nexport type _SubgraphErrorPolicy_ =\n /** Data will be returned even if the subgraph has indexing errors */\n | 'allow'\n /** If the subgraph has indexing errors, data will be omitted. The default. */\n | 'deny';\n\n export type QuerySdk = {\n /** null **/\n token: InContextSdkMethod<Query['token'], QuerytokenArgs, MeshContext>,\n /** null **/\n tokens: InContextSdkMethod<Query['tokens'], QuerytokensArgs, MeshContext>,\n /** null **/\n commitmentPreimage: InContextSdkMethod<Query['commitmentPreimage'], QuerycommitmentPreimageArgs, MeshContext>,\n /** null **/\n commitmentPreimages: InContextSdkMethod<Query['commitmentPreimages'], QuerycommitmentPreimagesArgs, MeshContext>,\n /** null **/\n ciphertext: InContextSdkMethod<Query['ciphertext'], QueryciphertextArgs, MeshContext>,\n /** null **/\n ciphertexts: InContextSdkMethod<Query['ciphertexts'], QueryciphertextsArgs, MeshContext>,\n /** null **/\n legacyCommitmentCiphertext: InContextSdkMethod<Query['legacyCommitmentCiphertext'], QuerylegacyCommitmentCiphertextArgs, MeshContext>,\n /** null **/\n legacyCommitmentCiphertexts: InContextSdkMethod<Query['legacyCommitmentCiphertexts'], QuerylegacyCommitmentCiphertextsArgs, MeshContext>,\n /** null **/\n commitmentCiphertext: InContextSdkMethod<Query['commitmentCiphertext'], QuerycommitmentCiphertextArgs, MeshContext>,\n /** null **/\n commitmentCiphertexts: InContextSdkMethod<Query['commitmentCiphertexts'], QuerycommitmentCiphertextsArgs, MeshContext>,\n /** null **/\n legacyGeneratedCommitment: InContextSdkMethod<Query['legacyGeneratedCommitment'], QuerylegacyGeneratedCommitmentArgs, MeshContext>,\n /** null **/\n legacyGeneratedCommitments: InContextSdkMethod<Query['legacyGeneratedCommitments'], QuerylegacyGeneratedCommitmentsArgs, MeshContext>,\n /** null **/\n legacyEncryptedCommitment: InContextSdkMethod<Query['legacyEncryptedCommitment'], QuerylegacyEncryptedCommitmentArgs, MeshContext>,\n /** null **/\n legacyEncryptedCommitments: InContextSdkMethod<Query['legacyEncryptedCommitments'], QuerylegacyEncryptedCommitmentsArgs, MeshContext>,\n /** null **/\n encryptCommitment: InContextSdkMethod<Query['encryptCommitment'], QueryencryptCommitmentArgs, MeshContext>,\n /** null **/\n encryptCommitments: InContextSdkMethod<Query['encryptCommitments'], QueryencryptCommitmentsArgs, MeshContext>,\n /** null **/\n transactCommitment: InContextSdkMethod<Query['transactCommitment'], QuerytransactCommitmentArgs, MeshContext>,\n /** null **/\n transactCommitments: InContextSdkMethod<Query['transactCommitments'], QuerytransactCommitmentsArgs, MeshContext>,\n /** null **/\n unshield: InContextSdkMethod<Query['unshield'], QueryunshieldArgs, MeshContext>,\n /** null **/\n unshields: InContextSdkMethod<Query['unshields'], QueryunshieldsArgs, MeshContext>,\n /** null **/\n nullifier: InContextSdkMethod<Query['nullifier'], QuerynullifierArgs, MeshContext>,\n /** null **/\n nullifiers: InContextSdkMethod<Query['nullifiers'], QuerynullifiersArgs, MeshContext>,\n /** null **/\n commitment: InContextSdkMethod<Query['commitment'], QuerycommitmentArgs, MeshContext>,\n /** null **/\n commitments: InContextSdkMethod<Query['commitments'], QuerycommitmentsArgs, MeshContext>,\n /** Access to subgraph metadata **/\n _meta: InContextSdkMethod<Query['_meta'], Query_metaArgs, MeshContext>\n };\n\n export type MutationSdk = {\n \n };\n\n export type SubscriptionSdk = {\n /** null **/\n token: InContextSdkMethod<Subscription['token'], SubscriptiontokenArgs, MeshContext>,\n /** null **/\n tokens: InContextSdkMethod<Subscription['tokens'], SubscriptiontokensArgs, MeshContext>,\n /** null **/\n commitmentPreimage: InContextSdkMethod<Subscription['commitmentPreimage'], SubscriptioncommitmentPreimageArgs, MeshContext>,\n /** null **/\n commitmentPreimages: InContextSdkMethod<Subscription['commitmentPreimages'], SubscriptioncommitmentPreimagesArgs, MeshContext>,\n /** null **/\n ciphertext: InContextSdkMethod<Subscription['ciphertext'], SubscriptionciphertextArgs, MeshContext>,\n /** null **/\n ciphertexts: InContextSdkMethod<Subscription['ciphertexts'], SubscriptionciphertextsArgs, MeshContext>,\n /** null **/\n legacyCommitmentCiphertext: InContextSdkMethod<Subscription['legacyCommitmentCiphertext'], SubscriptionlegacyCommitmentCiphertextArgs, MeshContext>,\n /** null **/\n legacyCommitmentCiphertexts: InContextSdkMethod<Subscription['legacyCommitmentCiphertexts'], SubscriptionlegacyCommitmentCiphertextsArgs, MeshContext>,\n /** null **/\n commitmentCiphertext: InContextSdkMethod<Subscription['commitmentCiphertext'], SubscriptioncommitmentCiphertextArgs, MeshContext>,\n /** null **/\n commitmentCiphertexts: InContextSdkMethod<Subscription['commitmentCiphertexts'], SubscriptioncommitmentCiphertextsArgs, MeshContext>,\n /** null **/\n legacyGeneratedCommitment: InContextSdkMethod<Subscription['legacyGeneratedCommitment'], SubscriptionlegacyGeneratedCommitmentArgs, MeshContext>,\n /** null **/\n legacyGeneratedCommitments: InContextSdkMethod<Subscription['legacyGeneratedCommitments'], SubscriptionlegacyGeneratedCommitmentsArgs, MeshContext>,\n /** null **/\n legacyEncryptedCommitment: InContextSdkMethod<Subscription['legacyEncryptedCommitment'], SubscriptionlegacyEncryptedCommitmentArgs, MeshContext>,\n /** null **/\n legacyEncryptedCommitments: InContextSdkMethod<Subscription['legacyEncryptedCommitments'], SubscriptionlegacyEncryptedCommitmentsArgs, MeshContext>,\n /** null **/\n encryptCommitment: InContextSdkMethod<Subscription['encryptCommitment'], SubscriptionencryptCommitmentArgs, MeshContext>,\n /** null **/\n encryptCommitments: InContextSdkMethod<Subscription['encryptCommitments'], SubscriptionencryptCommitmentsArgs, MeshContext>,\n /** null **/\n transactCommitment: InContextSdkMethod<Subscription['transactCommitment'], SubscriptiontransactCommitmentArgs, MeshContext>,\n /** null **/\n transactCommitments: InContextSdkMethod<Subscription['transactCommitments'], SubscriptiontransactCommitmentsArgs, MeshContext>,\n /** null **/\n unshield: InContextSdkMethod<Subscription['unshield'], SubscriptionunshieldArgs, MeshContext>,\n /** null **/\n unshields: InContextSdkMethod<Subscription['unshields'], SubscriptionunshieldsArgs, MeshContext>,\n /** null **/\n nullifier: InContextSdkMethod<Subscription['nullifier'], SubscriptionnullifierArgs, MeshContext>,\n /** null **/\n nullifiers: InContextSdkMethod<Subscription['nullifiers'], SubscriptionnullifiersArgs, MeshContext>,\n /** null **/\n commitment: InContextSdkMethod<Subscription['commitment'], SubscriptioncommitmentArgs, MeshContext>,\n /** null **/\n commitments: InContextSdkMethod<Subscription['commitments'], SubscriptioncommitmentsArgs, MeshContext>,\n /** Access to subgraph metadata **/\n _meta: InContextSdkMethod<Subscription['_meta'], Subscription_metaArgs, MeshContext>\n };\n\n export type Context = {\n [\"ethereum\"]: { Query: QuerySdk, Mutation: MutationSdk, Subscription: SubscriptionSdk },\n \n };\n}\n"]}
|