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,1628 @@
|
|
|
1
|
+
import { InContextSdkMethod } from '@graphql-mesh/types';
|
|
2
|
+
import { MeshContext } from '@graphql-mesh/runtime';
|
|
3
|
+
export declare namespace MumbaiTypes {
|
|
4
|
+
type Maybe<T> = T | null;
|
|
5
|
+
type InputMaybe<T> = Maybe<T>;
|
|
6
|
+
type Exact<T extends {
|
|
7
|
+
[key: string]: unknown;
|
|
8
|
+
}> = {
|
|
9
|
+
[K in keyof T]: T[K];
|
|
10
|
+
};
|
|
11
|
+
type MakeOptional<T, K extends keyof T> = Omit<T, K> & {
|
|
12
|
+
[SubKey in K]?: Maybe<T[SubKey]>;
|
|
13
|
+
};
|
|
14
|
+
type MakeMaybe<T, K extends keyof T> = Omit<T, K> & {
|
|
15
|
+
[SubKey in K]: Maybe<T[SubKey]>;
|
|
16
|
+
};
|
|
17
|
+
/** All built-in and custom scalars, mapped to their actual values */
|
|
18
|
+
type Scalars = {
|
|
19
|
+
ID: string;
|
|
20
|
+
String: string;
|
|
21
|
+
Boolean: boolean;
|
|
22
|
+
Int: number;
|
|
23
|
+
Float: number;
|
|
24
|
+
BigDecimal: any;
|
|
25
|
+
BigInt: any;
|
|
26
|
+
Bytes: any;
|
|
27
|
+
};
|
|
28
|
+
type BlockChangedFilter = {
|
|
29
|
+
number_gte: Scalars['Int'];
|
|
30
|
+
};
|
|
31
|
+
type Block_height = {
|
|
32
|
+
hash?: InputMaybe<Scalars['Bytes']>;
|
|
33
|
+
number?: InputMaybe<Scalars['Int']>;
|
|
34
|
+
number_gte?: InputMaybe<Scalars['Int']>;
|
|
35
|
+
};
|
|
36
|
+
type Ciphertext = {
|
|
37
|
+
id: Scalars['Bytes'];
|
|
38
|
+
iv: Scalars['Bytes'];
|
|
39
|
+
tag: Scalars['Bytes'];
|
|
40
|
+
data: Array<Scalars['Bytes']>;
|
|
41
|
+
};
|
|
42
|
+
type Ciphertext_filter = {
|
|
43
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
44
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
45
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
46
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
47
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
48
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
49
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
50
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
51
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
52
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
53
|
+
iv?: InputMaybe<Scalars['Bytes']>;
|
|
54
|
+
iv_not?: InputMaybe<Scalars['Bytes']>;
|
|
55
|
+
iv_gt?: InputMaybe<Scalars['Bytes']>;
|
|
56
|
+
iv_lt?: InputMaybe<Scalars['Bytes']>;
|
|
57
|
+
iv_gte?: InputMaybe<Scalars['Bytes']>;
|
|
58
|
+
iv_lte?: InputMaybe<Scalars['Bytes']>;
|
|
59
|
+
iv_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
60
|
+
iv_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
61
|
+
iv_contains?: InputMaybe<Scalars['Bytes']>;
|
|
62
|
+
iv_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
63
|
+
tag?: InputMaybe<Scalars['Bytes']>;
|
|
64
|
+
tag_not?: InputMaybe<Scalars['Bytes']>;
|
|
65
|
+
tag_gt?: InputMaybe<Scalars['Bytes']>;
|
|
66
|
+
tag_lt?: InputMaybe<Scalars['Bytes']>;
|
|
67
|
+
tag_gte?: InputMaybe<Scalars['Bytes']>;
|
|
68
|
+
tag_lte?: InputMaybe<Scalars['Bytes']>;
|
|
69
|
+
tag_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
70
|
+
tag_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
71
|
+
tag_contains?: InputMaybe<Scalars['Bytes']>;
|
|
72
|
+
tag_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
73
|
+
data?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
74
|
+
data_not?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
75
|
+
data_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
76
|
+
data_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
77
|
+
data_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
78
|
+
data_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
79
|
+
/** Filter for the block changed event. */
|
|
80
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
81
|
+
and?: InputMaybe<Array<InputMaybe<Ciphertext_filter>>>;
|
|
82
|
+
or?: InputMaybe<Array<InputMaybe<Ciphertext_filter>>>;
|
|
83
|
+
};
|
|
84
|
+
type Ciphertext_orderBy = 'id' | 'iv' | 'tag' | 'data';
|
|
85
|
+
type Commitment = {
|
|
86
|
+
id: Scalars['Bytes'];
|
|
87
|
+
blockNumber: Scalars['BigInt'];
|
|
88
|
+
blockTimestamp: Scalars['BigInt'];
|
|
89
|
+
transactionHash: Scalars['Bytes'];
|
|
90
|
+
treeNumber: Scalars['Int'];
|
|
91
|
+
batchStartTreePosition: Scalars['Int'];
|
|
92
|
+
treePosition: Scalars['Int'];
|
|
93
|
+
commitmentType: CommitmentType;
|
|
94
|
+
hash: Scalars['BigInt'];
|
|
95
|
+
};
|
|
96
|
+
type CommitmentCiphertext = {
|
|
97
|
+
id: Scalars['Bytes'];
|
|
98
|
+
ciphertext: Ciphertext;
|
|
99
|
+
blindedSenderViewingKey: Scalars['Bytes'];
|
|
100
|
+
blindedReceiverViewingKey: Scalars['Bytes'];
|
|
101
|
+
annotationData: Scalars['Bytes'];
|
|
102
|
+
memo: Scalars['Bytes'];
|
|
103
|
+
};
|
|
104
|
+
type CommitmentCiphertext_filter = {
|
|
105
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
106
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
107
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
108
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
109
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
110
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
111
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
112
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
113
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
114
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
115
|
+
ciphertext?: InputMaybe<Scalars['String']>;
|
|
116
|
+
ciphertext_not?: InputMaybe<Scalars['String']>;
|
|
117
|
+
ciphertext_gt?: InputMaybe<Scalars['String']>;
|
|
118
|
+
ciphertext_lt?: InputMaybe<Scalars['String']>;
|
|
119
|
+
ciphertext_gte?: InputMaybe<Scalars['String']>;
|
|
120
|
+
ciphertext_lte?: InputMaybe<Scalars['String']>;
|
|
121
|
+
ciphertext_in?: InputMaybe<Array<Scalars['String']>>;
|
|
122
|
+
ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
123
|
+
ciphertext_contains?: InputMaybe<Scalars['String']>;
|
|
124
|
+
ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
125
|
+
ciphertext_not_contains?: InputMaybe<Scalars['String']>;
|
|
126
|
+
ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
127
|
+
ciphertext_starts_with?: InputMaybe<Scalars['String']>;
|
|
128
|
+
ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
129
|
+
ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
130
|
+
ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
131
|
+
ciphertext_ends_with?: InputMaybe<Scalars['String']>;
|
|
132
|
+
ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
133
|
+
ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
134
|
+
ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
135
|
+
ciphertext_?: InputMaybe<Ciphertext_filter>;
|
|
136
|
+
blindedSenderViewingKey?: InputMaybe<Scalars['Bytes']>;
|
|
137
|
+
blindedSenderViewingKey_not?: InputMaybe<Scalars['Bytes']>;
|
|
138
|
+
blindedSenderViewingKey_gt?: InputMaybe<Scalars['Bytes']>;
|
|
139
|
+
blindedSenderViewingKey_lt?: InputMaybe<Scalars['Bytes']>;
|
|
140
|
+
blindedSenderViewingKey_gte?: InputMaybe<Scalars['Bytes']>;
|
|
141
|
+
blindedSenderViewingKey_lte?: InputMaybe<Scalars['Bytes']>;
|
|
142
|
+
blindedSenderViewingKey_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
143
|
+
blindedSenderViewingKey_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
144
|
+
blindedSenderViewingKey_contains?: InputMaybe<Scalars['Bytes']>;
|
|
145
|
+
blindedSenderViewingKey_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
146
|
+
blindedReceiverViewingKey?: InputMaybe<Scalars['Bytes']>;
|
|
147
|
+
blindedReceiverViewingKey_not?: InputMaybe<Scalars['Bytes']>;
|
|
148
|
+
blindedReceiverViewingKey_gt?: InputMaybe<Scalars['Bytes']>;
|
|
149
|
+
blindedReceiverViewingKey_lt?: InputMaybe<Scalars['Bytes']>;
|
|
150
|
+
blindedReceiverViewingKey_gte?: InputMaybe<Scalars['Bytes']>;
|
|
151
|
+
blindedReceiverViewingKey_lte?: InputMaybe<Scalars['Bytes']>;
|
|
152
|
+
blindedReceiverViewingKey_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
153
|
+
blindedReceiverViewingKey_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
154
|
+
blindedReceiverViewingKey_contains?: InputMaybe<Scalars['Bytes']>;
|
|
155
|
+
blindedReceiverViewingKey_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
156
|
+
annotationData?: InputMaybe<Scalars['Bytes']>;
|
|
157
|
+
annotationData_not?: InputMaybe<Scalars['Bytes']>;
|
|
158
|
+
annotationData_gt?: InputMaybe<Scalars['Bytes']>;
|
|
159
|
+
annotationData_lt?: InputMaybe<Scalars['Bytes']>;
|
|
160
|
+
annotationData_gte?: InputMaybe<Scalars['Bytes']>;
|
|
161
|
+
annotationData_lte?: InputMaybe<Scalars['Bytes']>;
|
|
162
|
+
annotationData_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
163
|
+
annotationData_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
164
|
+
annotationData_contains?: InputMaybe<Scalars['Bytes']>;
|
|
165
|
+
annotationData_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
166
|
+
memo?: InputMaybe<Scalars['Bytes']>;
|
|
167
|
+
memo_not?: InputMaybe<Scalars['Bytes']>;
|
|
168
|
+
memo_gt?: InputMaybe<Scalars['Bytes']>;
|
|
169
|
+
memo_lt?: InputMaybe<Scalars['Bytes']>;
|
|
170
|
+
memo_gte?: InputMaybe<Scalars['Bytes']>;
|
|
171
|
+
memo_lte?: InputMaybe<Scalars['Bytes']>;
|
|
172
|
+
memo_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
173
|
+
memo_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
174
|
+
memo_contains?: InputMaybe<Scalars['Bytes']>;
|
|
175
|
+
memo_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
176
|
+
/** Filter for the block changed event. */
|
|
177
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
178
|
+
and?: InputMaybe<Array<InputMaybe<CommitmentCiphertext_filter>>>;
|
|
179
|
+
or?: InputMaybe<Array<InputMaybe<CommitmentCiphertext_filter>>>;
|
|
180
|
+
};
|
|
181
|
+
type CommitmentCiphertext_orderBy = 'id' | 'ciphertext' | 'ciphertext__id' | 'ciphertext__iv' | 'ciphertext__tag' | 'blindedSenderViewingKey' | 'blindedReceiverViewingKey' | 'annotationData' | 'memo';
|
|
182
|
+
type CommitmentPreimage = {
|
|
183
|
+
id: Scalars['Bytes'];
|
|
184
|
+
npk: Scalars['Bytes'];
|
|
185
|
+
token: Token;
|
|
186
|
+
value: Scalars['BigInt'];
|
|
187
|
+
};
|
|
188
|
+
type CommitmentPreimage_filter = {
|
|
189
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
190
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
191
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
192
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
193
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
194
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
195
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
196
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
197
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
198
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
199
|
+
npk?: InputMaybe<Scalars['Bytes']>;
|
|
200
|
+
npk_not?: InputMaybe<Scalars['Bytes']>;
|
|
201
|
+
npk_gt?: InputMaybe<Scalars['Bytes']>;
|
|
202
|
+
npk_lt?: InputMaybe<Scalars['Bytes']>;
|
|
203
|
+
npk_gte?: InputMaybe<Scalars['Bytes']>;
|
|
204
|
+
npk_lte?: InputMaybe<Scalars['Bytes']>;
|
|
205
|
+
npk_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
206
|
+
npk_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
207
|
+
npk_contains?: InputMaybe<Scalars['Bytes']>;
|
|
208
|
+
npk_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
209
|
+
token?: InputMaybe<Scalars['String']>;
|
|
210
|
+
token_not?: InputMaybe<Scalars['String']>;
|
|
211
|
+
token_gt?: InputMaybe<Scalars['String']>;
|
|
212
|
+
token_lt?: InputMaybe<Scalars['String']>;
|
|
213
|
+
token_gte?: InputMaybe<Scalars['String']>;
|
|
214
|
+
token_lte?: InputMaybe<Scalars['String']>;
|
|
215
|
+
token_in?: InputMaybe<Array<Scalars['String']>>;
|
|
216
|
+
token_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
217
|
+
token_contains?: InputMaybe<Scalars['String']>;
|
|
218
|
+
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
219
|
+
token_not_contains?: InputMaybe<Scalars['String']>;
|
|
220
|
+
token_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
221
|
+
token_starts_with?: InputMaybe<Scalars['String']>;
|
|
222
|
+
token_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
223
|
+
token_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
224
|
+
token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
225
|
+
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
226
|
+
token_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
227
|
+
token_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
228
|
+
token_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
229
|
+
token_?: InputMaybe<Token_filter>;
|
|
230
|
+
value?: InputMaybe<Scalars['BigInt']>;
|
|
231
|
+
value_not?: InputMaybe<Scalars['BigInt']>;
|
|
232
|
+
value_gt?: InputMaybe<Scalars['BigInt']>;
|
|
233
|
+
value_lt?: InputMaybe<Scalars['BigInt']>;
|
|
234
|
+
value_gte?: InputMaybe<Scalars['BigInt']>;
|
|
235
|
+
value_lte?: InputMaybe<Scalars['BigInt']>;
|
|
236
|
+
value_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
237
|
+
value_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
238
|
+
/** Filter for the block changed event. */
|
|
239
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
240
|
+
and?: InputMaybe<Array<InputMaybe<CommitmentPreimage_filter>>>;
|
|
241
|
+
or?: InputMaybe<Array<InputMaybe<CommitmentPreimage_filter>>>;
|
|
242
|
+
};
|
|
243
|
+
type CommitmentPreimage_orderBy = 'id' | 'npk' | 'token' | 'token__id' | 'token__tokenType' | 'token__tokenAddress' | 'token__tokenSubID' | 'value';
|
|
244
|
+
type CommitmentType = 'EncryptCommitment' | 'TransactCommitment' | 'LegacyGeneratedCommitment' | 'LegacyEncryptedCommitment';
|
|
245
|
+
type Commitment_filter = {
|
|
246
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
247
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
248
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
249
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
250
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
251
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
252
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
253
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
254
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
255
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
256
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
257
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
258
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
259
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
260
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
261
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
262
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
263
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
264
|
+
blockTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
265
|
+
blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
266
|
+
blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
267
|
+
blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
268
|
+
blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
269
|
+
blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
270
|
+
blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
271
|
+
blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
272
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
273
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
274
|
+
transactionHash_gt?: InputMaybe<Scalars['Bytes']>;
|
|
275
|
+
transactionHash_lt?: InputMaybe<Scalars['Bytes']>;
|
|
276
|
+
transactionHash_gte?: InputMaybe<Scalars['Bytes']>;
|
|
277
|
+
transactionHash_lte?: InputMaybe<Scalars['Bytes']>;
|
|
278
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
279
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
280
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
281
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
282
|
+
treeNumber?: InputMaybe<Scalars['Int']>;
|
|
283
|
+
treeNumber_not?: InputMaybe<Scalars['Int']>;
|
|
284
|
+
treeNumber_gt?: InputMaybe<Scalars['Int']>;
|
|
285
|
+
treeNumber_lt?: InputMaybe<Scalars['Int']>;
|
|
286
|
+
treeNumber_gte?: InputMaybe<Scalars['Int']>;
|
|
287
|
+
treeNumber_lte?: InputMaybe<Scalars['Int']>;
|
|
288
|
+
treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
289
|
+
treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
290
|
+
batchStartTreePosition?: InputMaybe<Scalars['Int']>;
|
|
291
|
+
batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;
|
|
292
|
+
batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
293
|
+
batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
294
|
+
batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
295
|
+
batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
296
|
+
batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
297
|
+
batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
298
|
+
treePosition?: InputMaybe<Scalars['Int']>;
|
|
299
|
+
treePosition_not?: InputMaybe<Scalars['Int']>;
|
|
300
|
+
treePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
301
|
+
treePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
302
|
+
treePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
303
|
+
treePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
304
|
+
treePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
305
|
+
treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
306
|
+
commitmentType?: InputMaybe<CommitmentType>;
|
|
307
|
+
commitmentType_not?: InputMaybe<CommitmentType>;
|
|
308
|
+
commitmentType_in?: InputMaybe<Array<CommitmentType>>;
|
|
309
|
+
commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;
|
|
310
|
+
hash?: InputMaybe<Scalars['BigInt']>;
|
|
311
|
+
hash_not?: InputMaybe<Scalars['BigInt']>;
|
|
312
|
+
hash_gt?: InputMaybe<Scalars['BigInt']>;
|
|
313
|
+
hash_lt?: InputMaybe<Scalars['BigInt']>;
|
|
314
|
+
hash_gte?: InputMaybe<Scalars['BigInt']>;
|
|
315
|
+
hash_lte?: InputMaybe<Scalars['BigInt']>;
|
|
316
|
+
hash_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
317
|
+
hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
318
|
+
/** Filter for the block changed event. */
|
|
319
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
320
|
+
and?: InputMaybe<Array<InputMaybe<Commitment_filter>>>;
|
|
321
|
+
or?: InputMaybe<Array<InputMaybe<Commitment_filter>>>;
|
|
322
|
+
};
|
|
323
|
+
type Commitment_orderBy = 'id' | 'blockNumber' | 'blockTimestamp' | 'transactionHash' | 'treeNumber' | 'batchStartTreePosition' | 'treePosition' | 'commitmentType' | 'hash';
|
|
324
|
+
type LegacyCommitmentCiphertext = {
|
|
325
|
+
id: Scalars['Bytes'];
|
|
326
|
+
ciphertext: Ciphertext;
|
|
327
|
+
ephemeralKeys: Array<Scalars['Bytes']>;
|
|
328
|
+
memo: Array<Scalars['Bytes']>;
|
|
329
|
+
};
|
|
330
|
+
type LegacyCommitmentCiphertext_filter = {
|
|
331
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
332
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
333
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
334
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
335
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
336
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
337
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
338
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
339
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
340
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
341
|
+
ciphertext?: InputMaybe<Scalars['String']>;
|
|
342
|
+
ciphertext_not?: InputMaybe<Scalars['String']>;
|
|
343
|
+
ciphertext_gt?: InputMaybe<Scalars['String']>;
|
|
344
|
+
ciphertext_lt?: InputMaybe<Scalars['String']>;
|
|
345
|
+
ciphertext_gte?: InputMaybe<Scalars['String']>;
|
|
346
|
+
ciphertext_lte?: InputMaybe<Scalars['String']>;
|
|
347
|
+
ciphertext_in?: InputMaybe<Array<Scalars['String']>>;
|
|
348
|
+
ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
349
|
+
ciphertext_contains?: InputMaybe<Scalars['String']>;
|
|
350
|
+
ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
351
|
+
ciphertext_not_contains?: InputMaybe<Scalars['String']>;
|
|
352
|
+
ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
353
|
+
ciphertext_starts_with?: InputMaybe<Scalars['String']>;
|
|
354
|
+
ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
355
|
+
ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
356
|
+
ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
357
|
+
ciphertext_ends_with?: InputMaybe<Scalars['String']>;
|
|
358
|
+
ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
359
|
+
ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
360
|
+
ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
361
|
+
ciphertext_?: InputMaybe<Ciphertext_filter>;
|
|
362
|
+
ephemeralKeys?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
363
|
+
ephemeralKeys_not?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
364
|
+
ephemeralKeys_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
365
|
+
ephemeralKeys_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
366
|
+
ephemeralKeys_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
367
|
+
ephemeralKeys_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
368
|
+
memo?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
369
|
+
memo_not?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
370
|
+
memo_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
371
|
+
memo_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
372
|
+
memo_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
373
|
+
memo_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
374
|
+
/** Filter for the block changed event. */
|
|
375
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
376
|
+
and?: InputMaybe<Array<InputMaybe<LegacyCommitmentCiphertext_filter>>>;
|
|
377
|
+
or?: InputMaybe<Array<InputMaybe<LegacyCommitmentCiphertext_filter>>>;
|
|
378
|
+
};
|
|
379
|
+
type LegacyCommitmentCiphertext_orderBy = 'id' | 'ciphertext' | 'ciphertext__id' | 'ciphertext__iv' | 'ciphertext__tag' | 'ephemeralKeys' | 'memo';
|
|
380
|
+
type LegacyEncryptedCommitment = Commitment & {
|
|
381
|
+
id: Scalars['Bytes'];
|
|
382
|
+
blockNumber: Scalars['BigInt'];
|
|
383
|
+
blockTimestamp: Scalars['BigInt'];
|
|
384
|
+
transactionHash: Scalars['Bytes'];
|
|
385
|
+
treeNumber: Scalars['Int'];
|
|
386
|
+
batchStartTreePosition: Scalars['Int'];
|
|
387
|
+
treePosition: Scalars['Int'];
|
|
388
|
+
commitmentType: CommitmentType;
|
|
389
|
+
hash: Scalars['BigInt'];
|
|
390
|
+
ciphertext: LegacyCommitmentCiphertext;
|
|
391
|
+
};
|
|
392
|
+
type LegacyEncryptedCommitment_filter = {
|
|
393
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
394
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
395
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
396
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
397
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
398
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
399
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
400
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
401
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
402
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
403
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
404
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
405
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
406
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
407
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
408
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
409
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
410
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
411
|
+
blockTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
412
|
+
blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
413
|
+
blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
414
|
+
blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
415
|
+
blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
416
|
+
blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
417
|
+
blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
418
|
+
blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
419
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
420
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
421
|
+
transactionHash_gt?: InputMaybe<Scalars['Bytes']>;
|
|
422
|
+
transactionHash_lt?: InputMaybe<Scalars['Bytes']>;
|
|
423
|
+
transactionHash_gte?: InputMaybe<Scalars['Bytes']>;
|
|
424
|
+
transactionHash_lte?: InputMaybe<Scalars['Bytes']>;
|
|
425
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
426
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
427
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
428
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
429
|
+
treeNumber?: InputMaybe<Scalars['Int']>;
|
|
430
|
+
treeNumber_not?: InputMaybe<Scalars['Int']>;
|
|
431
|
+
treeNumber_gt?: InputMaybe<Scalars['Int']>;
|
|
432
|
+
treeNumber_lt?: InputMaybe<Scalars['Int']>;
|
|
433
|
+
treeNumber_gte?: InputMaybe<Scalars['Int']>;
|
|
434
|
+
treeNumber_lte?: InputMaybe<Scalars['Int']>;
|
|
435
|
+
treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
436
|
+
treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
437
|
+
batchStartTreePosition?: InputMaybe<Scalars['Int']>;
|
|
438
|
+
batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;
|
|
439
|
+
batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
440
|
+
batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
441
|
+
batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
442
|
+
batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
443
|
+
batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
444
|
+
batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
445
|
+
treePosition?: InputMaybe<Scalars['Int']>;
|
|
446
|
+
treePosition_not?: InputMaybe<Scalars['Int']>;
|
|
447
|
+
treePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
448
|
+
treePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
449
|
+
treePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
450
|
+
treePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
451
|
+
treePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
452
|
+
treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
453
|
+
commitmentType?: InputMaybe<CommitmentType>;
|
|
454
|
+
commitmentType_not?: InputMaybe<CommitmentType>;
|
|
455
|
+
commitmentType_in?: InputMaybe<Array<CommitmentType>>;
|
|
456
|
+
commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;
|
|
457
|
+
hash?: InputMaybe<Scalars['BigInt']>;
|
|
458
|
+
hash_not?: InputMaybe<Scalars['BigInt']>;
|
|
459
|
+
hash_gt?: InputMaybe<Scalars['BigInt']>;
|
|
460
|
+
hash_lt?: InputMaybe<Scalars['BigInt']>;
|
|
461
|
+
hash_gte?: InputMaybe<Scalars['BigInt']>;
|
|
462
|
+
hash_lte?: InputMaybe<Scalars['BigInt']>;
|
|
463
|
+
hash_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
464
|
+
hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
465
|
+
ciphertext?: InputMaybe<Scalars['String']>;
|
|
466
|
+
ciphertext_not?: InputMaybe<Scalars['String']>;
|
|
467
|
+
ciphertext_gt?: InputMaybe<Scalars['String']>;
|
|
468
|
+
ciphertext_lt?: InputMaybe<Scalars['String']>;
|
|
469
|
+
ciphertext_gte?: InputMaybe<Scalars['String']>;
|
|
470
|
+
ciphertext_lte?: InputMaybe<Scalars['String']>;
|
|
471
|
+
ciphertext_in?: InputMaybe<Array<Scalars['String']>>;
|
|
472
|
+
ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
473
|
+
ciphertext_contains?: InputMaybe<Scalars['String']>;
|
|
474
|
+
ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
475
|
+
ciphertext_not_contains?: InputMaybe<Scalars['String']>;
|
|
476
|
+
ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
477
|
+
ciphertext_starts_with?: InputMaybe<Scalars['String']>;
|
|
478
|
+
ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
479
|
+
ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
480
|
+
ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
481
|
+
ciphertext_ends_with?: InputMaybe<Scalars['String']>;
|
|
482
|
+
ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
483
|
+
ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
484
|
+
ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
485
|
+
ciphertext_?: InputMaybe<LegacyCommitmentCiphertext_filter>;
|
|
486
|
+
/** Filter for the block changed event. */
|
|
487
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
488
|
+
and?: InputMaybe<Array<InputMaybe<LegacyEncryptedCommitment_filter>>>;
|
|
489
|
+
or?: InputMaybe<Array<InputMaybe<LegacyEncryptedCommitment_filter>>>;
|
|
490
|
+
};
|
|
491
|
+
type LegacyEncryptedCommitment_orderBy = 'id' | 'blockNumber' | 'blockTimestamp' | 'transactionHash' | 'treeNumber' | 'batchStartTreePosition' | 'treePosition' | 'commitmentType' | 'hash' | 'ciphertext' | 'ciphertext__id';
|
|
492
|
+
type LegacyGeneratedCommitment = Commitment & {
|
|
493
|
+
id: Scalars['Bytes'];
|
|
494
|
+
blockNumber: Scalars['BigInt'];
|
|
495
|
+
blockTimestamp: Scalars['BigInt'];
|
|
496
|
+
transactionHash: Scalars['Bytes'];
|
|
497
|
+
treeNumber: Scalars['Int'];
|
|
498
|
+
batchStartTreePosition: Scalars['Int'];
|
|
499
|
+
treePosition: Scalars['Int'];
|
|
500
|
+
commitmentType: CommitmentType;
|
|
501
|
+
hash: Scalars['BigInt'];
|
|
502
|
+
preimage: CommitmentPreimage;
|
|
503
|
+
encryptedRandom: Array<Scalars['Bytes']>;
|
|
504
|
+
};
|
|
505
|
+
type LegacyGeneratedCommitment_filter = {
|
|
506
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
507
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
508
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
509
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
510
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
511
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
512
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
513
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
514
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
515
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
516
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
517
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
518
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
519
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
520
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
521
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
522
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
523
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
524
|
+
blockTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
525
|
+
blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
526
|
+
blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
527
|
+
blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
528
|
+
blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
529
|
+
blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
530
|
+
blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
531
|
+
blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
532
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
533
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
534
|
+
transactionHash_gt?: InputMaybe<Scalars['Bytes']>;
|
|
535
|
+
transactionHash_lt?: InputMaybe<Scalars['Bytes']>;
|
|
536
|
+
transactionHash_gte?: InputMaybe<Scalars['Bytes']>;
|
|
537
|
+
transactionHash_lte?: InputMaybe<Scalars['Bytes']>;
|
|
538
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
539
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
540
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
541
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
542
|
+
treeNumber?: InputMaybe<Scalars['Int']>;
|
|
543
|
+
treeNumber_not?: InputMaybe<Scalars['Int']>;
|
|
544
|
+
treeNumber_gt?: InputMaybe<Scalars['Int']>;
|
|
545
|
+
treeNumber_lt?: InputMaybe<Scalars['Int']>;
|
|
546
|
+
treeNumber_gte?: InputMaybe<Scalars['Int']>;
|
|
547
|
+
treeNumber_lte?: InputMaybe<Scalars['Int']>;
|
|
548
|
+
treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
549
|
+
treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
550
|
+
batchStartTreePosition?: InputMaybe<Scalars['Int']>;
|
|
551
|
+
batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;
|
|
552
|
+
batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
553
|
+
batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
554
|
+
batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
555
|
+
batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
556
|
+
batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
557
|
+
batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
558
|
+
treePosition?: InputMaybe<Scalars['Int']>;
|
|
559
|
+
treePosition_not?: InputMaybe<Scalars['Int']>;
|
|
560
|
+
treePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
561
|
+
treePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
562
|
+
treePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
563
|
+
treePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
564
|
+
treePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
565
|
+
treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
566
|
+
commitmentType?: InputMaybe<CommitmentType>;
|
|
567
|
+
commitmentType_not?: InputMaybe<CommitmentType>;
|
|
568
|
+
commitmentType_in?: InputMaybe<Array<CommitmentType>>;
|
|
569
|
+
commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;
|
|
570
|
+
hash?: InputMaybe<Scalars['BigInt']>;
|
|
571
|
+
hash_not?: InputMaybe<Scalars['BigInt']>;
|
|
572
|
+
hash_gt?: InputMaybe<Scalars['BigInt']>;
|
|
573
|
+
hash_lt?: InputMaybe<Scalars['BigInt']>;
|
|
574
|
+
hash_gte?: InputMaybe<Scalars['BigInt']>;
|
|
575
|
+
hash_lte?: InputMaybe<Scalars['BigInt']>;
|
|
576
|
+
hash_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
577
|
+
hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
578
|
+
preimage?: InputMaybe<Scalars['String']>;
|
|
579
|
+
preimage_not?: InputMaybe<Scalars['String']>;
|
|
580
|
+
preimage_gt?: InputMaybe<Scalars['String']>;
|
|
581
|
+
preimage_lt?: InputMaybe<Scalars['String']>;
|
|
582
|
+
preimage_gte?: InputMaybe<Scalars['String']>;
|
|
583
|
+
preimage_lte?: InputMaybe<Scalars['String']>;
|
|
584
|
+
preimage_in?: InputMaybe<Array<Scalars['String']>>;
|
|
585
|
+
preimage_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
586
|
+
preimage_contains?: InputMaybe<Scalars['String']>;
|
|
587
|
+
preimage_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
588
|
+
preimage_not_contains?: InputMaybe<Scalars['String']>;
|
|
589
|
+
preimage_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
590
|
+
preimage_starts_with?: InputMaybe<Scalars['String']>;
|
|
591
|
+
preimage_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
592
|
+
preimage_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
593
|
+
preimage_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
594
|
+
preimage_ends_with?: InputMaybe<Scalars['String']>;
|
|
595
|
+
preimage_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
596
|
+
preimage_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
597
|
+
preimage_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
598
|
+
preimage_?: InputMaybe<CommitmentPreimage_filter>;
|
|
599
|
+
encryptedRandom?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
600
|
+
encryptedRandom_not?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
601
|
+
encryptedRandom_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
602
|
+
encryptedRandom_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
603
|
+
encryptedRandom_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
604
|
+
encryptedRandom_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
605
|
+
/** Filter for the block changed event. */
|
|
606
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
607
|
+
and?: InputMaybe<Array<InputMaybe<LegacyGeneratedCommitment_filter>>>;
|
|
608
|
+
or?: InputMaybe<Array<InputMaybe<LegacyGeneratedCommitment_filter>>>;
|
|
609
|
+
};
|
|
610
|
+
type LegacyGeneratedCommitment_orderBy = 'id' | 'blockNumber' | 'blockTimestamp' | 'transactionHash' | 'treeNumber' | 'batchStartTreePosition' | 'treePosition' | 'commitmentType' | 'hash' | 'preimage' | 'preimage__id' | 'preimage__npk' | 'preimage__value' | 'encryptedRandom';
|
|
611
|
+
type Nullifier = {
|
|
612
|
+
id: Scalars['Bytes'];
|
|
613
|
+
blockNumber: Scalars['BigInt'];
|
|
614
|
+
blockTimestamp: Scalars['BigInt'];
|
|
615
|
+
transactionHash: Scalars['Bytes'];
|
|
616
|
+
treeNumber: Scalars['Int'];
|
|
617
|
+
nullifier: Scalars['Bytes'];
|
|
618
|
+
};
|
|
619
|
+
type Nullifier_filter = {
|
|
620
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
621
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
622
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
623
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
624
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
625
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
626
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
627
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
628
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
629
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
630
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
631
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
632
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
633
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
634
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
635
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
636
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
637
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
638
|
+
blockTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
639
|
+
blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
640
|
+
blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
641
|
+
blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
642
|
+
blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
643
|
+
blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
644
|
+
blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
645
|
+
blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
646
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
647
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
648
|
+
transactionHash_gt?: InputMaybe<Scalars['Bytes']>;
|
|
649
|
+
transactionHash_lt?: InputMaybe<Scalars['Bytes']>;
|
|
650
|
+
transactionHash_gte?: InputMaybe<Scalars['Bytes']>;
|
|
651
|
+
transactionHash_lte?: InputMaybe<Scalars['Bytes']>;
|
|
652
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
653
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
654
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
655
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
656
|
+
treeNumber?: InputMaybe<Scalars['Int']>;
|
|
657
|
+
treeNumber_not?: InputMaybe<Scalars['Int']>;
|
|
658
|
+
treeNumber_gt?: InputMaybe<Scalars['Int']>;
|
|
659
|
+
treeNumber_lt?: InputMaybe<Scalars['Int']>;
|
|
660
|
+
treeNumber_gte?: InputMaybe<Scalars['Int']>;
|
|
661
|
+
treeNumber_lte?: InputMaybe<Scalars['Int']>;
|
|
662
|
+
treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
663
|
+
treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
664
|
+
nullifier?: InputMaybe<Scalars['Bytes']>;
|
|
665
|
+
nullifier_not?: InputMaybe<Scalars['Bytes']>;
|
|
666
|
+
nullifier_gt?: InputMaybe<Scalars['Bytes']>;
|
|
667
|
+
nullifier_lt?: InputMaybe<Scalars['Bytes']>;
|
|
668
|
+
nullifier_gte?: InputMaybe<Scalars['Bytes']>;
|
|
669
|
+
nullifier_lte?: InputMaybe<Scalars['Bytes']>;
|
|
670
|
+
nullifier_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
671
|
+
nullifier_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
672
|
+
nullifier_contains?: InputMaybe<Scalars['Bytes']>;
|
|
673
|
+
nullifier_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
674
|
+
/** Filter for the block changed event. */
|
|
675
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
676
|
+
and?: InputMaybe<Array<InputMaybe<Nullifier_filter>>>;
|
|
677
|
+
or?: InputMaybe<Array<InputMaybe<Nullifier_filter>>>;
|
|
678
|
+
};
|
|
679
|
+
type Nullifier_orderBy = 'id' | 'blockNumber' | 'blockTimestamp' | 'transactionHash' | 'treeNumber' | 'nullifier';
|
|
680
|
+
/** Defines the order direction, either ascending or descending */
|
|
681
|
+
type OrderDirection = 'asc' | 'desc';
|
|
682
|
+
type Query = {
|
|
683
|
+
token?: Maybe<Token>;
|
|
684
|
+
tokens: Array<Token>;
|
|
685
|
+
commitmentPreimage?: Maybe<CommitmentPreimage>;
|
|
686
|
+
commitmentPreimages: Array<CommitmentPreimage>;
|
|
687
|
+
ciphertext?: Maybe<Ciphertext>;
|
|
688
|
+
ciphertexts: Array<Ciphertext>;
|
|
689
|
+
legacyCommitmentCiphertext?: Maybe<LegacyCommitmentCiphertext>;
|
|
690
|
+
legacyCommitmentCiphertexts: Array<LegacyCommitmentCiphertext>;
|
|
691
|
+
commitmentCiphertext?: Maybe<CommitmentCiphertext>;
|
|
692
|
+
commitmentCiphertexts: Array<CommitmentCiphertext>;
|
|
693
|
+
legacyGeneratedCommitment?: Maybe<LegacyGeneratedCommitment>;
|
|
694
|
+
legacyGeneratedCommitments: Array<LegacyGeneratedCommitment>;
|
|
695
|
+
legacyEncryptedCommitment?: Maybe<LegacyEncryptedCommitment>;
|
|
696
|
+
legacyEncryptedCommitments: Array<LegacyEncryptedCommitment>;
|
|
697
|
+
encryptCommitment?: Maybe<EncryptCommitment>;
|
|
698
|
+
encryptCommitments: Array<EncryptCommitment>;
|
|
699
|
+
transactCommitment?: Maybe<TransactCommitment>;
|
|
700
|
+
transactCommitments: Array<TransactCommitment>;
|
|
701
|
+
unshield?: Maybe<Unshield>;
|
|
702
|
+
unshields: Array<Unshield>;
|
|
703
|
+
nullifier?: Maybe<Nullifier>;
|
|
704
|
+
nullifiers: Array<Nullifier>;
|
|
705
|
+
commitment?: Maybe<Commitment>;
|
|
706
|
+
commitments: Array<Commitment>;
|
|
707
|
+
/** Access to subgraph metadata */
|
|
708
|
+
_meta?: Maybe<_Meta_>;
|
|
709
|
+
};
|
|
710
|
+
type QuerytokenArgs = {
|
|
711
|
+
id: Scalars['ID'];
|
|
712
|
+
block?: InputMaybe<Block_height>;
|
|
713
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
714
|
+
};
|
|
715
|
+
type QuerytokensArgs = {
|
|
716
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
717
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
718
|
+
orderBy?: InputMaybe<Token_orderBy>;
|
|
719
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
720
|
+
where?: InputMaybe<Token_filter>;
|
|
721
|
+
block?: InputMaybe<Block_height>;
|
|
722
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
723
|
+
};
|
|
724
|
+
type QuerycommitmentPreimageArgs = {
|
|
725
|
+
id: Scalars['ID'];
|
|
726
|
+
block?: InputMaybe<Block_height>;
|
|
727
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
728
|
+
};
|
|
729
|
+
type QuerycommitmentPreimagesArgs = {
|
|
730
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
731
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
732
|
+
orderBy?: InputMaybe<CommitmentPreimage_orderBy>;
|
|
733
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
734
|
+
where?: InputMaybe<CommitmentPreimage_filter>;
|
|
735
|
+
block?: InputMaybe<Block_height>;
|
|
736
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
737
|
+
};
|
|
738
|
+
type QueryciphertextArgs = {
|
|
739
|
+
id: Scalars['ID'];
|
|
740
|
+
block?: InputMaybe<Block_height>;
|
|
741
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
742
|
+
};
|
|
743
|
+
type QueryciphertextsArgs = {
|
|
744
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
745
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
746
|
+
orderBy?: InputMaybe<Ciphertext_orderBy>;
|
|
747
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
748
|
+
where?: InputMaybe<Ciphertext_filter>;
|
|
749
|
+
block?: InputMaybe<Block_height>;
|
|
750
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
751
|
+
};
|
|
752
|
+
type QuerylegacyCommitmentCiphertextArgs = {
|
|
753
|
+
id: Scalars['ID'];
|
|
754
|
+
block?: InputMaybe<Block_height>;
|
|
755
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
756
|
+
};
|
|
757
|
+
type QuerylegacyCommitmentCiphertextsArgs = {
|
|
758
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
759
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
760
|
+
orderBy?: InputMaybe<LegacyCommitmentCiphertext_orderBy>;
|
|
761
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
762
|
+
where?: InputMaybe<LegacyCommitmentCiphertext_filter>;
|
|
763
|
+
block?: InputMaybe<Block_height>;
|
|
764
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
765
|
+
};
|
|
766
|
+
type QuerycommitmentCiphertextArgs = {
|
|
767
|
+
id: Scalars['ID'];
|
|
768
|
+
block?: InputMaybe<Block_height>;
|
|
769
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
770
|
+
};
|
|
771
|
+
type QuerycommitmentCiphertextsArgs = {
|
|
772
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
773
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
774
|
+
orderBy?: InputMaybe<CommitmentCiphertext_orderBy>;
|
|
775
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
776
|
+
where?: InputMaybe<CommitmentCiphertext_filter>;
|
|
777
|
+
block?: InputMaybe<Block_height>;
|
|
778
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
779
|
+
};
|
|
780
|
+
type QuerylegacyGeneratedCommitmentArgs = {
|
|
781
|
+
id: Scalars['ID'];
|
|
782
|
+
block?: InputMaybe<Block_height>;
|
|
783
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
784
|
+
};
|
|
785
|
+
type QuerylegacyGeneratedCommitmentsArgs = {
|
|
786
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
787
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
788
|
+
orderBy?: InputMaybe<LegacyGeneratedCommitment_orderBy>;
|
|
789
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
790
|
+
where?: InputMaybe<LegacyGeneratedCommitment_filter>;
|
|
791
|
+
block?: InputMaybe<Block_height>;
|
|
792
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
793
|
+
};
|
|
794
|
+
type QuerylegacyEncryptedCommitmentArgs = {
|
|
795
|
+
id: Scalars['ID'];
|
|
796
|
+
block?: InputMaybe<Block_height>;
|
|
797
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
798
|
+
};
|
|
799
|
+
type QuerylegacyEncryptedCommitmentsArgs = {
|
|
800
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
801
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
802
|
+
orderBy?: InputMaybe<LegacyEncryptedCommitment_orderBy>;
|
|
803
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
804
|
+
where?: InputMaybe<LegacyEncryptedCommitment_filter>;
|
|
805
|
+
block?: InputMaybe<Block_height>;
|
|
806
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
807
|
+
};
|
|
808
|
+
type QueryencryptCommitmentArgs = {
|
|
809
|
+
id: Scalars['ID'];
|
|
810
|
+
block?: InputMaybe<Block_height>;
|
|
811
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
812
|
+
};
|
|
813
|
+
type QueryencryptCommitmentsArgs = {
|
|
814
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
815
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
816
|
+
orderBy?: InputMaybe<EncryptCommitment_orderBy>;
|
|
817
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
818
|
+
where?: InputMaybe<EncryptCommitment_filter>;
|
|
819
|
+
block?: InputMaybe<Block_height>;
|
|
820
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
821
|
+
};
|
|
822
|
+
type QuerytransactCommitmentArgs = {
|
|
823
|
+
id: Scalars['ID'];
|
|
824
|
+
block?: InputMaybe<Block_height>;
|
|
825
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
826
|
+
};
|
|
827
|
+
type QuerytransactCommitmentsArgs = {
|
|
828
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
829
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
830
|
+
orderBy?: InputMaybe<TransactCommitment_orderBy>;
|
|
831
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
832
|
+
where?: InputMaybe<TransactCommitment_filter>;
|
|
833
|
+
block?: InputMaybe<Block_height>;
|
|
834
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
835
|
+
};
|
|
836
|
+
type QueryunshieldArgs = {
|
|
837
|
+
id: Scalars['ID'];
|
|
838
|
+
block?: InputMaybe<Block_height>;
|
|
839
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
840
|
+
};
|
|
841
|
+
type QueryunshieldsArgs = {
|
|
842
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
843
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
844
|
+
orderBy?: InputMaybe<Unshield_orderBy>;
|
|
845
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
846
|
+
where?: InputMaybe<Unshield_filter>;
|
|
847
|
+
block?: InputMaybe<Block_height>;
|
|
848
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
849
|
+
};
|
|
850
|
+
type QuerynullifierArgs = {
|
|
851
|
+
id: Scalars['ID'];
|
|
852
|
+
block?: InputMaybe<Block_height>;
|
|
853
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
854
|
+
};
|
|
855
|
+
type QuerynullifiersArgs = {
|
|
856
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
857
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
858
|
+
orderBy?: InputMaybe<Nullifier_orderBy>;
|
|
859
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
860
|
+
where?: InputMaybe<Nullifier_filter>;
|
|
861
|
+
block?: InputMaybe<Block_height>;
|
|
862
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
863
|
+
};
|
|
864
|
+
type QuerycommitmentArgs = {
|
|
865
|
+
id: Scalars['ID'];
|
|
866
|
+
block?: InputMaybe<Block_height>;
|
|
867
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
868
|
+
};
|
|
869
|
+
type QuerycommitmentsArgs = {
|
|
870
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
871
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
872
|
+
orderBy?: InputMaybe<Commitment_orderBy>;
|
|
873
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
874
|
+
where?: InputMaybe<Commitment_filter>;
|
|
875
|
+
block?: InputMaybe<Block_height>;
|
|
876
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
877
|
+
};
|
|
878
|
+
type Query_metaArgs = {
|
|
879
|
+
block?: InputMaybe<Block_height>;
|
|
880
|
+
};
|
|
881
|
+
type EncryptCommitment = Commitment & {
|
|
882
|
+
id: Scalars['Bytes'];
|
|
883
|
+
blockNumber: Scalars['BigInt'];
|
|
884
|
+
blockTimestamp: Scalars['BigInt'];
|
|
885
|
+
transactionHash: Scalars['Bytes'];
|
|
886
|
+
treeNumber: Scalars['Int'];
|
|
887
|
+
batchStartTreePosition: Scalars['Int'];
|
|
888
|
+
treePosition: Scalars['Int'];
|
|
889
|
+
commitmentType: CommitmentType;
|
|
890
|
+
hash: Scalars['BigInt'];
|
|
891
|
+
preimage: CommitmentPreimage;
|
|
892
|
+
encryptedBundle: Array<Scalars['Bytes']>;
|
|
893
|
+
encryptKey: Scalars['Bytes'];
|
|
894
|
+
fee?: Maybe<Scalars['BigInt']>;
|
|
895
|
+
};
|
|
896
|
+
type EncryptCommitment_filter = {
|
|
897
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
898
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
899
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
900
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
901
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
902
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
903
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
904
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
905
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
906
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
907
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
908
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
909
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
910
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
911
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
912
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
913
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
914
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
915
|
+
blockTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
916
|
+
blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
917
|
+
blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
918
|
+
blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
919
|
+
blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
920
|
+
blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
921
|
+
blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
922
|
+
blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
923
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
924
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
925
|
+
transactionHash_gt?: InputMaybe<Scalars['Bytes']>;
|
|
926
|
+
transactionHash_lt?: InputMaybe<Scalars['Bytes']>;
|
|
927
|
+
transactionHash_gte?: InputMaybe<Scalars['Bytes']>;
|
|
928
|
+
transactionHash_lte?: InputMaybe<Scalars['Bytes']>;
|
|
929
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
930
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
931
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
932
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
933
|
+
treeNumber?: InputMaybe<Scalars['Int']>;
|
|
934
|
+
treeNumber_not?: InputMaybe<Scalars['Int']>;
|
|
935
|
+
treeNumber_gt?: InputMaybe<Scalars['Int']>;
|
|
936
|
+
treeNumber_lt?: InputMaybe<Scalars['Int']>;
|
|
937
|
+
treeNumber_gte?: InputMaybe<Scalars['Int']>;
|
|
938
|
+
treeNumber_lte?: InputMaybe<Scalars['Int']>;
|
|
939
|
+
treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
940
|
+
treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
941
|
+
batchStartTreePosition?: InputMaybe<Scalars['Int']>;
|
|
942
|
+
batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;
|
|
943
|
+
batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
944
|
+
batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
945
|
+
batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
946
|
+
batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
947
|
+
batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
948
|
+
batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
949
|
+
treePosition?: InputMaybe<Scalars['Int']>;
|
|
950
|
+
treePosition_not?: InputMaybe<Scalars['Int']>;
|
|
951
|
+
treePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
952
|
+
treePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
953
|
+
treePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
954
|
+
treePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
955
|
+
treePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
956
|
+
treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
957
|
+
commitmentType?: InputMaybe<CommitmentType>;
|
|
958
|
+
commitmentType_not?: InputMaybe<CommitmentType>;
|
|
959
|
+
commitmentType_in?: InputMaybe<Array<CommitmentType>>;
|
|
960
|
+
commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;
|
|
961
|
+
hash?: InputMaybe<Scalars['BigInt']>;
|
|
962
|
+
hash_not?: InputMaybe<Scalars['BigInt']>;
|
|
963
|
+
hash_gt?: InputMaybe<Scalars['BigInt']>;
|
|
964
|
+
hash_lt?: InputMaybe<Scalars['BigInt']>;
|
|
965
|
+
hash_gte?: InputMaybe<Scalars['BigInt']>;
|
|
966
|
+
hash_lte?: InputMaybe<Scalars['BigInt']>;
|
|
967
|
+
hash_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
968
|
+
hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
969
|
+
preimage?: InputMaybe<Scalars['String']>;
|
|
970
|
+
preimage_not?: InputMaybe<Scalars['String']>;
|
|
971
|
+
preimage_gt?: InputMaybe<Scalars['String']>;
|
|
972
|
+
preimage_lt?: InputMaybe<Scalars['String']>;
|
|
973
|
+
preimage_gte?: InputMaybe<Scalars['String']>;
|
|
974
|
+
preimage_lte?: InputMaybe<Scalars['String']>;
|
|
975
|
+
preimage_in?: InputMaybe<Array<Scalars['String']>>;
|
|
976
|
+
preimage_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
977
|
+
preimage_contains?: InputMaybe<Scalars['String']>;
|
|
978
|
+
preimage_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
979
|
+
preimage_not_contains?: InputMaybe<Scalars['String']>;
|
|
980
|
+
preimage_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
981
|
+
preimage_starts_with?: InputMaybe<Scalars['String']>;
|
|
982
|
+
preimage_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
983
|
+
preimage_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
984
|
+
preimage_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
985
|
+
preimage_ends_with?: InputMaybe<Scalars['String']>;
|
|
986
|
+
preimage_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
987
|
+
preimage_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
988
|
+
preimage_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
989
|
+
preimage_?: InputMaybe<CommitmentPreimage_filter>;
|
|
990
|
+
encryptedBundle?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
991
|
+
encryptedBundle_not?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
992
|
+
encryptedBundle_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
993
|
+
encryptedBundle_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
994
|
+
encryptedBundle_not_contains?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
995
|
+
encryptedBundle_not_contains_nocase?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
996
|
+
encryptKey?: InputMaybe<Scalars['Bytes']>;
|
|
997
|
+
encryptKey_not?: InputMaybe<Scalars['Bytes']>;
|
|
998
|
+
encryptKey_gt?: InputMaybe<Scalars['Bytes']>;
|
|
999
|
+
encryptKey_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1000
|
+
encryptKey_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1001
|
+
encryptKey_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1002
|
+
encryptKey_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1003
|
+
encryptKey_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1004
|
+
encryptKey_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1005
|
+
encryptKey_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1006
|
+
fee?: InputMaybe<Scalars['BigInt']>;
|
|
1007
|
+
fee_not?: InputMaybe<Scalars['BigInt']>;
|
|
1008
|
+
fee_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1009
|
+
fee_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1010
|
+
fee_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1011
|
+
fee_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1012
|
+
fee_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1013
|
+
fee_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1014
|
+
/** Filter for the block changed event. */
|
|
1015
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1016
|
+
and?: InputMaybe<Array<InputMaybe<EncryptCommitment_filter>>>;
|
|
1017
|
+
or?: InputMaybe<Array<InputMaybe<EncryptCommitment_filter>>>;
|
|
1018
|
+
};
|
|
1019
|
+
type EncryptCommitment_orderBy = 'id' | 'blockNumber' | 'blockTimestamp' | 'transactionHash' | 'treeNumber' | 'batchStartTreePosition' | 'treePosition' | 'commitmentType' | 'hash' | 'preimage' | 'preimage__id' | 'preimage__npk' | 'preimage__value' | 'encryptedBundle' | 'encryptKey' | 'fee';
|
|
1020
|
+
type Subscription = {
|
|
1021
|
+
token?: Maybe<Token>;
|
|
1022
|
+
tokens: Array<Token>;
|
|
1023
|
+
commitmentPreimage?: Maybe<CommitmentPreimage>;
|
|
1024
|
+
commitmentPreimages: Array<CommitmentPreimage>;
|
|
1025
|
+
ciphertext?: Maybe<Ciphertext>;
|
|
1026
|
+
ciphertexts: Array<Ciphertext>;
|
|
1027
|
+
legacyCommitmentCiphertext?: Maybe<LegacyCommitmentCiphertext>;
|
|
1028
|
+
legacyCommitmentCiphertexts: Array<LegacyCommitmentCiphertext>;
|
|
1029
|
+
commitmentCiphertext?: Maybe<CommitmentCiphertext>;
|
|
1030
|
+
commitmentCiphertexts: Array<CommitmentCiphertext>;
|
|
1031
|
+
legacyGeneratedCommitment?: Maybe<LegacyGeneratedCommitment>;
|
|
1032
|
+
legacyGeneratedCommitments: Array<LegacyGeneratedCommitment>;
|
|
1033
|
+
legacyEncryptedCommitment?: Maybe<LegacyEncryptedCommitment>;
|
|
1034
|
+
legacyEncryptedCommitments: Array<LegacyEncryptedCommitment>;
|
|
1035
|
+
encryptCommitment?: Maybe<EncryptCommitment>;
|
|
1036
|
+
encryptCommitments: Array<EncryptCommitment>;
|
|
1037
|
+
transactCommitment?: Maybe<TransactCommitment>;
|
|
1038
|
+
transactCommitments: Array<TransactCommitment>;
|
|
1039
|
+
unshield?: Maybe<Unshield>;
|
|
1040
|
+
unshields: Array<Unshield>;
|
|
1041
|
+
nullifier?: Maybe<Nullifier>;
|
|
1042
|
+
nullifiers: Array<Nullifier>;
|
|
1043
|
+
commitment?: Maybe<Commitment>;
|
|
1044
|
+
commitments: Array<Commitment>;
|
|
1045
|
+
/** Access to subgraph metadata */
|
|
1046
|
+
_meta?: Maybe<_Meta_>;
|
|
1047
|
+
};
|
|
1048
|
+
type SubscriptiontokenArgs = {
|
|
1049
|
+
id: Scalars['ID'];
|
|
1050
|
+
block?: InputMaybe<Block_height>;
|
|
1051
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1052
|
+
};
|
|
1053
|
+
type SubscriptiontokensArgs = {
|
|
1054
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1055
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1056
|
+
orderBy?: InputMaybe<Token_orderBy>;
|
|
1057
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1058
|
+
where?: InputMaybe<Token_filter>;
|
|
1059
|
+
block?: InputMaybe<Block_height>;
|
|
1060
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1061
|
+
};
|
|
1062
|
+
type SubscriptioncommitmentPreimageArgs = {
|
|
1063
|
+
id: Scalars['ID'];
|
|
1064
|
+
block?: InputMaybe<Block_height>;
|
|
1065
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1066
|
+
};
|
|
1067
|
+
type SubscriptioncommitmentPreimagesArgs = {
|
|
1068
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1069
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1070
|
+
orderBy?: InputMaybe<CommitmentPreimage_orderBy>;
|
|
1071
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1072
|
+
where?: InputMaybe<CommitmentPreimage_filter>;
|
|
1073
|
+
block?: InputMaybe<Block_height>;
|
|
1074
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1075
|
+
};
|
|
1076
|
+
type SubscriptionciphertextArgs = {
|
|
1077
|
+
id: Scalars['ID'];
|
|
1078
|
+
block?: InputMaybe<Block_height>;
|
|
1079
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1080
|
+
};
|
|
1081
|
+
type SubscriptionciphertextsArgs = {
|
|
1082
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1083
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1084
|
+
orderBy?: InputMaybe<Ciphertext_orderBy>;
|
|
1085
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1086
|
+
where?: InputMaybe<Ciphertext_filter>;
|
|
1087
|
+
block?: InputMaybe<Block_height>;
|
|
1088
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1089
|
+
};
|
|
1090
|
+
type SubscriptionlegacyCommitmentCiphertextArgs = {
|
|
1091
|
+
id: Scalars['ID'];
|
|
1092
|
+
block?: InputMaybe<Block_height>;
|
|
1093
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1094
|
+
};
|
|
1095
|
+
type SubscriptionlegacyCommitmentCiphertextsArgs = {
|
|
1096
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1097
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1098
|
+
orderBy?: InputMaybe<LegacyCommitmentCiphertext_orderBy>;
|
|
1099
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1100
|
+
where?: InputMaybe<LegacyCommitmentCiphertext_filter>;
|
|
1101
|
+
block?: InputMaybe<Block_height>;
|
|
1102
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1103
|
+
};
|
|
1104
|
+
type SubscriptioncommitmentCiphertextArgs = {
|
|
1105
|
+
id: Scalars['ID'];
|
|
1106
|
+
block?: InputMaybe<Block_height>;
|
|
1107
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1108
|
+
};
|
|
1109
|
+
type SubscriptioncommitmentCiphertextsArgs = {
|
|
1110
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1111
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1112
|
+
orderBy?: InputMaybe<CommitmentCiphertext_orderBy>;
|
|
1113
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1114
|
+
where?: InputMaybe<CommitmentCiphertext_filter>;
|
|
1115
|
+
block?: InputMaybe<Block_height>;
|
|
1116
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1117
|
+
};
|
|
1118
|
+
type SubscriptionlegacyGeneratedCommitmentArgs = {
|
|
1119
|
+
id: Scalars['ID'];
|
|
1120
|
+
block?: InputMaybe<Block_height>;
|
|
1121
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1122
|
+
};
|
|
1123
|
+
type SubscriptionlegacyGeneratedCommitmentsArgs = {
|
|
1124
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1125
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1126
|
+
orderBy?: InputMaybe<LegacyGeneratedCommitment_orderBy>;
|
|
1127
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1128
|
+
where?: InputMaybe<LegacyGeneratedCommitment_filter>;
|
|
1129
|
+
block?: InputMaybe<Block_height>;
|
|
1130
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1131
|
+
};
|
|
1132
|
+
type SubscriptionlegacyEncryptedCommitmentArgs = {
|
|
1133
|
+
id: Scalars['ID'];
|
|
1134
|
+
block?: InputMaybe<Block_height>;
|
|
1135
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1136
|
+
};
|
|
1137
|
+
type SubscriptionlegacyEncryptedCommitmentsArgs = {
|
|
1138
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1139
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1140
|
+
orderBy?: InputMaybe<LegacyEncryptedCommitment_orderBy>;
|
|
1141
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1142
|
+
where?: InputMaybe<LegacyEncryptedCommitment_filter>;
|
|
1143
|
+
block?: InputMaybe<Block_height>;
|
|
1144
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1145
|
+
};
|
|
1146
|
+
type SubscriptionencryptCommitmentArgs = {
|
|
1147
|
+
id: Scalars['ID'];
|
|
1148
|
+
block?: InputMaybe<Block_height>;
|
|
1149
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1150
|
+
};
|
|
1151
|
+
type SubscriptionencryptCommitmentsArgs = {
|
|
1152
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1153
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1154
|
+
orderBy?: InputMaybe<EncryptCommitment_orderBy>;
|
|
1155
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1156
|
+
where?: InputMaybe<EncryptCommitment_filter>;
|
|
1157
|
+
block?: InputMaybe<Block_height>;
|
|
1158
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1159
|
+
};
|
|
1160
|
+
type SubscriptiontransactCommitmentArgs = {
|
|
1161
|
+
id: Scalars['ID'];
|
|
1162
|
+
block?: InputMaybe<Block_height>;
|
|
1163
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1164
|
+
};
|
|
1165
|
+
type SubscriptiontransactCommitmentsArgs = {
|
|
1166
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1167
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1168
|
+
orderBy?: InputMaybe<TransactCommitment_orderBy>;
|
|
1169
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1170
|
+
where?: InputMaybe<TransactCommitment_filter>;
|
|
1171
|
+
block?: InputMaybe<Block_height>;
|
|
1172
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1173
|
+
};
|
|
1174
|
+
type SubscriptionunshieldArgs = {
|
|
1175
|
+
id: Scalars['ID'];
|
|
1176
|
+
block?: InputMaybe<Block_height>;
|
|
1177
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1178
|
+
};
|
|
1179
|
+
type SubscriptionunshieldsArgs = {
|
|
1180
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1181
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1182
|
+
orderBy?: InputMaybe<Unshield_orderBy>;
|
|
1183
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1184
|
+
where?: InputMaybe<Unshield_filter>;
|
|
1185
|
+
block?: InputMaybe<Block_height>;
|
|
1186
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1187
|
+
};
|
|
1188
|
+
type SubscriptionnullifierArgs = {
|
|
1189
|
+
id: Scalars['ID'];
|
|
1190
|
+
block?: InputMaybe<Block_height>;
|
|
1191
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1192
|
+
};
|
|
1193
|
+
type SubscriptionnullifiersArgs = {
|
|
1194
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1195
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1196
|
+
orderBy?: InputMaybe<Nullifier_orderBy>;
|
|
1197
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1198
|
+
where?: InputMaybe<Nullifier_filter>;
|
|
1199
|
+
block?: InputMaybe<Block_height>;
|
|
1200
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1201
|
+
};
|
|
1202
|
+
type SubscriptioncommitmentArgs = {
|
|
1203
|
+
id: Scalars['ID'];
|
|
1204
|
+
block?: InputMaybe<Block_height>;
|
|
1205
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1206
|
+
};
|
|
1207
|
+
type SubscriptioncommitmentsArgs = {
|
|
1208
|
+
skip?: InputMaybe<Scalars['Int']>;
|
|
1209
|
+
first?: InputMaybe<Scalars['Int']>;
|
|
1210
|
+
orderBy?: InputMaybe<Commitment_orderBy>;
|
|
1211
|
+
orderDirection?: InputMaybe<OrderDirection>;
|
|
1212
|
+
where?: InputMaybe<Commitment_filter>;
|
|
1213
|
+
block?: InputMaybe<Block_height>;
|
|
1214
|
+
subgraphError?: _SubgraphErrorPolicy_;
|
|
1215
|
+
};
|
|
1216
|
+
type Subscription_metaArgs = {
|
|
1217
|
+
block?: InputMaybe<Block_height>;
|
|
1218
|
+
};
|
|
1219
|
+
type Token = {
|
|
1220
|
+
id: Scalars['Bytes'];
|
|
1221
|
+
tokenType: TokenType;
|
|
1222
|
+
tokenAddress: Scalars['Bytes'];
|
|
1223
|
+
tokenSubID: Scalars['Bytes'];
|
|
1224
|
+
};
|
|
1225
|
+
type TokenType = 'ERC20' | 'ERC721' | 'ERC1155';
|
|
1226
|
+
type Token_filter = {
|
|
1227
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
1228
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
1229
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1230
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1231
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1232
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1233
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1234
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1235
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1236
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1237
|
+
tokenType?: InputMaybe<TokenType>;
|
|
1238
|
+
tokenType_not?: InputMaybe<TokenType>;
|
|
1239
|
+
tokenType_in?: InputMaybe<Array<TokenType>>;
|
|
1240
|
+
tokenType_not_in?: InputMaybe<Array<TokenType>>;
|
|
1241
|
+
tokenAddress?: InputMaybe<Scalars['Bytes']>;
|
|
1242
|
+
tokenAddress_not?: InputMaybe<Scalars['Bytes']>;
|
|
1243
|
+
tokenAddress_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1244
|
+
tokenAddress_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1245
|
+
tokenAddress_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1246
|
+
tokenAddress_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1247
|
+
tokenAddress_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1248
|
+
tokenAddress_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1249
|
+
tokenAddress_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1250
|
+
tokenAddress_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1251
|
+
tokenSubID?: InputMaybe<Scalars['Bytes']>;
|
|
1252
|
+
tokenSubID_not?: InputMaybe<Scalars['Bytes']>;
|
|
1253
|
+
tokenSubID_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1254
|
+
tokenSubID_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1255
|
+
tokenSubID_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1256
|
+
tokenSubID_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1257
|
+
tokenSubID_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1258
|
+
tokenSubID_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1259
|
+
tokenSubID_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1260
|
+
tokenSubID_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1261
|
+
/** Filter for the block changed event. */
|
|
1262
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1263
|
+
and?: InputMaybe<Array<InputMaybe<Token_filter>>>;
|
|
1264
|
+
or?: InputMaybe<Array<InputMaybe<Token_filter>>>;
|
|
1265
|
+
};
|
|
1266
|
+
type Token_orderBy = 'id' | 'tokenType' | 'tokenAddress' | 'tokenSubID';
|
|
1267
|
+
type TransactCommitment = Commitment & {
|
|
1268
|
+
id: Scalars['Bytes'];
|
|
1269
|
+
blockNumber: Scalars['BigInt'];
|
|
1270
|
+
blockTimestamp: Scalars['BigInt'];
|
|
1271
|
+
transactionHash: Scalars['Bytes'];
|
|
1272
|
+
treeNumber: Scalars['Int'];
|
|
1273
|
+
batchStartTreePosition: Scalars['Int'];
|
|
1274
|
+
treePosition: Scalars['Int'];
|
|
1275
|
+
commitmentType: CommitmentType;
|
|
1276
|
+
hash: Scalars['BigInt'];
|
|
1277
|
+
ciphertext: CommitmentCiphertext;
|
|
1278
|
+
};
|
|
1279
|
+
type TransactCommitment_filter = {
|
|
1280
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
1281
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
1282
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1283
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1284
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1285
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1286
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1287
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1288
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1289
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1290
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
1291
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1292
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1293
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1294
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1295
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1296
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1297
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1298
|
+
blockTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
1299
|
+
blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
1300
|
+
blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1301
|
+
blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1302
|
+
blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1303
|
+
blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1304
|
+
blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1305
|
+
blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1306
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
1307
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
1308
|
+
transactionHash_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1309
|
+
transactionHash_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1310
|
+
transactionHash_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1311
|
+
transactionHash_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1312
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1313
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1314
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1315
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1316
|
+
treeNumber?: InputMaybe<Scalars['Int']>;
|
|
1317
|
+
treeNumber_not?: InputMaybe<Scalars['Int']>;
|
|
1318
|
+
treeNumber_gt?: InputMaybe<Scalars['Int']>;
|
|
1319
|
+
treeNumber_lt?: InputMaybe<Scalars['Int']>;
|
|
1320
|
+
treeNumber_gte?: InputMaybe<Scalars['Int']>;
|
|
1321
|
+
treeNumber_lte?: InputMaybe<Scalars['Int']>;
|
|
1322
|
+
treeNumber_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
1323
|
+
treeNumber_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
1324
|
+
batchStartTreePosition?: InputMaybe<Scalars['Int']>;
|
|
1325
|
+
batchStartTreePosition_not?: InputMaybe<Scalars['Int']>;
|
|
1326
|
+
batchStartTreePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
1327
|
+
batchStartTreePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
1328
|
+
batchStartTreePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
1329
|
+
batchStartTreePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
1330
|
+
batchStartTreePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
1331
|
+
batchStartTreePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
1332
|
+
treePosition?: InputMaybe<Scalars['Int']>;
|
|
1333
|
+
treePosition_not?: InputMaybe<Scalars['Int']>;
|
|
1334
|
+
treePosition_gt?: InputMaybe<Scalars['Int']>;
|
|
1335
|
+
treePosition_lt?: InputMaybe<Scalars['Int']>;
|
|
1336
|
+
treePosition_gte?: InputMaybe<Scalars['Int']>;
|
|
1337
|
+
treePosition_lte?: InputMaybe<Scalars['Int']>;
|
|
1338
|
+
treePosition_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
1339
|
+
treePosition_not_in?: InputMaybe<Array<Scalars['Int']>>;
|
|
1340
|
+
commitmentType?: InputMaybe<CommitmentType>;
|
|
1341
|
+
commitmentType_not?: InputMaybe<CommitmentType>;
|
|
1342
|
+
commitmentType_in?: InputMaybe<Array<CommitmentType>>;
|
|
1343
|
+
commitmentType_not_in?: InputMaybe<Array<CommitmentType>>;
|
|
1344
|
+
hash?: InputMaybe<Scalars['BigInt']>;
|
|
1345
|
+
hash_not?: InputMaybe<Scalars['BigInt']>;
|
|
1346
|
+
hash_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1347
|
+
hash_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1348
|
+
hash_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1349
|
+
hash_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1350
|
+
hash_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1351
|
+
hash_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1352
|
+
ciphertext?: InputMaybe<Scalars['String']>;
|
|
1353
|
+
ciphertext_not?: InputMaybe<Scalars['String']>;
|
|
1354
|
+
ciphertext_gt?: InputMaybe<Scalars['String']>;
|
|
1355
|
+
ciphertext_lt?: InputMaybe<Scalars['String']>;
|
|
1356
|
+
ciphertext_gte?: InputMaybe<Scalars['String']>;
|
|
1357
|
+
ciphertext_lte?: InputMaybe<Scalars['String']>;
|
|
1358
|
+
ciphertext_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1359
|
+
ciphertext_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1360
|
+
ciphertext_contains?: InputMaybe<Scalars['String']>;
|
|
1361
|
+
ciphertext_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1362
|
+
ciphertext_not_contains?: InputMaybe<Scalars['String']>;
|
|
1363
|
+
ciphertext_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1364
|
+
ciphertext_starts_with?: InputMaybe<Scalars['String']>;
|
|
1365
|
+
ciphertext_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1366
|
+
ciphertext_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
1367
|
+
ciphertext_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1368
|
+
ciphertext_ends_with?: InputMaybe<Scalars['String']>;
|
|
1369
|
+
ciphertext_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1370
|
+
ciphertext_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
1371
|
+
ciphertext_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1372
|
+
ciphertext_?: InputMaybe<CommitmentCiphertext_filter>;
|
|
1373
|
+
/** Filter for the block changed event. */
|
|
1374
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1375
|
+
and?: InputMaybe<Array<InputMaybe<TransactCommitment_filter>>>;
|
|
1376
|
+
or?: InputMaybe<Array<InputMaybe<TransactCommitment_filter>>>;
|
|
1377
|
+
};
|
|
1378
|
+
type TransactCommitment_orderBy = 'id' | 'blockNumber' | 'blockTimestamp' | 'transactionHash' | 'treeNumber' | 'batchStartTreePosition' | 'treePosition' | 'commitmentType' | 'hash' | 'ciphertext' | 'ciphertext__id' | 'ciphertext__blindedSenderViewingKey' | 'ciphertext__blindedReceiverViewingKey' | 'ciphertext__annotationData' | 'ciphertext__memo';
|
|
1379
|
+
type Unshield = {
|
|
1380
|
+
id: Scalars['Bytes'];
|
|
1381
|
+
blockNumber: Scalars['BigInt'];
|
|
1382
|
+
blockTimestamp: Scalars['BigInt'];
|
|
1383
|
+
transactionHash: Scalars['Bytes'];
|
|
1384
|
+
to: Scalars['Bytes'];
|
|
1385
|
+
token: Token;
|
|
1386
|
+
amount: Scalars['BigInt'];
|
|
1387
|
+
fee: Scalars['BigInt'];
|
|
1388
|
+
eventLogIndex: Scalars['BigInt'];
|
|
1389
|
+
};
|
|
1390
|
+
type Unshield_filter = {
|
|
1391
|
+
id?: InputMaybe<Scalars['Bytes']>;
|
|
1392
|
+
id_not?: InputMaybe<Scalars['Bytes']>;
|
|
1393
|
+
id_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1394
|
+
id_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1395
|
+
id_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1396
|
+
id_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1397
|
+
id_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1398
|
+
id_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1399
|
+
id_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1400
|
+
id_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1401
|
+
blockNumber?: InputMaybe<Scalars['BigInt']>;
|
|
1402
|
+
blockNumber_not?: InputMaybe<Scalars['BigInt']>;
|
|
1403
|
+
blockNumber_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1404
|
+
blockNumber_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1405
|
+
blockNumber_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1406
|
+
blockNumber_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1407
|
+
blockNumber_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1408
|
+
blockNumber_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1409
|
+
blockTimestamp?: InputMaybe<Scalars['BigInt']>;
|
|
1410
|
+
blockTimestamp_not?: InputMaybe<Scalars['BigInt']>;
|
|
1411
|
+
blockTimestamp_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1412
|
+
blockTimestamp_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1413
|
+
blockTimestamp_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1414
|
+
blockTimestamp_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1415
|
+
blockTimestamp_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1416
|
+
blockTimestamp_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1417
|
+
transactionHash?: InputMaybe<Scalars['Bytes']>;
|
|
1418
|
+
transactionHash_not?: InputMaybe<Scalars['Bytes']>;
|
|
1419
|
+
transactionHash_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1420
|
+
transactionHash_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1421
|
+
transactionHash_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1422
|
+
transactionHash_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1423
|
+
transactionHash_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1424
|
+
transactionHash_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1425
|
+
transactionHash_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1426
|
+
transactionHash_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1427
|
+
to?: InputMaybe<Scalars['Bytes']>;
|
|
1428
|
+
to_not?: InputMaybe<Scalars['Bytes']>;
|
|
1429
|
+
to_gt?: InputMaybe<Scalars['Bytes']>;
|
|
1430
|
+
to_lt?: InputMaybe<Scalars['Bytes']>;
|
|
1431
|
+
to_gte?: InputMaybe<Scalars['Bytes']>;
|
|
1432
|
+
to_lte?: InputMaybe<Scalars['Bytes']>;
|
|
1433
|
+
to_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1434
|
+
to_not_in?: InputMaybe<Array<Scalars['Bytes']>>;
|
|
1435
|
+
to_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1436
|
+
to_not_contains?: InputMaybe<Scalars['Bytes']>;
|
|
1437
|
+
token?: InputMaybe<Scalars['String']>;
|
|
1438
|
+
token_not?: InputMaybe<Scalars['String']>;
|
|
1439
|
+
token_gt?: InputMaybe<Scalars['String']>;
|
|
1440
|
+
token_lt?: InputMaybe<Scalars['String']>;
|
|
1441
|
+
token_gte?: InputMaybe<Scalars['String']>;
|
|
1442
|
+
token_lte?: InputMaybe<Scalars['String']>;
|
|
1443
|
+
token_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1444
|
+
token_not_in?: InputMaybe<Array<Scalars['String']>>;
|
|
1445
|
+
token_contains?: InputMaybe<Scalars['String']>;
|
|
1446
|
+
token_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1447
|
+
token_not_contains?: InputMaybe<Scalars['String']>;
|
|
1448
|
+
token_not_contains_nocase?: InputMaybe<Scalars['String']>;
|
|
1449
|
+
token_starts_with?: InputMaybe<Scalars['String']>;
|
|
1450
|
+
token_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1451
|
+
token_not_starts_with?: InputMaybe<Scalars['String']>;
|
|
1452
|
+
token_not_starts_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1453
|
+
token_ends_with?: InputMaybe<Scalars['String']>;
|
|
1454
|
+
token_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1455
|
+
token_not_ends_with?: InputMaybe<Scalars['String']>;
|
|
1456
|
+
token_not_ends_with_nocase?: InputMaybe<Scalars['String']>;
|
|
1457
|
+
token_?: InputMaybe<Token_filter>;
|
|
1458
|
+
amount?: InputMaybe<Scalars['BigInt']>;
|
|
1459
|
+
amount_not?: InputMaybe<Scalars['BigInt']>;
|
|
1460
|
+
amount_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1461
|
+
amount_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1462
|
+
amount_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1463
|
+
amount_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1464
|
+
amount_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1465
|
+
amount_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1466
|
+
fee?: InputMaybe<Scalars['BigInt']>;
|
|
1467
|
+
fee_not?: InputMaybe<Scalars['BigInt']>;
|
|
1468
|
+
fee_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1469
|
+
fee_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1470
|
+
fee_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1471
|
+
fee_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1472
|
+
fee_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1473
|
+
fee_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1474
|
+
eventLogIndex?: InputMaybe<Scalars['BigInt']>;
|
|
1475
|
+
eventLogIndex_not?: InputMaybe<Scalars['BigInt']>;
|
|
1476
|
+
eventLogIndex_gt?: InputMaybe<Scalars['BigInt']>;
|
|
1477
|
+
eventLogIndex_lt?: InputMaybe<Scalars['BigInt']>;
|
|
1478
|
+
eventLogIndex_gte?: InputMaybe<Scalars['BigInt']>;
|
|
1479
|
+
eventLogIndex_lte?: InputMaybe<Scalars['BigInt']>;
|
|
1480
|
+
eventLogIndex_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1481
|
+
eventLogIndex_not_in?: InputMaybe<Array<Scalars['BigInt']>>;
|
|
1482
|
+
/** Filter for the block changed event. */
|
|
1483
|
+
_change_block?: InputMaybe<BlockChangedFilter>;
|
|
1484
|
+
and?: InputMaybe<Array<InputMaybe<Unshield_filter>>>;
|
|
1485
|
+
or?: InputMaybe<Array<InputMaybe<Unshield_filter>>>;
|
|
1486
|
+
};
|
|
1487
|
+
type Unshield_orderBy = 'id' | 'blockNumber' | 'blockTimestamp' | 'transactionHash' | 'to' | 'token' | 'token__id' | 'token__tokenType' | 'token__tokenAddress' | 'token__tokenSubID' | 'amount' | 'fee' | 'eventLogIndex';
|
|
1488
|
+
type _Block_ = {
|
|
1489
|
+
/** The hash of the block */
|
|
1490
|
+
hash?: Maybe<Scalars['Bytes']>;
|
|
1491
|
+
/** The block number */
|
|
1492
|
+
number: Scalars['Int'];
|
|
1493
|
+
/** Integer representation of the timestamp stored in blocks for the chain */
|
|
1494
|
+
timestamp?: Maybe<Scalars['Int']>;
|
|
1495
|
+
};
|
|
1496
|
+
/** The type for the top-level _meta field */
|
|
1497
|
+
type _Meta_ = {
|
|
1498
|
+
/**
|
|
1499
|
+
* Information about a specific subgraph block. The hash of the block
|
|
1500
|
+
* will be null if the _meta field has a block constraint that asks for
|
|
1501
|
+
* a block number. It will be filled if the _meta field has no block constraint
|
|
1502
|
+
* and therefore asks for the latest block
|
|
1503
|
+
*
|
|
1504
|
+
*/
|
|
1505
|
+
block: _Block_;
|
|
1506
|
+
/** The deployment ID */
|
|
1507
|
+
deployment: Scalars['String'];
|
|
1508
|
+
/** If `true`, the subgraph encountered indexing errors at some past block */
|
|
1509
|
+
hasIndexingErrors: Scalars['Boolean'];
|
|
1510
|
+
};
|
|
1511
|
+
type _SubgraphErrorPolicy_ =
|
|
1512
|
+
/** Data will be returned even if the subgraph has indexing errors */
|
|
1513
|
+
'allow'
|
|
1514
|
+
/** If the subgraph has indexing errors, data will be omitted. The default. */
|
|
1515
|
+
| 'deny';
|
|
1516
|
+
type QuerySdk = {
|
|
1517
|
+
/** null **/
|
|
1518
|
+
token: InContextSdkMethod<Query['token'], QuerytokenArgs, MeshContext>;
|
|
1519
|
+
/** null **/
|
|
1520
|
+
tokens: InContextSdkMethod<Query['tokens'], QuerytokensArgs, MeshContext>;
|
|
1521
|
+
/** null **/
|
|
1522
|
+
commitmentPreimage: InContextSdkMethod<Query['commitmentPreimage'], QuerycommitmentPreimageArgs, MeshContext>;
|
|
1523
|
+
/** null **/
|
|
1524
|
+
commitmentPreimages: InContextSdkMethod<Query['commitmentPreimages'], QuerycommitmentPreimagesArgs, MeshContext>;
|
|
1525
|
+
/** null **/
|
|
1526
|
+
ciphertext: InContextSdkMethod<Query['ciphertext'], QueryciphertextArgs, MeshContext>;
|
|
1527
|
+
/** null **/
|
|
1528
|
+
ciphertexts: InContextSdkMethod<Query['ciphertexts'], QueryciphertextsArgs, MeshContext>;
|
|
1529
|
+
/** null **/
|
|
1530
|
+
legacyCommitmentCiphertext: InContextSdkMethod<Query['legacyCommitmentCiphertext'], QuerylegacyCommitmentCiphertextArgs, MeshContext>;
|
|
1531
|
+
/** null **/
|
|
1532
|
+
legacyCommitmentCiphertexts: InContextSdkMethod<Query['legacyCommitmentCiphertexts'], QuerylegacyCommitmentCiphertextsArgs, MeshContext>;
|
|
1533
|
+
/** null **/
|
|
1534
|
+
commitmentCiphertext: InContextSdkMethod<Query['commitmentCiphertext'], QuerycommitmentCiphertextArgs, MeshContext>;
|
|
1535
|
+
/** null **/
|
|
1536
|
+
commitmentCiphertexts: InContextSdkMethod<Query['commitmentCiphertexts'], QuerycommitmentCiphertextsArgs, MeshContext>;
|
|
1537
|
+
/** null **/
|
|
1538
|
+
legacyGeneratedCommitment: InContextSdkMethod<Query['legacyGeneratedCommitment'], QuerylegacyGeneratedCommitmentArgs, MeshContext>;
|
|
1539
|
+
/** null **/
|
|
1540
|
+
legacyGeneratedCommitments: InContextSdkMethod<Query['legacyGeneratedCommitments'], QuerylegacyGeneratedCommitmentsArgs, MeshContext>;
|
|
1541
|
+
/** null **/
|
|
1542
|
+
legacyEncryptedCommitment: InContextSdkMethod<Query['legacyEncryptedCommitment'], QuerylegacyEncryptedCommitmentArgs, MeshContext>;
|
|
1543
|
+
/** null **/
|
|
1544
|
+
legacyEncryptedCommitments: InContextSdkMethod<Query['legacyEncryptedCommitments'], QuerylegacyEncryptedCommitmentsArgs, MeshContext>;
|
|
1545
|
+
/** null **/
|
|
1546
|
+
encryptCommitment: InContextSdkMethod<Query['encryptCommitment'], QueryencryptCommitmentArgs, MeshContext>;
|
|
1547
|
+
/** null **/
|
|
1548
|
+
encryptCommitments: InContextSdkMethod<Query['encryptCommitments'], QueryencryptCommitmentsArgs, MeshContext>;
|
|
1549
|
+
/** null **/
|
|
1550
|
+
transactCommitment: InContextSdkMethod<Query['transactCommitment'], QuerytransactCommitmentArgs, MeshContext>;
|
|
1551
|
+
/** null **/
|
|
1552
|
+
transactCommitments: InContextSdkMethod<Query['transactCommitments'], QuerytransactCommitmentsArgs, MeshContext>;
|
|
1553
|
+
/** null **/
|
|
1554
|
+
unshield: InContextSdkMethod<Query['unshield'], QueryunshieldArgs, MeshContext>;
|
|
1555
|
+
/** null **/
|
|
1556
|
+
unshields: InContextSdkMethod<Query['unshields'], QueryunshieldsArgs, MeshContext>;
|
|
1557
|
+
/** null **/
|
|
1558
|
+
nullifier: InContextSdkMethod<Query['nullifier'], QuerynullifierArgs, MeshContext>;
|
|
1559
|
+
/** null **/
|
|
1560
|
+
nullifiers: InContextSdkMethod<Query['nullifiers'], QuerynullifiersArgs, MeshContext>;
|
|
1561
|
+
/** null **/
|
|
1562
|
+
commitment: InContextSdkMethod<Query['commitment'], QuerycommitmentArgs, MeshContext>;
|
|
1563
|
+
/** null **/
|
|
1564
|
+
commitments: InContextSdkMethod<Query['commitments'], QuerycommitmentsArgs, MeshContext>;
|
|
1565
|
+
/** Access to subgraph metadata **/
|
|
1566
|
+
_meta: InContextSdkMethod<Query['_meta'], Query_metaArgs, MeshContext>;
|
|
1567
|
+
};
|
|
1568
|
+
type MutationSdk = {};
|
|
1569
|
+
type SubscriptionSdk = {
|
|
1570
|
+
/** null **/
|
|
1571
|
+
token: InContextSdkMethod<Subscription['token'], SubscriptiontokenArgs, MeshContext>;
|
|
1572
|
+
/** null **/
|
|
1573
|
+
tokens: InContextSdkMethod<Subscription['tokens'], SubscriptiontokensArgs, MeshContext>;
|
|
1574
|
+
/** null **/
|
|
1575
|
+
commitmentPreimage: InContextSdkMethod<Subscription['commitmentPreimage'], SubscriptioncommitmentPreimageArgs, MeshContext>;
|
|
1576
|
+
/** null **/
|
|
1577
|
+
commitmentPreimages: InContextSdkMethod<Subscription['commitmentPreimages'], SubscriptioncommitmentPreimagesArgs, MeshContext>;
|
|
1578
|
+
/** null **/
|
|
1579
|
+
ciphertext: InContextSdkMethod<Subscription['ciphertext'], SubscriptionciphertextArgs, MeshContext>;
|
|
1580
|
+
/** null **/
|
|
1581
|
+
ciphertexts: InContextSdkMethod<Subscription['ciphertexts'], SubscriptionciphertextsArgs, MeshContext>;
|
|
1582
|
+
/** null **/
|
|
1583
|
+
legacyCommitmentCiphertext: InContextSdkMethod<Subscription['legacyCommitmentCiphertext'], SubscriptionlegacyCommitmentCiphertextArgs, MeshContext>;
|
|
1584
|
+
/** null **/
|
|
1585
|
+
legacyCommitmentCiphertexts: InContextSdkMethod<Subscription['legacyCommitmentCiphertexts'], SubscriptionlegacyCommitmentCiphertextsArgs, MeshContext>;
|
|
1586
|
+
/** null **/
|
|
1587
|
+
commitmentCiphertext: InContextSdkMethod<Subscription['commitmentCiphertext'], SubscriptioncommitmentCiphertextArgs, MeshContext>;
|
|
1588
|
+
/** null **/
|
|
1589
|
+
commitmentCiphertexts: InContextSdkMethod<Subscription['commitmentCiphertexts'], SubscriptioncommitmentCiphertextsArgs, MeshContext>;
|
|
1590
|
+
/** null **/
|
|
1591
|
+
legacyGeneratedCommitment: InContextSdkMethod<Subscription['legacyGeneratedCommitment'], SubscriptionlegacyGeneratedCommitmentArgs, MeshContext>;
|
|
1592
|
+
/** null **/
|
|
1593
|
+
legacyGeneratedCommitments: InContextSdkMethod<Subscription['legacyGeneratedCommitments'], SubscriptionlegacyGeneratedCommitmentsArgs, MeshContext>;
|
|
1594
|
+
/** null **/
|
|
1595
|
+
legacyEncryptedCommitment: InContextSdkMethod<Subscription['legacyEncryptedCommitment'], SubscriptionlegacyEncryptedCommitmentArgs, MeshContext>;
|
|
1596
|
+
/** null **/
|
|
1597
|
+
legacyEncryptedCommitments: InContextSdkMethod<Subscription['legacyEncryptedCommitments'], SubscriptionlegacyEncryptedCommitmentsArgs, MeshContext>;
|
|
1598
|
+
/** null **/
|
|
1599
|
+
encryptCommitment: InContextSdkMethod<Subscription['encryptCommitment'], SubscriptionencryptCommitmentArgs, MeshContext>;
|
|
1600
|
+
/** null **/
|
|
1601
|
+
encryptCommitments: InContextSdkMethod<Subscription['encryptCommitments'], SubscriptionencryptCommitmentsArgs, MeshContext>;
|
|
1602
|
+
/** null **/
|
|
1603
|
+
transactCommitment: InContextSdkMethod<Subscription['transactCommitment'], SubscriptiontransactCommitmentArgs, MeshContext>;
|
|
1604
|
+
/** null **/
|
|
1605
|
+
transactCommitments: InContextSdkMethod<Subscription['transactCommitments'], SubscriptiontransactCommitmentsArgs, MeshContext>;
|
|
1606
|
+
/** null **/
|
|
1607
|
+
unshield: InContextSdkMethod<Subscription['unshield'], SubscriptionunshieldArgs, MeshContext>;
|
|
1608
|
+
/** null **/
|
|
1609
|
+
unshields: InContextSdkMethod<Subscription['unshields'], SubscriptionunshieldsArgs, MeshContext>;
|
|
1610
|
+
/** null **/
|
|
1611
|
+
nullifier: InContextSdkMethod<Subscription['nullifier'], SubscriptionnullifierArgs, MeshContext>;
|
|
1612
|
+
/** null **/
|
|
1613
|
+
nullifiers: InContextSdkMethod<Subscription['nullifiers'], SubscriptionnullifiersArgs, MeshContext>;
|
|
1614
|
+
/** null **/
|
|
1615
|
+
commitment: InContextSdkMethod<Subscription['commitment'], SubscriptioncommitmentArgs, MeshContext>;
|
|
1616
|
+
/** null **/
|
|
1617
|
+
commitments: InContextSdkMethod<Subscription['commitments'], SubscriptioncommitmentsArgs, MeshContext>;
|
|
1618
|
+
/** Access to subgraph metadata **/
|
|
1619
|
+
_meta: InContextSdkMethod<Subscription['_meta'], Subscription_metaArgs, MeshContext>;
|
|
1620
|
+
};
|
|
1621
|
+
type Context = {
|
|
1622
|
+
["mumbai"]: {
|
|
1623
|
+
Query: QuerySdk;
|
|
1624
|
+
Mutation: MutationSdk;
|
|
1625
|
+
Subscription: SubscriptionSdk;
|
|
1626
|
+
};
|
|
1627
|
+
};
|
|
1628
|
+
}
|