@xyo-network/evm-call-witness 2.84.5 → 2.85.1

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.
Files changed (69) hide show
  1. package/dist/browser/Diviner.d.cts +2 -0
  2. package/dist/browser/Diviner.d.cts.map +1 -1
  3. package/dist/browser/Diviner.d.mts +2 -0
  4. package/dist/browser/Diviner.d.mts.map +1 -1
  5. package/dist/browser/Diviner.d.ts +2 -0
  6. package/dist/browser/Diviner.d.ts.map +1 -1
  7. package/dist/browser/Labels.d.cts +12 -0
  8. package/dist/browser/Labels.d.cts.map +1 -0
  9. package/dist/browser/Labels.d.mts +12 -0
  10. package/dist/browser/Labels.d.mts.map +1 -0
  11. package/dist/browser/Labels.d.ts +12 -0
  12. package/dist/browser/Labels.d.ts.map +1 -0
  13. package/dist/browser/Payload.d.cts +1 -0
  14. package/dist/browser/Payload.d.cts.map +1 -1
  15. package/dist/browser/Payload.d.mts +1 -0
  16. package/dist/browser/Payload.d.mts.map +1 -1
  17. package/dist/browser/Payload.d.ts +1 -0
  18. package/dist/browser/Payload.d.ts.map +1 -1
  19. package/dist/browser/index.cjs +17 -6
  20. package/dist/browser/index.cjs.map +1 -1
  21. package/dist/browser/index.d.cts +1 -0
  22. package/dist/browser/index.d.cts.map +1 -1
  23. package/dist/browser/index.d.mts +1 -0
  24. package/dist/browser/index.d.mts.map +1 -1
  25. package/dist/browser/index.d.ts +1 -0
  26. package/dist/browser/index.d.ts.map +1 -1
  27. package/dist/browser/index.js +17 -6
  28. package/dist/browser/index.js.map +1 -1
  29. package/dist/node/Diviner.d.cts +2 -0
  30. package/dist/node/Diviner.d.cts.map +1 -1
  31. package/dist/node/Diviner.d.mts +2 -0
  32. package/dist/node/Diviner.d.mts.map +1 -1
  33. package/dist/node/Diviner.d.ts +2 -0
  34. package/dist/node/Diviner.d.ts.map +1 -1
  35. package/dist/node/Labels.d.cts +12 -0
  36. package/dist/node/Labels.d.cts.map +1 -0
  37. package/dist/node/Labels.d.mts +12 -0
  38. package/dist/node/Labels.d.mts.map +1 -0
  39. package/dist/node/Labels.d.ts +12 -0
  40. package/dist/node/Labels.d.ts.map +1 -0
  41. package/dist/node/Payload.d.cts +1 -0
  42. package/dist/node/Payload.d.cts.map +1 -1
  43. package/dist/node/Payload.d.mts +1 -0
  44. package/dist/node/Payload.d.mts.map +1 -1
  45. package/dist/node/Payload.d.ts +1 -0
  46. package/dist/node/Payload.d.ts.map +1 -1
  47. package/dist/node/index.cjs +19 -6
  48. package/dist/node/index.cjs.map +1 -1
  49. package/dist/node/index.d.cts +1 -0
  50. package/dist/node/index.d.cts.map +1 -1
  51. package/dist/node/index.d.mts +1 -0
  52. package/dist/node/index.d.mts.map +1 -1
  53. package/dist/node/index.d.ts +1 -0
  54. package/dist/node/index.d.ts.map +1 -1
  55. package/dist/node/index.js +17 -6
  56. package/dist/node/index.js.map +1 -1
  57. package/package.json +23 -23
  58. package/src/Diviner.ts +6 -1
  59. package/src/Labels.ts +15 -0
  60. package/src/Payload.ts +3 -1
  61. package/src/Witness.ts +1 -1
  62. package/src/index.ts +1 -0
  63. package/src/spec/imported/AddressToContract/AddressToContractIndex/Contract.Sentinel.Erc1155.Index.json +191 -0
  64. package/src/spec/imported/AddressToContract/AddressToContractIndex/Contract.Sentinel.Erc721.Index.json +191 -0
  65. package/src/spec/imported/AddressToContract/AddressToContractIndex/Contract.Sentinel.Node.json +279 -0
  66. package/src/spec/imported/AddressToContract/Erc721Sentinel.json +165 -0
  67. package/src/spec/imported/AddressToTotalSupplyIndex/Erc721.TotalSupply.Index.json +242 -0
  68. package/src/spec/imported/NftIndexToNftIdIndex/Erc721.NftId.Index.json +325 -0
  69. package/src/spec/imported/TotalSupplyToNftIndexIndex/Erc721.NftIndex.Index.json +403 -0
@@ -0,0 +1,279 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/main/packages/manifest/src/schema.json",
3
+ "nodes": [
4
+ {
5
+ "config": {
6
+ "accountPath": "m/44'/60'/0",
7
+ "name": "NftInfo",
8
+ "schema": "network.xyo.node.config"
9
+ },
10
+ "modules": {
11
+ "private": [
12
+ {
13
+ "config": {
14
+ "language": "javascript",
15
+ "name": "TimestampWitness",
16
+ "schema": "network.xyo.witness.timestamp.config"
17
+ }
18
+ },
19
+ {
20
+ "config": {
21
+ "functionName": "name",
22
+ "labels": {
23
+ "network.xyo.crypto.contract.interface": "Erc721"
24
+ },
25
+ "language": "javascript",
26
+ "name": "Erc721NameWitness",
27
+ "params": [],
28
+ "schema": "network.xyo.evm.call.witness.config"
29
+ }
30
+ },
31
+ {
32
+ "config": {
33
+ "functionName": "symbol",
34
+ "labels": {
35
+ "network.xyo.crypto.contract.interface": "Erc721"
36
+ },
37
+ "language": "javascript",
38
+ "name": "Erc721SymbolWitness",
39
+ "params": [],
40
+ "schema": "network.xyo.evm.call.witness.config"
41
+ }
42
+ },
43
+ {
44
+ "config": {
45
+ "functionName": "tokenURI",
46
+ "labels": {
47
+ "network.xyo.crypto.contract.interface": "Erc721"
48
+ },
49
+ "language": "javascript",
50
+ "name": "Erc721TokenURIWitness",
51
+ "schema": "network.xyo.evm.call.witness.config"
52
+ }
53
+ },
54
+ {
55
+ "config": {
56
+ "functionName": "ownerOf",
57
+ "labels": {
58
+ "network.xyo.crypto.contract.interface": "Erc721"
59
+ },
60
+ "language": "javascript",
61
+ "name": "Erc721OwnerOfWitness",
62
+ "schema": "network.xyo.evm.call.witness.config"
63
+ }
64
+ },
65
+ {
66
+ "config": {
67
+ "functionName": "totalSupply",
68
+ "labels": {
69
+ "network.xyo.crypto.contract.interface": "Erc721Enumerable"
70
+ },
71
+ "language": "javascript",
72
+ "name": "Erc721TotalSupplyWitness",
73
+ "params": [],
74
+ "schema": "network.xyo.evm.call.witness.config"
75
+ }
76
+ },
77
+ {
78
+ "config": {
79
+ "args": [
80
+ "0x1"
81
+ ],
82
+ "functionName": "uri",
83
+ "labels": {
84
+ "network.xyo.crypto.contract.interface": "Erc1155"
85
+ },
86
+ "language": "javascript",
87
+ "name": "Erc1155UriWitness",
88
+ "params": [],
89
+ "schema": "network.xyo.evm.call.witness.config"
90
+ }
91
+ },
92
+ {
93
+ "config": {
94
+ "language": "javascript",
95
+ "name": "Erc721ContractInfoDiviner",
96
+ "schema": "network.xyo.evm.call.diviner.config"
97
+ }
98
+ },
99
+ {
100
+ "config": {
101
+ "language": "javascript",
102
+ "name": "Erc1155ContractInfoDiviner",
103
+ "schema": "network.xyo.evm.call.diviner.config"
104
+ }
105
+ },
106
+ {
107
+ "config": {
108
+ "language": "javascript",
109
+ "name": "Erc721ContractInfoTransformDiviner",
110
+ "operations": [
111
+ {
112
+ "op": "test",
113
+ "path": "/schema",
114
+ "value": "network.xyo.evm.call.results"
115
+ },
116
+ {
117
+ "op": "defined",
118
+ "path": "/results/name"
119
+ },
120
+ {
121
+ "op": "defined",
122
+ "path": "/results/symbol"
123
+ },
124
+ {
125
+ "op": "defined",
126
+ "path": "/results/totalSupply"
127
+ },
128
+ {
129
+ "op": "copy",
130
+ "path": "/results/name",
131
+ "from": "/results/name/result"
132
+ },
133
+ {
134
+ "op": "copy",
135
+ "path": "/results/symbol",
136
+ "from": "/results/symbol/result"
137
+ },
138
+ {
139
+ "op": "copy",
140
+ "path": "/results/totalSupply",
141
+ "from": "/results/totalSupply/result"
142
+ },
143
+ {
144
+ "op": "replace",
145
+ "path": "/schema",
146
+ "value": "network.xyo.crypto.contract.info.erc721"
147
+ }
148
+ ],
149
+ "schema": "network.xyo.diviner.jsonpatch.config"
150
+ }
151
+ },
152
+ {
153
+ "config": {
154
+ "language": "javascript",
155
+ "name": "Erc1155ContractInfoTransformDiviner",
156
+ "operations": [
157
+ {
158
+ "op": "test",
159
+ "path": "/schema",
160
+ "value": "network.xyo.evm.call.results"
161
+ },
162
+ {
163
+ "op": "defined",
164
+ "path": "/results/uri"
165
+ },
166
+ {
167
+ "op": "copy",
168
+ "path": "/results/uri",
169
+ "from": "/results/uri/result"
170
+ },
171
+ {
172
+ "op": "replace",
173
+ "path": "/schema",
174
+ "value": "network.xyo.crypto.contract.info.erc1155"
175
+ }
176
+ ],
177
+ "schema": "network.xyo.diviner.jsonpatch.config"
178
+ }
179
+ }
180
+ ],
181
+ "public": [
182
+ {
183
+ "config": {
184
+ "language": "javascript",
185
+ "name": "NftArchivist",
186
+ "schema": "network.xyo.archivist.config"
187
+ }
188
+ },
189
+ {
190
+ "config": {
191
+ "archivist": "NftArchivist",
192
+ "language": "javascript",
193
+ "name": "NftBoundWitnessDiviner",
194
+ "schema": "network.xyo.diviner.boundwitness.config"
195
+ }
196
+ },
197
+ {
198
+ "config": {
199
+ "archivist": "NftArchivist",
200
+ "language": "javascript",
201
+ "name": "NftPayloadDiviner",
202
+ "schema": "network.xyo.diviner.payload.config"
203
+ }
204
+ },
205
+ {
206
+ "config": {
207
+ "archiving": {
208
+ "archivists": [
209
+ "NftArchivist"
210
+ ]
211
+ },
212
+ "language": "javascript",
213
+ "name": "NftInfoSentinel",
214
+ "schema": "network.xyo.sentinel.config",
215
+ "synchronous": "true",
216
+ "tasks": [
217
+ {
218
+ "input": true,
219
+ "module": "Erc721NameWitness"
220
+ },
221
+ {
222
+ "input": true,
223
+ "module": "Erc721SymbolWitness"
224
+ },
225
+ {
226
+ "input": true,
227
+ "module": "Erc721TotalSupplyWitness"
228
+ },
229
+ {
230
+ "input": true,
231
+ "module": "Erc1155UriWitness"
232
+ },
233
+ {
234
+ "input": [
235
+ "Erc721NameWitness",
236
+ "Erc721SymbolWitness",
237
+ "Erc721TotalSupplyWitness"
238
+ ],
239
+ "module": "Erc721ContractInfoDiviner"
240
+ },
241
+ {
242
+ "input": [
243
+ "Erc1155UriWitness"
244
+ ],
245
+ "module": "Erc1155ContractInfoDiviner"
246
+ },
247
+ {
248
+ "input": [
249
+ "Erc721ContractInfoDiviner"
250
+ ],
251
+ "module": "Erc721ContractInfoTransformDiviner"
252
+ },
253
+ {
254
+ "input": [
255
+ "Erc721ContractInfoDiviner"
256
+ ],
257
+ "module": "TimestampWitness"
258
+ },
259
+ {
260
+ "input": [
261
+ "Erc1155ContractInfoDiviner"
262
+ ],
263
+ "module": "Erc1155ContractInfoTransformDiviner"
264
+ },
265
+ {
266
+ "input": [
267
+ "Erc1155ContractInfoDiviner"
268
+ ],
269
+ "module": "TimestampWitness"
270
+ }
271
+ ]
272
+ }
273
+ }
274
+ ]
275
+ }
276
+ }
277
+ ],
278
+ "schema": "network.xyo.manifest"
279
+ }
@@ -0,0 +1,165 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/main/packages/manifest/src/schema.json",
3
+ "nodes": [
4
+ {
5
+ "config": {
6
+ "name": "NftInfo",
7
+ "schema": "network.xyo.node.config"
8
+ },
9
+ "modules": {
10
+ "public": [
11
+ {
12
+ "config": {
13
+ "functionName": "name",
14
+ "labels": {
15
+ "network.xyo.crypto.contract.interface": "Erc721"
16
+ },
17
+ "language": "javascript",
18
+ "name": "Erc721NameWitness",
19
+ "params": [],
20
+ "schema": "network.xyo.evm.call.witness.config"
21
+ }
22
+ },
23
+ {
24
+ "config": {
25
+ "functionName": "symbol",
26
+ "labels": {
27
+ "network.xyo.crypto.contract.interface": "Erc721"
28
+ },
29
+ "language": "javascript",
30
+ "name": "Erc721SymbolWitness",
31
+ "params": [],
32
+ "schema": "network.xyo.evm.call.witness.config"
33
+ }
34
+ },
35
+ {
36
+ "config": {
37
+ "functionName": "tokenURI",
38
+ "labels": {
39
+ "network.xyo.crypto.contract.interface": "Erc721"
40
+ },
41
+ "language": "javascript",
42
+ "name": "Erc721TokenURIWitness",
43
+ "schema": "network.xyo.evm.call.witness.config"
44
+ }
45
+ },
46
+ {
47
+ "config": {
48
+ "functionName": "ownerOf",
49
+ "labels": {
50
+ "network.xyo.crypto.contract.interface": "Erc721"
51
+ },
52
+ "language": "javascript",
53
+ "name": "Erc721OwnerOfWitness",
54
+ "schema": "network.xyo.evm.call.witness.config"
55
+ }
56
+ },
57
+ {
58
+ "config": {
59
+ "functionName": "totalSupply",
60
+ "labels": {
61
+ "network.xyo.crypto.contract.interface": "Erc721Enumerable"
62
+ },
63
+ "language": "javascript",
64
+ "name": "Erc721TotalSupplyWitness",
65
+ "params": [],
66
+ "schema": "network.xyo.evm.call.witness.config"
67
+ }
68
+ },
69
+ {
70
+ "config": {
71
+ "functionName": "tokenByIndex",
72
+ "labels": {
73
+ "network.xyo.crypto.contract.interface": "Erc721Enumerable"
74
+ },
75
+ "language": "javascript",
76
+ "name": "Erc721TokenByIndexWitness",
77
+ "schema": "network.xyo.evm.call.witness.config"
78
+ }
79
+ },
80
+ {
81
+ "config": {
82
+ "functionName": "uri",
83
+ "labels": {
84
+ "network.xyo.crypto.contract.interface": "Erc1155"
85
+ },
86
+ "language": "javascript",
87
+ "name": "Erc1155UriWitness",
88
+ "params": [],
89
+ "schema": "network.xyo.evm.call.witness.config"
90
+ }
91
+ },
92
+ {
93
+ "config": {
94
+ "language": "javascript",
95
+ "name": "Erc721ContractInfoDiviner",
96
+ "schema": "network.xyo.evm.call.diviner.config"
97
+ }
98
+ },
99
+ {
100
+ "config": {
101
+ "language": "javascript",
102
+ "name": "Erc1155ContractInfoDiviner",
103
+ "schema": "network.xyo.evm.call.diviner.config"
104
+ }
105
+ },
106
+ {
107
+ "config": {
108
+ "language": "javascript",
109
+ "name": "NftInfoSentinel",
110
+ "schema": "network.xyo.sentinel.config",
111
+ "synchronous": "true",
112
+ "tasks": [
113
+ {
114
+ "input": true,
115
+ "module": "Erc721NameWitness"
116
+ },
117
+ {
118
+ "input": true,
119
+ "module": "Erc721SymbolWitness"
120
+ },
121
+ {
122
+ "input": true,
123
+ "module": "Erc721TotalSupplyWitness"
124
+ },
125
+ {
126
+ "input": true,
127
+ "module": "Erc1155UriWitness"
128
+ },
129
+ {
130
+ "input": [
131
+ "Erc721NameWitness",
132
+ "Erc721SymbolWitness",
133
+ "Erc721TotalSupplyWitness"
134
+ ],
135
+ "module": "Erc721ContractInfoDiviner"
136
+ },
137
+ {
138
+ "input": [
139
+ "Erc1155UriWitness"
140
+ ],
141
+ "module": "Erc1155ContractInfoDiviner"
142
+ }
143
+ ]
144
+ }
145
+ },
146
+ {
147
+ "config": {
148
+ "language": "javascript",
149
+ "name": "NftTokenInfoSentinel",
150
+ "schema": "network.xyo.sentinel.config",
151
+ "synchronous": "true",
152
+ "tasks": [
153
+ {
154
+ "input": true,
155
+ "module": "Erc721TokenByIndexWitness"
156
+ }
157
+ ]
158
+ }
159
+ }
160
+ ]
161
+ }
162
+ }
163
+ ],
164
+ "schema": "network.xyo.manifest"
165
+ }
@@ -0,0 +1,242 @@
1
+ {
2
+ "$schema": "https://raw.githubusercontent.com/XYOracleNetwork/sdk-xyo-client-js/main/packages/manifest/src/schema.json",
3
+ "nodes": [
4
+ {
5
+ "config": {
6
+ "name": "Info",
7
+ "schema": "network.xyo.node.config"
8
+ },
9
+ "modules": {
10
+ "private": [
11
+ {
12
+ "config": {
13
+ "name": "AddressStateArchivist",
14
+ "schema": "network.xyo.archivist.config",
15
+ "storeQueries": false
16
+ }
17
+ },
18
+ {
19
+ "config": {
20
+ "archivist": "AddressStateArchivist",
21
+ "name": "AddressStateBoundWitnessDiviner",
22
+ "schema": "network.xyo.diviner.boundwitness.config"
23
+ }
24
+ },
25
+ {
26
+ "config": {
27
+ "archivist": "AddressStateArchivist",
28
+ "name": "AddressStatePayloadDiviner",
29
+ "schema": "network.xyo.diviner.payload.config"
30
+ }
31
+ },
32
+ {
33
+ "config": {
34
+ "name": "IndexArchivist",
35
+ "schema": "network.xyo.archivist.config"
36
+ }
37
+ },
38
+ {
39
+ "config": {
40
+ "archivist": "IndexArchivist",
41
+ "name": "IndexBoundWitnessDiviner",
42
+ "schema": "network.xyo.diviner.boundwitness.config"
43
+ }
44
+ },
45
+ {
46
+ "config": {
47
+ "archivist": "IndexArchivist",
48
+ "name": "IndexPayloadDiviner",
49
+ "schema": "network.xyo.diviner.payload.config"
50
+ }
51
+ },
52
+ {
53
+ "config": {
54
+ "filter": {
55
+ "payload_schemas": [
56
+ "network.xyo.evm.call.result"
57
+ ]
58
+ },
59
+ "labels": {
60
+ "network.xyo.diviner.stage": "stateToIndexCandidateDiviner"
61
+ },
62
+ "name": "StateToIndexCandidateDiviner",
63
+ "payloadStore": {
64
+ "archivist": "Archivist",
65
+ "boundWitnessDiviner": "BoundWitnessDiviner",
66
+ "payloadDiviner": "PayloadDiviner"
67
+ },
68
+ "schema": "network.xyo.diviner.indexing.temporal.stage.stateToIndexCandidateDiviner.config"
69
+ }
70
+ },
71
+ {
72
+ "config": {
73
+ "labels": {
74
+ "network.xyo.diviner.stage": "indexCandidateToIndexDiviner"
75
+ },
76
+ "name": "IndexCandidateToIndexDiviner",
77
+ "schema": "network.xyo.diviner.indexing.temporal.stage.indexCandidateToIndexDiviner.config",
78
+ "schemaTransforms": {
79
+ "network.xyo.evm.call.result": [
80
+ {
81
+ "destinationField": "address",
82
+ "sourcePathExpression": "$.address"
83
+ },
84
+ {
85
+ "destinationField": "chainId",
86
+ "sourcePathExpression": "$.chainId"
87
+ }
88
+ ],
89
+ "network.xyo.timestamp": [
90
+ {
91
+ "destinationField": "timestamp",
92
+ "sourcePathExpression": "$.timestamp"
93
+ }
94
+ ]
95
+ }
96
+ }
97
+ },
98
+ {
99
+ "config": {
100
+ "divinerQuerySchema": "network.xyo.diviner.payload.query",
101
+ "indexQuerySchema": "network.xyo.diviner.payload.query",
102
+ "indexSchema": "network.xyo.diviner.indexing.temporal.result.index",
103
+ "labels": {
104
+ "network.xyo.diviner.stage": "divinerQueryToIndexQueryDiviner"
105
+ },
106
+ "name": "QueryToIndexQueryDiviner",
107
+ "schema": "network.xyo.diviner.indexing.temporal.stage.divinerQueryToIndexQueryDiviner.config",
108
+ "schemaTransforms": {
109
+ "network.xyo.diviner.payload.query": [
110
+ {
111
+ "destinationField": "address",
112
+ "sourcePathExpression": "$.address"
113
+ },
114
+ {
115
+ "defaultValue": 1,
116
+ "destinationField": "chainId",
117
+ "sourcePathExpression": "$.chainId"
118
+ },
119
+ {
120
+ "defaultValue": 1,
121
+ "destinationField": "limit",
122
+ "sourcePathExpression": "$.limit"
123
+ },
124
+ {
125
+ "defaultValue": 0,
126
+ "destinationField": "offset",
127
+ "sourcePathExpression": "$.offset"
128
+ },
129
+ {
130
+ "defaultValue": "desc",
131
+ "destinationField": "order",
132
+ "sourcePathExpression": "$.order"
133
+ }
134
+ ]
135
+ }
136
+ }
137
+ },
138
+ {
139
+ "config": {
140
+ "labels": {
141
+ "network.xyo.diviner.stage": "indexQueryResponseToDivinerQueryResponseDiviner"
142
+ },
143
+ "name": "IndexQueryResponseToQueryResponseDiviner",
144
+ "schema": "network.xyo.diviner.indexing.temporal.stage.indexQueryResponseToDivinerQueryResponseDiviner.config"
145
+ }
146
+ },
147
+ {
148
+ "config": {
149
+ "language": "javascript",
150
+ "name": "TimestampWitness",
151
+ "schema": "network.xyo.witness.timestamp.config"
152
+ }
153
+ },
154
+ {
155
+ "config": {
156
+ "functionName": "totalSupply",
157
+ "labels": {
158
+ "network.xyo.crypto.contract.interface": "Erc721Enumerable"
159
+ },
160
+ "name": "Erc721TotalSupplyWitness",
161
+ "schema": "network.xyo.evm.call.witness.config"
162
+ }
163
+ }
164
+ ],
165
+ "public": [
166
+ {
167
+ "config": {
168
+ "language": "javascript",
169
+ "name": "Archivist",
170
+ "schema": "network.xyo.archivist.config",
171
+ "storeQueries": false
172
+ }
173
+ },
174
+ {
175
+ "config": {
176
+ "archivist": "Archivist",
177
+ "language": "javascript",
178
+ "name": "BoundWitnessDiviner",
179
+ "schema": "network.xyo.diviner.boundwitness.config"
180
+ }
181
+ },
182
+ {
183
+ "config": {
184
+ "archivist": "Archivist",
185
+ "language": "javascript",
186
+ "name": "PayloadDiviner",
187
+ "schema": "network.xyo.diviner.payload.config"
188
+ }
189
+ },
190
+ {
191
+ "config": {
192
+ "indexStore": {
193
+ "archivist": "IndexArchivist",
194
+ "boundWitnessDiviner": "IndexBoundWitnessDiviner",
195
+ "payloadDiviner": "IndexPayloadDiviner"
196
+ },
197
+ "indexingDivinerStages": {
198
+ "divinerQueryToIndexQueryDiviner": "QueryToIndexQueryDiviner",
199
+ "indexCandidateToIndexDiviner": "IndexCandidateToIndexDiviner",
200
+ "indexQueryResponseToDivinerQueryResponseDiviner": "IndexQueryResponseToQueryResponseDiviner",
201
+ "stateToIndexCandidateDiviner": "StateToIndexCandidateDiviner"
202
+ },
203
+ "language": "javascript",
204
+ "name": "IndexDiviner",
205
+ "pollFrequency": 1,
206
+ "schema": "network.xyo.diviner.indexing.temporal.config",
207
+ "stateStore": {
208
+ "archivist": "AddressStateArchivist",
209
+ "boundWitnessDiviner": "AddressStateBoundWitnessDiviner",
210
+ "payloadDiviner": "AddressStatePayloadDiviner"
211
+ }
212
+ }
213
+ },
214
+ {
215
+ "config": {
216
+ "archiving": {
217
+ "archivists": [
218
+ "Archivist"
219
+ ]
220
+ },
221
+ "language": "javascript",
222
+ "name": "Sentinel",
223
+ "schema": "network.xyo.sentinel.config",
224
+ "synchronous": "true",
225
+ "tasks": [
226
+ {
227
+ "input": true,
228
+ "module": "TimestampWitness"
229
+ },
230
+ {
231
+ "input": true,
232
+ "module": "Erc721TotalSupplyWitness"
233
+ }
234
+ ]
235
+ }
236
+ }
237
+ ]
238
+ }
239
+ }
240
+ ],
241
+ "schema": "network.xyo.manifest"
242
+ }