@xyo-network/react-node 2.33.5 → 2.34.0-rc.3
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/dist/cjs/components/Node.d.ts +4 -0
- package/dist/cjs/components/Node.d.ts.map +1 -0
- package/dist/cjs/components/Node.js +13 -0
- package/dist/cjs/components/Node.js.map +1 -0
- package/dist/cjs/components/index.d.ts +1 -0
- package/dist/cjs/components/index.d.ts.map +1 -0
- package/dist/cjs/components/index.js +2 -0
- package/dist/cjs/components/index.js.map +1 -0
- package/dist/cjs/contexts/Context.d.ts +1 -6
- package/dist/cjs/contexts/Context.d.ts.map +1 -1
- package/dist/cjs/contexts/State.d.ts +3 -4
- package/dist/cjs/contexts/State.d.ts.map +1 -1
- package/dist/cjs/contexts/index.d.ts +5 -0
- package/dist/cjs/contexts/index.d.ts.map +1 -1
- package/dist/cjs/contexts/index.js +5 -0
- package/dist/cjs/contexts/index.js.map +1 -1
- package/dist/cjs/contexts/useArchivistModules.d.ts +3 -0
- package/dist/cjs/contexts/useArchivistModules.d.ts.map +1 -0
- package/dist/cjs/contexts/useArchivistModules.js +13 -0
- package/dist/cjs/contexts/useArchivistModules.js.map +1 -0
- package/dist/cjs/contexts/useDivinerModules.d.ts +3 -0
- package/dist/cjs/contexts/useDivinerModules.d.ts.map +1 -0
- package/dist/cjs/contexts/useDivinerModules.js +13 -0
- package/dist/cjs/contexts/useDivinerModules.js.map +1 -0
- package/dist/cjs/contexts/useModule.d.ts +12 -2
- package/dist/cjs/contexts/useModule.d.ts.map +1 -1
- package/dist/cjs/contexts/useModuleAddresses.d.ts +2 -0
- package/dist/cjs/contexts/useModuleAddresses.d.ts.map +1 -0
- package/dist/cjs/contexts/useModuleAddresses.js +10 -0
- package/dist/cjs/contexts/useModuleAddresses.js.map +1 -0
- package/dist/cjs/contexts/useModules.d.ts +17 -0
- package/dist/cjs/contexts/useModules.d.ts.map +1 -0
- package/dist/cjs/contexts/useModules.js +12 -0
- package/dist/cjs/contexts/useModules.js.map +1 -0
- package/dist/cjs/contexts/useWitnessModules.d.ts +3 -0
- package/dist/cjs/contexts/useWitnessModules.d.ts.map +1 -0
- package/dist/cjs/contexts/useWitnessModules.js +13 -0
- package/dist/cjs/contexts/useWitnessModules.js.map +1 -0
- package/dist/docs.json +845 -127
- package/dist/esm/components/Node.d.ts +4 -0
- package/dist/esm/components/Node.d.ts.map +1 -0
- package/dist/esm/components/Node.js +9 -0
- package/dist/esm/components/Node.js.map +1 -0
- package/dist/esm/components/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts.map +1 -0
- package/dist/esm/components/index.js +2 -0
- package/dist/esm/components/index.js.map +1 -0
- package/dist/esm/contexts/Context.d.ts +1 -6
- package/dist/esm/contexts/Context.d.ts.map +1 -1
- package/dist/esm/contexts/State.d.ts +3 -4
- package/dist/esm/contexts/State.d.ts.map +1 -1
- package/dist/esm/contexts/index.d.ts +5 -0
- package/dist/esm/contexts/index.d.ts.map +1 -1
- package/dist/esm/contexts/index.js +5 -0
- package/dist/esm/contexts/index.js.map +1 -1
- package/dist/esm/contexts/useArchivistModules.d.ts +3 -0
- package/dist/esm/contexts/useArchivistModules.d.ts.map +1 -0
- package/dist/esm/contexts/useArchivistModules.js +8 -0
- package/dist/esm/contexts/useArchivistModules.js.map +1 -0
- package/dist/esm/contexts/useDivinerModules.d.ts +3 -0
- package/dist/esm/contexts/useDivinerModules.d.ts.map +1 -0
- package/dist/esm/contexts/useDivinerModules.js +8 -0
- package/dist/esm/contexts/useDivinerModules.js.map +1 -0
- package/dist/esm/contexts/useModule.d.ts +12 -2
- package/dist/esm/contexts/useModule.d.ts.map +1 -1
- package/dist/esm/contexts/useModuleAddresses.d.ts +2 -0
- package/dist/esm/contexts/useModuleAddresses.d.ts.map +1 -0
- package/dist/esm/contexts/useModuleAddresses.js +6 -0
- package/dist/esm/contexts/useModuleAddresses.js.map +1 -0
- package/dist/esm/contexts/useModules.d.ts +17 -0
- package/dist/esm/contexts/useModules.d.ts.map +1 -0
- package/dist/esm/contexts/useModules.js +8 -0
- package/dist/esm/contexts/useModules.js.map +1 -0
- package/dist/esm/contexts/useWitnessModules.d.ts +3 -0
- package/dist/esm/contexts/useWitnessModules.d.ts.map +1 -0
- package/dist/esm/contexts/useWitnessModules.js +8 -0
- package/dist/esm/contexts/useWitnessModules.js.map +1 -0
- package/package.json +10 -7
- package/src/components/Node.tsx +13 -0
- package/src/components/index.ts +0 -0
- package/src/contexts/State.ts +3 -4
- package/src/contexts/index.ts +5 -0
- package/src/contexts/useArchivistModules.ts +12 -0
- package/src/contexts/useDivinerModules.ts +12 -0
- package/src/contexts/useModuleAddresses.ts +6 -0
- package/src/contexts/useModules.ts +8 -0
- package/src/contexts/useWitnessModules.ts +12 -0
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 14,
|
|
11
11
|
"name": "XyoNodeContextState",
|
|
12
12
|
"kind": 256,
|
|
13
13
|
"kindString": "Interface",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 15,
|
|
18
18
|
"name": "node",
|
|
19
19
|
"kind": 1024,
|
|
20
20
|
"kindString": "Property",
|
|
@@ -24,18 +24,124 @@
|
|
|
24
24
|
"sources": [
|
|
25
25
|
{
|
|
26
26
|
"fileName": "packages/sdk/packages/node/src/contexts/State.ts",
|
|
27
|
-
"line":
|
|
27
|
+
"line": 5,
|
|
28
28
|
"character": 2,
|
|
29
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
29
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/State.ts#L5"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"type": {
|
|
33
33
|
"type": "reference",
|
|
34
34
|
"typeArguments": [
|
|
35
|
+
{
|
|
36
|
+
"type": "reflection",
|
|
37
|
+
"declaration": {
|
|
38
|
+
"id": 16,
|
|
39
|
+
"name": "__type",
|
|
40
|
+
"kind": 65536,
|
|
41
|
+
"kindString": "Type literal",
|
|
42
|
+
"flags": {},
|
|
43
|
+
"sources": [
|
|
44
|
+
{
|
|
45
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
46
|
+
"line": 7,
|
|
47
|
+
"character": 107
|
|
48
|
+
}
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
},
|
|
35
52
|
{
|
|
36
53
|
"type": "reference",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
54
|
+
"name": "XyoNodeQuery",
|
|
55
|
+
"qualifiedName": "XyoNodeQuery",
|
|
56
|
+
"package": "@xyo-network/node"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"type": "reflection",
|
|
60
|
+
"declaration": {
|
|
61
|
+
"id": 17,
|
|
62
|
+
"name": "__type",
|
|
63
|
+
"kind": 65536,
|
|
64
|
+
"kindString": "Type literal",
|
|
65
|
+
"flags": {},
|
|
66
|
+
"sources": [
|
|
67
|
+
{
|
|
68
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
69
|
+
"line": 7,
|
|
70
|
+
"character": 107
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"type": "reference",
|
|
77
|
+
"typeArguments": [
|
|
78
|
+
{
|
|
79
|
+
"type": "reflection",
|
|
80
|
+
"declaration": {
|
|
81
|
+
"id": 18,
|
|
82
|
+
"name": "__type",
|
|
83
|
+
"kind": 65536,
|
|
84
|
+
"kindString": "Type literal",
|
|
85
|
+
"flags": {},
|
|
86
|
+
"sources": [
|
|
87
|
+
{
|
|
88
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
89
|
+
"line": 7,
|
|
90
|
+
"character": 107
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"type": "reference",
|
|
97
|
+
"typeArguments": [
|
|
98
|
+
{
|
|
99
|
+
"type": "reflection",
|
|
100
|
+
"declaration": {
|
|
101
|
+
"id": 19,
|
|
102
|
+
"name": "__type",
|
|
103
|
+
"kind": 65536,
|
|
104
|
+
"kindString": "Type literal",
|
|
105
|
+
"flags": {},
|
|
106
|
+
"sources": [
|
|
107
|
+
{
|
|
108
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
109
|
+
"line": 7,
|
|
110
|
+
"character": 107
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"type": "intrinsic",
|
|
117
|
+
"name": "string"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
120
|
+
"name": "XyoQuery",
|
|
121
|
+
"qualifiedName": "XyoQuery",
|
|
122
|
+
"package": "@xyo-network/module"
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"type": "reflection",
|
|
126
|
+
"declaration": {
|
|
127
|
+
"id": 20,
|
|
128
|
+
"name": "__type",
|
|
129
|
+
"kind": 65536,
|
|
130
|
+
"kindString": "Type literal",
|
|
131
|
+
"flags": {},
|
|
132
|
+
"sources": [
|
|
133
|
+
{
|
|
134
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
135
|
+
"line": 7,
|
|
136
|
+
"character": 107
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"name": "XyoModule",
|
|
143
|
+
"qualifiedName": "XyoModule",
|
|
144
|
+
"package": "@xyo-network/module"
|
|
39
145
|
}
|
|
40
146
|
],
|
|
41
147
|
"name": "XyoNode",
|
|
@@ -44,7 +150,7 @@
|
|
|
44
150
|
}
|
|
45
151
|
},
|
|
46
152
|
{
|
|
47
|
-
"id":
|
|
153
|
+
"id": 21,
|
|
48
154
|
"name": "setNode",
|
|
49
155
|
"kind": 1024,
|
|
50
156
|
"kindString": "Property",
|
|
@@ -54,9 +160,9 @@
|
|
|
54
160
|
"sources": [
|
|
55
161
|
{
|
|
56
162
|
"fileName": "packages/sdk/packages/node/src/contexts/State.ts",
|
|
57
|
-
"line":
|
|
163
|
+
"line": 6,
|
|
58
164
|
"character": 2,
|
|
59
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
165
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/State.ts#L6"
|
|
60
166
|
}
|
|
61
167
|
],
|
|
62
168
|
"type": {
|
|
@@ -65,10 +171,116 @@
|
|
|
65
171
|
{
|
|
66
172
|
"type": "reference",
|
|
67
173
|
"typeArguments": [
|
|
174
|
+
{
|
|
175
|
+
"type": "reflection",
|
|
176
|
+
"declaration": {
|
|
177
|
+
"id": 22,
|
|
178
|
+
"name": "__type",
|
|
179
|
+
"kind": 65536,
|
|
180
|
+
"kindString": "Type literal",
|
|
181
|
+
"flags": {},
|
|
182
|
+
"sources": [
|
|
183
|
+
{
|
|
184
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
185
|
+
"line": 7,
|
|
186
|
+
"character": 107
|
|
187
|
+
}
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"type": "reference",
|
|
193
|
+
"name": "XyoNodeQuery",
|
|
194
|
+
"qualifiedName": "XyoNodeQuery",
|
|
195
|
+
"package": "@xyo-network/node"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": "reflection",
|
|
199
|
+
"declaration": {
|
|
200
|
+
"id": 23,
|
|
201
|
+
"name": "__type",
|
|
202
|
+
"kind": 65536,
|
|
203
|
+
"kindString": "Type literal",
|
|
204
|
+
"flags": {},
|
|
205
|
+
"sources": [
|
|
206
|
+
{
|
|
207
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
208
|
+
"line": 7,
|
|
209
|
+
"character": 107
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
}
|
|
213
|
+
},
|
|
68
214
|
{
|
|
69
215
|
"type": "reference",
|
|
70
|
-
"
|
|
71
|
-
|
|
216
|
+
"typeArguments": [
|
|
217
|
+
{
|
|
218
|
+
"type": "reflection",
|
|
219
|
+
"declaration": {
|
|
220
|
+
"id": 24,
|
|
221
|
+
"name": "__type",
|
|
222
|
+
"kind": 65536,
|
|
223
|
+
"kindString": "Type literal",
|
|
224
|
+
"flags": {},
|
|
225
|
+
"sources": [
|
|
226
|
+
{
|
|
227
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
228
|
+
"line": 7,
|
|
229
|
+
"character": 107
|
|
230
|
+
}
|
|
231
|
+
]
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"type": "reference",
|
|
236
|
+
"typeArguments": [
|
|
237
|
+
{
|
|
238
|
+
"type": "reflection",
|
|
239
|
+
"declaration": {
|
|
240
|
+
"id": 25,
|
|
241
|
+
"name": "__type",
|
|
242
|
+
"kind": 65536,
|
|
243
|
+
"kindString": "Type literal",
|
|
244
|
+
"flags": {},
|
|
245
|
+
"sources": [
|
|
246
|
+
{
|
|
247
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
248
|
+
"line": 7,
|
|
249
|
+
"character": 107
|
|
250
|
+
}
|
|
251
|
+
]
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"type": "intrinsic",
|
|
256
|
+
"name": "string"
|
|
257
|
+
}
|
|
258
|
+
],
|
|
259
|
+
"name": "XyoQuery",
|
|
260
|
+
"qualifiedName": "XyoQuery",
|
|
261
|
+
"package": "@xyo-network/module"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"type": "reflection",
|
|
265
|
+
"declaration": {
|
|
266
|
+
"id": 26,
|
|
267
|
+
"name": "__type",
|
|
268
|
+
"kind": 65536,
|
|
269
|
+
"kindString": "Type literal",
|
|
270
|
+
"flags": {},
|
|
271
|
+
"sources": [
|
|
272
|
+
{
|
|
273
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
274
|
+
"line": 7,
|
|
275
|
+
"character": 107
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"name": "XyoModule",
|
|
282
|
+
"qualifiedName": "XyoModule",
|
|
283
|
+
"package": "@xyo-network/module"
|
|
72
284
|
}
|
|
73
285
|
],
|
|
74
286
|
"name": "XyoNode",
|
|
@@ -86,50 +298,29 @@
|
|
|
86
298
|
{
|
|
87
299
|
"title": "Properties",
|
|
88
300
|
"children": [
|
|
89
|
-
|
|
90
|
-
|
|
301
|
+
15,
|
|
302
|
+
21
|
|
91
303
|
]
|
|
92
304
|
}
|
|
93
305
|
],
|
|
94
306
|
"sources": [
|
|
95
307
|
{
|
|
96
308
|
"fileName": "packages/sdk/packages/node/src/contexts/State.ts",
|
|
97
|
-
"line":
|
|
309
|
+
"line": 4,
|
|
98
310
|
"character": 17,
|
|
99
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
100
|
-
}
|
|
101
|
-
],
|
|
102
|
-
"typeParameters": [
|
|
103
|
-
{
|
|
104
|
-
"id": 14,
|
|
105
|
-
"name": "T",
|
|
106
|
-
"kind": 131072,
|
|
107
|
-
"kindString": "Type parameter",
|
|
108
|
-
"flags": {},
|
|
109
|
-
"type": {
|
|
110
|
-
"type": "reference",
|
|
111
|
-
"name": "XyoModule",
|
|
112
|
-
"qualifiedName": "XyoModule",
|
|
113
|
-
"package": "@xyo-network/module"
|
|
114
|
-
},
|
|
115
|
-
"default": {
|
|
116
|
-
"type": "reference",
|
|
117
|
-
"name": "XyoModule",
|
|
118
|
-
"qualifiedName": "XyoModule",
|
|
119
|
-
"package": "@xyo-network/module"
|
|
120
|
-
}
|
|
311
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/State.ts#L4"
|
|
121
312
|
}
|
|
122
313
|
]
|
|
123
314
|
},
|
|
124
315
|
{
|
|
125
|
-
"id":
|
|
316
|
+
"id": 2,
|
|
126
317
|
"name": "XyoNodeProviderProps",
|
|
127
318
|
"kind": 256,
|
|
128
319
|
"kindString": "Interface",
|
|
129
320
|
"flags": {},
|
|
130
321
|
"children": [
|
|
131
322
|
{
|
|
132
|
-
"id":
|
|
323
|
+
"id": 4,
|
|
133
324
|
"name": "node",
|
|
134
325
|
"kind": 1024,
|
|
135
326
|
"kindString": "Property",
|
|
@@ -141,22 +332,79 @@
|
|
|
141
332
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
142
333
|
"line": 9,
|
|
143
334
|
"character": 2,
|
|
144
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
335
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/Provider.tsx#L9"
|
|
145
336
|
}
|
|
146
337
|
],
|
|
147
338
|
"type": {
|
|
148
339
|
"type": "reference",
|
|
149
340
|
"typeArguments": [
|
|
341
|
+
{
|
|
342
|
+
"type": "reflection",
|
|
343
|
+
"declaration": {
|
|
344
|
+
"id": 5,
|
|
345
|
+
"name": "__type",
|
|
346
|
+
"kind": 65536,
|
|
347
|
+
"kindString": "Type literal",
|
|
348
|
+
"flags": {},
|
|
349
|
+
"sources": [
|
|
350
|
+
{
|
|
351
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
352
|
+
"line": 7,
|
|
353
|
+
"character": 107
|
|
354
|
+
}
|
|
355
|
+
]
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"type": "reference",
|
|
360
|
+
"name": "XyoNodeQuery",
|
|
361
|
+
"qualifiedName": "XyoNodeQuery",
|
|
362
|
+
"package": "@xyo-network/node"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"type": "reflection",
|
|
366
|
+
"declaration": {
|
|
367
|
+
"id": 6,
|
|
368
|
+
"name": "__type",
|
|
369
|
+
"kind": 65536,
|
|
370
|
+
"kindString": "Type literal",
|
|
371
|
+
"flags": {},
|
|
372
|
+
"sources": [
|
|
373
|
+
{
|
|
374
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
375
|
+
"line": 7,
|
|
376
|
+
"character": 107
|
|
377
|
+
}
|
|
378
|
+
]
|
|
379
|
+
}
|
|
380
|
+
},
|
|
150
381
|
{
|
|
151
382
|
"type": "reference",
|
|
152
383
|
"typeArguments": [
|
|
384
|
+
{
|
|
385
|
+
"type": "reflection",
|
|
386
|
+
"declaration": {
|
|
387
|
+
"id": 7,
|
|
388
|
+
"name": "__type",
|
|
389
|
+
"kind": 65536,
|
|
390
|
+
"kindString": "Type literal",
|
|
391
|
+
"flags": {},
|
|
392
|
+
"sources": [
|
|
393
|
+
{
|
|
394
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
395
|
+
"line": 7,
|
|
396
|
+
"character": 107
|
|
397
|
+
}
|
|
398
|
+
]
|
|
399
|
+
}
|
|
400
|
+
},
|
|
153
401
|
{
|
|
154
402
|
"type": "reference",
|
|
155
403
|
"typeArguments": [
|
|
156
404
|
{
|
|
157
405
|
"type": "reflection",
|
|
158
406
|
"declaration": {
|
|
159
|
-
"id":
|
|
407
|
+
"id": 8,
|
|
160
408
|
"name": "__type",
|
|
161
409
|
"kind": 65536,
|
|
162
410
|
"kindString": "Type literal",
|
|
@@ -169,11 +417,32 @@
|
|
|
169
417
|
}
|
|
170
418
|
]
|
|
171
419
|
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"type": "intrinsic",
|
|
423
|
+
"name": "string"
|
|
172
424
|
}
|
|
173
425
|
],
|
|
174
|
-
"name": "
|
|
175
|
-
"qualifiedName": "
|
|
426
|
+
"name": "XyoQuery",
|
|
427
|
+
"qualifiedName": "XyoQuery",
|
|
176
428
|
"package": "@xyo-network/module"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
"type": "reflection",
|
|
432
|
+
"declaration": {
|
|
433
|
+
"id": 9,
|
|
434
|
+
"name": "__type",
|
|
435
|
+
"kind": 65536,
|
|
436
|
+
"kindString": "Type literal",
|
|
437
|
+
"flags": {},
|
|
438
|
+
"sources": [
|
|
439
|
+
{
|
|
440
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
441
|
+
"line": 7,
|
|
442
|
+
"character": 107
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
}
|
|
177
446
|
}
|
|
178
447
|
],
|
|
179
448
|
"name": "XyoModule",
|
|
@@ -187,7 +456,7 @@
|
|
|
187
456
|
}
|
|
188
457
|
},
|
|
189
458
|
{
|
|
190
|
-
"id":
|
|
459
|
+
"id": 3,
|
|
191
460
|
"name": "required",
|
|
192
461
|
"kind": 1024,
|
|
193
462
|
"kindString": "Property",
|
|
@@ -199,7 +468,7 @@
|
|
|
199
468
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
200
469
|
"line": 8,
|
|
201
470
|
"character": 2,
|
|
202
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
471
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/Provider.tsx#L8"
|
|
203
472
|
}
|
|
204
473
|
],
|
|
205
474
|
"type": {
|
|
@@ -212,8 +481,8 @@
|
|
|
212
481
|
{
|
|
213
482
|
"title": "Properties",
|
|
214
483
|
"children": [
|
|
215
|
-
|
|
216
|
-
|
|
484
|
+
4,
|
|
485
|
+
3
|
|
217
486
|
]
|
|
218
487
|
}
|
|
219
488
|
],
|
|
@@ -222,7 +491,7 @@
|
|
|
222
491
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
223
492
|
"line": 7,
|
|
224
493
|
"character": 17,
|
|
225
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
494
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/Provider.tsx#L7"
|
|
226
495
|
}
|
|
227
496
|
]
|
|
228
497
|
},
|
|
@@ -239,7 +508,7 @@
|
|
|
239
508
|
"fileName": "packages/sdk/packages/node/src/contexts/Context.ts",
|
|
240
509
|
"line": 5,
|
|
241
510
|
"character": 13,
|
|
242
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
511
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/Context.ts#L5"
|
|
243
512
|
}
|
|
244
513
|
],
|
|
245
514
|
"type": {
|
|
@@ -250,42 +519,7 @@
|
|
|
250
519
|
"types": [
|
|
251
520
|
{
|
|
252
521
|
"type": "reference",
|
|
253
|
-
"id":
|
|
254
|
-
"typeArguments": [
|
|
255
|
-
{
|
|
256
|
-
"type": "reference",
|
|
257
|
-
"typeArguments": [
|
|
258
|
-
{
|
|
259
|
-
"type": "reference",
|
|
260
|
-
"typeArguments": [
|
|
261
|
-
{
|
|
262
|
-
"type": "reflection",
|
|
263
|
-
"declaration": {
|
|
264
|
-
"id": 2,
|
|
265
|
-
"name": "__type",
|
|
266
|
-
"kind": 65536,
|
|
267
|
-
"kindString": "Type literal",
|
|
268
|
-
"flags": {},
|
|
269
|
-
"sources": [
|
|
270
|
-
{
|
|
271
|
-
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
272
|
-
"line": 7,
|
|
273
|
-
"character": 107
|
|
274
|
-
}
|
|
275
|
-
]
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
],
|
|
279
|
-
"name": "XyoModuleConfig",
|
|
280
|
-
"qualifiedName": "XyoModuleConfig",
|
|
281
|
-
"package": "@xyo-network/module"
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"name": "XyoModule",
|
|
285
|
-
"qualifiedName": "XyoModule",
|
|
286
|
-
"package": "@xyo-network/module"
|
|
287
|
-
}
|
|
288
|
-
],
|
|
522
|
+
"id": 14,
|
|
289
523
|
"name": "XyoNodeContextState"
|
|
290
524
|
},
|
|
291
525
|
{
|
|
@@ -302,7 +536,7 @@
|
|
|
302
536
|
"defaultValue": "..."
|
|
303
537
|
},
|
|
304
538
|
{
|
|
305
|
-
"id":
|
|
539
|
+
"id": 10,
|
|
306
540
|
"name": "XyoNodeProvider",
|
|
307
541
|
"kind": 64,
|
|
308
542
|
"kindString": "Function",
|
|
@@ -312,19 +546,19 @@
|
|
|
312
546
|
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
313
547
|
"line": 12,
|
|
314
548
|
"character": 13,
|
|
315
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
549
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/Provider.tsx#L12"
|
|
316
550
|
}
|
|
317
551
|
],
|
|
318
552
|
"signatures": [
|
|
319
553
|
{
|
|
320
|
-
"id":
|
|
554
|
+
"id": 11,
|
|
321
555
|
"name": "XyoNodeProvider",
|
|
322
556
|
"kind": 4096,
|
|
323
557
|
"kindString": "Call signature",
|
|
324
558
|
"flags": {},
|
|
325
559
|
"parameters": [
|
|
326
560
|
{
|
|
327
|
-
"id":
|
|
561
|
+
"id": 12,
|
|
328
562
|
"name": "props",
|
|
329
563
|
"kind": 32768,
|
|
330
564
|
"kindString": "Parameter",
|
|
@@ -334,7 +568,7 @@
|
|
|
334
568
|
"typeArguments": [
|
|
335
569
|
{
|
|
336
570
|
"type": "reference",
|
|
337
|
-
"id":
|
|
571
|
+
"id": 2,
|
|
338
572
|
"name": "XyoNodeProviderProps"
|
|
339
573
|
}
|
|
340
574
|
],
|
|
@@ -344,7 +578,7 @@
|
|
|
344
578
|
}
|
|
345
579
|
},
|
|
346
580
|
{
|
|
347
|
-
"id":
|
|
581
|
+
"id": 13,
|
|
348
582
|
"name": "context",
|
|
349
583
|
"kind": 32768,
|
|
350
584
|
"kindString": "Parameter",
|
|
@@ -386,7 +620,7 @@
|
|
|
386
620
|
]
|
|
387
621
|
},
|
|
388
622
|
{
|
|
389
|
-
"id":
|
|
623
|
+
"id": 27,
|
|
390
624
|
"name": "useArchivistModule",
|
|
391
625
|
"kind": 64,
|
|
392
626
|
"kindString": "Function",
|
|
@@ -396,19 +630,19 @@
|
|
|
396
630
|
"fileName": "packages/sdk/packages/node/src/contexts/useArchivistModule.ts",
|
|
397
631
|
"line": 5,
|
|
398
632
|
"character": 13,
|
|
399
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
633
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useArchivistModule.ts#L5"
|
|
400
634
|
}
|
|
401
635
|
],
|
|
402
636
|
"signatures": [
|
|
403
637
|
{
|
|
404
|
-
"id":
|
|
638
|
+
"id": 28,
|
|
405
639
|
"name": "useArchivistModule",
|
|
406
640
|
"kind": 4096,
|
|
407
641
|
"kindString": "Call signature",
|
|
408
642
|
"flags": {},
|
|
409
643
|
"parameters": [
|
|
410
644
|
{
|
|
411
|
-
"id":
|
|
645
|
+
"id": 29,
|
|
412
646
|
"name": "address",
|
|
413
647
|
"kind": 32768,
|
|
414
648
|
"kindString": "Parameter",
|
|
@@ -440,7 +674,49 @@
|
|
|
440
674
|
]
|
|
441
675
|
},
|
|
442
676
|
{
|
|
443
|
-
"id":
|
|
677
|
+
"id": 30,
|
|
678
|
+
"name": "useArchivistModules",
|
|
679
|
+
"kind": 64,
|
|
680
|
+
"kindString": "Function",
|
|
681
|
+
"flags": {},
|
|
682
|
+
"sources": [
|
|
683
|
+
{
|
|
684
|
+
"fileName": "packages/sdk/packages/node/src/contexts/useArchivistModules.ts",
|
|
685
|
+
"line": 6,
|
|
686
|
+
"character": 13,
|
|
687
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useArchivistModules.ts#L6"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"signatures": [
|
|
691
|
+
{
|
|
692
|
+
"id": 31,
|
|
693
|
+
"name": "useArchivistModules",
|
|
694
|
+
"kind": 4096,
|
|
695
|
+
"kindString": "Call signature",
|
|
696
|
+
"flags": {},
|
|
697
|
+
"type": {
|
|
698
|
+
"type": "array",
|
|
699
|
+
"elementType": {
|
|
700
|
+
"type": "union",
|
|
701
|
+
"types": [
|
|
702
|
+
{
|
|
703
|
+
"type": "intrinsic",
|
|
704
|
+
"name": "undefined"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"type": "reference",
|
|
708
|
+
"name": "XyoArchivistWrapper",
|
|
709
|
+
"qualifiedName": "XyoArchivistWrapper",
|
|
710
|
+
"package": "@xyo-network/archivist"
|
|
711
|
+
}
|
|
712
|
+
]
|
|
713
|
+
}
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
]
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"id": 32,
|
|
444
720
|
"name": "useDivinerModule",
|
|
445
721
|
"kind": 64,
|
|
446
722
|
"kindString": "Function",
|
|
@@ -450,19 +726,19 @@
|
|
|
450
726
|
"fileName": "packages/sdk/packages/node/src/contexts/useDivinerModule.ts",
|
|
451
727
|
"line": 5,
|
|
452
728
|
"character": 13,
|
|
453
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
729
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useDivinerModule.ts#L5"
|
|
454
730
|
}
|
|
455
731
|
],
|
|
456
732
|
"signatures": [
|
|
457
733
|
{
|
|
458
|
-
"id":
|
|
734
|
+
"id": 33,
|
|
459
735
|
"name": "useDivinerModule",
|
|
460
736
|
"kind": 4096,
|
|
461
737
|
"kindString": "Call signature",
|
|
462
738
|
"flags": {},
|
|
463
739
|
"parameters": [
|
|
464
740
|
{
|
|
465
|
-
"id":
|
|
741
|
+
"id": 34,
|
|
466
742
|
"name": "address",
|
|
467
743
|
"kind": 32768,
|
|
468
744
|
"kindString": "Parameter",
|
|
@@ -494,7 +770,49 @@
|
|
|
494
770
|
]
|
|
495
771
|
},
|
|
496
772
|
{
|
|
497
|
-
"id":
|
|
773
|
+
"id": 35,
|
|
774
|
+
"name": "useDivinerModules",
|
|
775
|
+
"kind": 64,
|
|
776
|
+
"kindString": "Function",
|
|
777
|
+
"flags": {},
|
|
778
|
+
"sources": [
|
|
779
|
+
{
|
|
780
|
+
"fileName": "packages/sdk/packages/node/src/contexts/useDivinerModules.ts",
|
|
781
|
+
"line": 6,
|
|
782
|
+
"character": 13,
|
|
783
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useDivinerModules.ts#L6"
|
|
784
|
+
}
|
|
785
|
+
],
|
|
786
|
+
"signatures": [
|
|
787
|
+
{
|
|
788
|
+
"id": 36,
|
|
789
|
+
"name": "useDivinerModules",
|
|
790
|
+
"kind": 4096,
|
|
791
|
+
"kindString": "Call signature",
|
|
792
|
+
"flags": {},
|
|
793
|
+
"type": {
|
|
794
|
+
"type": "array",
|
|
795
|
+
"elementType": {
|
|
796
|
+
"type": "union",
|
|
797
|
+
"types": [
|
|
798
|
+
{
|
|
799
|
+
"type": "intrinsic",
|
|
800
|
+
"name": "undefined"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"type": "reference",
|
|
804
|
+
"name": "XyoDivinerWrapper",
|
|
805
|
+
"qualifiedName": "XyoDivinerWrapper",
|
|
806
|
+
"package": "@xyo-network/diviner"
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
}
|
|
810
|
+
}
|
|
811
|
+
}
|
|
812
|
+
]
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"id": 37,
|
|
498
816
|
"name": "useModule",
|
|
499
817
|
"kind": 64,
|
|
500
818
|
"kindString": "Function",
|
|
@@ -504,19 +822,19 @@
|
|
|
504
822
|
"fileName": "packages/sdk/packages/node/src/contexts/useModule.ts",
|
|
505
823
|
"line": 3,
|
|
506
824
|
"character": 13,
|
|
507
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
825
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useModule.ts#L3"
|
|
508
826
|
}
|
|
509
827
|
],
|
|
510
828
|
"signatures": [
|
|
511
829
|
{
|
|
512
|
-
"id":
|
|
830
|
+
"id": 38,
|
|
513
831
|
"name": "useModule",
|
|
514
832
|
"kind": 4096,
|
|
515
833
|
"kindString": "Call signature",
|
|
516
834
|
"flags": {},
|
|
517
835
|
"parameters": [
|
|
518
836
|
{
|
|
519
|
-
"id":
|
|
837
|
+
"id": 39,
|
|
520
838
|
"name": "address",
|
|
521
839
|
"kind": 32768,
|
|
522
840
|
"kindString": "Parameter",
|
|
@@ -539,13 +857,30 @@
|
|
|
539
857
|
{
|
|
540
858
|
"type": "reference",
|
|
541
859
|
"typeArguments": [
|
|
860
|
+
{
|
|
861
|
+
"type": "reflection",
|
|
862
|
+
"declaration": {
|
|
863
|
+
"id": 40,
|
|
864
|
+
"name": "__type",
|
|
865
|
+
"kind": 65536,
|
|
866
|
+
"kindString": "Type literal",
|
|
867
|
+
"flags": {},
|
|
868
|
+
"sources": [
|
|
869
|
+
{
|
|
870
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
871
|
+
"line": 7,
|
|
872
|
+
"character": 107
|
|
873
|
+
}
|
|
874
|
+
]
|
|
875
|
+
}
|
|
876
|
+
},
|
|
542
877
|
{
|
|
543
878
|
"type": "reference",
|
|
544
879
|
"typeArguments": [
|
|
545
880
|
{
|
|
546
881
|
"type": "reflection",
|
|
547
882
|
"declaration": {
|
|
548
|
-
"id":
|
|
883
|
+
"id": 41,
|
|
549
884
|
"name": "__type",
|
|
550
885
|
"kind": 65536,
|
|
551
886
|
"kindString": "Type literal",
|
|
@@ -558,11 +893,32 @@
|
|
|
558
893
|
}
|
|
559
894
|
]
|
|
560
895
|
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"type": "intrinsic",
|
|
899
|
+
"name": "string"
|
|
561
900
|
}
|
|
562
901
|
],
|
|
563
|
-
"name": "
|
|
564
|
-
"qualifiedName": "
|
|
902
|
+
"name": "XyoQuery",
|
|
903
|
+
"qualifiedName": "XyoQuery",
|
|
565
904
|
"package": "@xyo-network/module"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"type": "reflection",
|
|
908
|
+
"declaration": {
|
|
909
|
+
"id": 42,
|
|
910
|
+
"name": "__type",
|
|
911
|
+
"kind": 65536,
|
|
912
|
+
"kindString": "Type literal",
|
|
913
|
+
"flags": {},
|
|
914
|
+
"sources": [
|
|
915
|
+
{
|
|
916
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
917
|
+
"line": 7,
|
|
918
|
+
"character": 107
|
|
919
|
+
}
|
|
920
|
+
]
|
|
921
|
+
}
|
|
566
922
|
}
|
|
567
923
|
],
|
|
568
924
|
"name": "XyoModule",
|
|
@@ -575,7 +931,166 @@
|
|
|
575
931
|
]
|
|
576
932
|
},
|
|
577
933
|
{
|
|
578
|
-
"id":
|
|
934
|
+
"id": 43,
|
|
935
|
+
"name": "useModuleAddresses",
|
|
936
|
+
"kind": 64,
|
|
937
|
+
"kindString": "Function",
|
|
938
|
+
"flags": {},
|
|
939
|
+
"sources": [
|
|
940
|
+
{
|
|
941
|
+
"fileName": "packages/sdk/packages/node/src/contexts/useModuleAddresses.ts",
|
|
942
|
+
"line": 3,
|
|
943
|
+
"character": 13,
|
|
944
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useModuleAddresses.ts#L3"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"signatures": [
|
|
948
|
+
{
|
|
949
|
+
"id": 44,
|
|
950
|
+
"name": "useModuleAddresses",
|
|
951
|
+
"kind": 4096,
|
|
952
|
+
"kindString": "Call signature",
|
|
953
|
+
"flags": {},
|
|
954
|
+
"type": {
|
|
955
|
+
"type": "array",
|
|
956
|
+
"elementType": {
|
|
957
|
+
"type": "union",
|
|
958
|
+
"types": [
|
|
959
|
+
{
|
|
960
|
+
"type": "intrinsic",
|
|
961
|
+
"name": "undefined"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
"type": "array",
|
|
965
|
+
"elementType": {
|
|
966
|
+
"type": "intrinsic",
|
|
967
|
+
"name": "string"
|
|
968
|
+
}
|
|
969
|
+
}
|
|
970
|
+
]
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
]
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"id": 45,
|
|
978
|
+
"name": "useModules",
|
|
979
|
+
"kind": 64,
|
|
980
|
+
"kindString": "Function",
|
|
981
|
+
"flags": {},
|
|
982
|
+
"sources": [
|
|
983
|
+
{
|
|
984
|
+
"fileName": "packages/sdk/packages/node/src/contexts/useModules.ts",
|
|
985
|
+
"line": 4,
|
|
986
|
+
"character": 13,
|
|
987
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useModules.ts#L4"
|
|
988
|
+
}
|
|
989
|
+
],
|
|
990
|
+
"signatures": [
|
|
991
|
+
{
|
|
992
|
+
"id": 46,
|
|
993
|
+
"name": "useModules",
|
|
994
|
+
"kind": 4096,
|
|
995
|
+
"kindString": "Call signature",
|
|
996
|
+
"flags": {},
|
|
997
|
+
"type": {
|
|
998
|
+
"type": "union",
|
|
999
|
+
"types": [
|
|
1000
|
+
{
|
|
1001
|
+
"type": "intrinsic",
|
|
1002
|
+
"name": "undefined"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"type": "array",
|
|
1006
|
+
"elementType": {
|
|
1007
|
+
"type": "union",
|
|
1008
|
+
"types": [
|
|
1009
|
+
{
|
|
1010
|
+
"type": "intrinsic",
|
|
1011
|
+
"name": "undefined"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"type": "reference",
|
|
1015
|
+
"typeArguments": [
|
|
1016
|
+
{
|
|
1017
|
+
"type": "reflection",
|
|
1018
|
+
"declaration": {
|
|
1019
|
+
"id": 47,
|
|
1020
|
+
"name": "__type",
|
|
1021
|
+
"kind": 65536,
|
|
1022
|
+
"kindString": "Type literal",
|
|
1023
|
+
"flags": {},
|
|
1024
|
+
"sources": [
|
|
1025
|
+
{
|
|
1026
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1027
|
+
"line": 7,
|
|
1028
|
+
"character": 107
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
"type": "reference",
|
|
1035
|
+
"typeArguments": [
|
|
1036
|
+
{
|
|
1037
|
+
"type": "reflection",
|
|
1038
|
+
"declaration": {
|
|
1039
|
+
"id": 48,
|
|
1040
|
+
"name": "__type",
|
|
1041
|
+
"kind": 65536,
|
|
1042
|
+
"kindString": "Type literal",
|
|
1043
|
+
"flags": {},
|
|
1044
|
+
"sources": [
|
|
1045
|
+
{
|
|
1046
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1047
|
+
"line": 7,
|
|
1048
|
+
"character": 107
|
|
1049
|
+
}
|
|
1050
|
+
]
|
|
1051
|
+
}
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"type": "intrinsic",
|
|
1055
|
+
"name": "string"
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
"name": "XyoQuery",
|
|
1059
|
+
"qualifiedName": "XyoQuery",
|
|
1060
|
+
"package": "@xyo-network/module"
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
"type": "reflection",
|
|
1064
|
+
"declaration": {
|
|
1065
|
+
"id": 49,
|
|
1066
|
+
"name": "__type",
|
|
1067
|
+
"kind": 65536,
|
|
1068
|
+
"kindString": "Type literal",
|
|
1069
|
+
"flags": {},
|
|
1070
|
+
"sources": [
|
|
1071
|
+
{
|
|
1072
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1073
|
+
"line": 7,
|
|
1074
|
+
"character": 107
|
|
1075
|
+
}
|
|
1076
|
+
]
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
],
|
|
1080
|
+
"name": "XyoModule",
|
|
1081
|
+
"qualifiedName": "XyoModule",
|
|
1082
|
+
"package": "@xyo-network/module"
|
|
1083
|
+
}
|
|
1084
|
+
]
|
|
1085
|
+
}
|
|
1086
|
+
}
|
|
1087
|
+
]
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
]
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"id": 50,
|
|
579
1094
|
"name": "useNode",
|
|
580
1095
|
"kind": 64,
|
|
581
1096
|
"kindString": "Function",
|
|
@@ -585,12 +1100,12 @@
|
|
|
585
1100
|
"fileName": "packages/sdk/packages/node/src/contexts/useNode.ts",
|
|
586
1101
|
"line": 7,
|
|
587
1102
|
"character": 13,
|
|
588
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1103
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useNode.ts#L7"
|
|
589
1104
|
}
|
|
590
1105
|
],
|
|
591
1106
|
"signatures": [
|
|
592
1107
|
{
|
|
593
|
-
"id":
|
|
1108
|
+
"id": 51,
|
|
594
1109
|
"name": "useNode",
|
|
595
1110
|
"kind": 4096,
|
|
596
1111
|
"kindString": "Call signature",
|
|
@@ -608,16 +1123,73 @@
|
|
|
608
1123
|
{
|
|
609
1124
|
"type": "reference",
|
|
610
1125
|
"typeArguments": [
|
|
1126
|
+
{
|
|
1127
|
+
"type": "reflection",
|
|
1128
|
+
"declaration": {
|
|
1129
|
+
"id": 52,
|
|
1130
|
+
"name": "__type",
|
|
1131
|
+
"kind": 65536,
|
|
1132
|
+
"kindString": "Type literal",
|
|
1133
|
+
"flags": {},
|
|
1134
|
+
"sources": [
|
|
1135
|
+
{
|
|
1136
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1137
|
+
"line": 7,
|
|
1138
|
+
"character": 107
|
|
1139
|
+
}
|
|
1140
|
+
]
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
"type": "reference",
|
|
1145
|
+
"name": "XyoNodeQuery",
|
|
1146
|
+
"qualifiedName": "XyoNodeQuery",
|
|
1147
|
+
"package": "@xyo-network/node"
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"type": "reflection",
|
|
1151
|
+
"declaration": {
|
|
1152
|
+
"id": 53,
|
|
1153
|
+
"name": "__type",
|
|
1154
|
+
"kind": 65536,
|
|
1155
|
+
"kindString": "Type literal",
|
|
1156
|
+
"flags": {},
|
|
1157
|
+
"sources": [
|
|
1158
|
+
{
|
|
1159
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1160
|
+
"line": 7,
|
|
1161
|
+
"character": 107
|
|
1162
|
+
}
|
|
1163
|
+
]
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
611
1166
|
{
|
|
612
1167
|
"type": "reference",
|
|
613
1168
|
"typeArguments": [
|
|
1169
|
+
{
|
|
1170
|
+
"type": "reflection",
|
|
1171
|
+
"declaration": {
|
|
1172
|
+
"id": 54,
|
|
1173
|
+
"name": "__type",
|
|
1174
|
+
"kind": 65536,
|
|
1175
|
+
"kindString": "Type literal",
|
|
1176
|
+
"flags": {},
|
|
1177
|
+
"sources": [
|
|
1178
|
+
{
|
|
1179
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1180
|
+
"line": 7,
|
|
1181
|
+
"character": 107
|
|
1182
|
+
}
|
|
1183
|
+
]
|
|
1184
|
+
}
|
|
1185
|
+
},
|
|
614
1186
|
{
|
|
615
1187
|
"type": "reference",
|
|
616
1188
|
"typeArguments": [
|
|
617
1189
|
{
|
|
618
1190
|
"type": "reflection",
|
|
619
1191
|
"declaration": {
|
|
620
|
-
"id":
|
|
1192
|
+
"id": 55,
|
|
621
1193
|
"name": "__type",
|
|
622
1194
|
"kind": 65536,
|
|
623
1195
|
"kindString": "Type literal",
|
|
@@ -630,11 +1202,32 @@
|
|
|
630
1202
|
}
|
|
631
1203
|
]
|
|
632
1204
|
}
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"type": "intrinsic",
|
|
1208
|
+
"name": "string"
|
|
633
1209
|
}
|
|
634
1210
|
],
|
|
635
|
-
"name": "
|
|
636
|
-
"qualifiedName": "
|
|
1211
|
+
"name": "XyoQuery",
|
|
1212
|
+
"qualifiedName": "XyoQuery",
|
|
637
1213
|
"package": "@xyo-network/module"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"type": "reflection",
|
|
1217
|
+
"declaration": {
|
|
1218
|
+
"id": 56,
|
|
1219
|
+
"name": "__type",
|
|
1220
|
+
"kind": 65536,
|
|
1221
|
+
"kindString": "Type literal",
|
|
1222
|
+
"flags": {},
|
|
1223
|
+
"sources": [
|
|
1224
|
+
{
|
|
1225
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1226
|
+
"line": 7,
|
|
1227
|
+
"character": 107
|
|
1228
|
+
}
|
|
1229
|
+
]
|
|
1230
|
+
}
|
|
638
1231
|
}
|
|
639
1232
|
],
|
|
640
1233
|
"name": "XyoModule",
|
|
@@ -661,16 +1254,73 @@
|
|
|
661
1254
|
{
|
|
662
1255
|
"type": "reference",
|
|
663
1256
|
"typeArguments": [
|
|
1257
|
+
{
|
|
1258
|
+
"type": "reflection",
|
|
1259
|
+
"declaration": {
|
|
1260
|
+
"id": 57,
|
|
1261
|
+
"name": "__type",
|
|
1262
|
+
"kind": 65536,
|
|
1263
|
+
"kindString": "Type literal",
|
|
1264
|
+
"flags": {},
|
|
1265
|
+
"sources": [
|
|
1266
|
+
{
|
|
1267
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1268
|
+
"line": 7,
|
|
1269
|
+
"character": 107
|
|
1270
|
+
}
|
|
1271
|
+
]
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"type": "reference",
|
|
1276
|
+
"name": "XyoNodeQuery",
|
|
1277
|
+
"qualifiedName": "XyoNodeQuery",
|
|
1278
|
+
"package": "@xyo-network/node"
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"type": "reflection",
|
|
1282
|
+
"declaration": {
|
|
1283
|
+
"id": 58,
|
|
1284
|
+
"name": "__type",
|
|
1285
|
+
"kind": 65536,
|
|
1286
|
+
"kindString": "Type literal",
|
|
1287
|
+
"flags": {},
|
|
1288
|
+
"sources": [
|
|
1289
|
+
{
|
|
1290
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1291
|
+
"line": 7,
|
|
1292
|
+
"character": 107
|
|
1293
|
+
}
|
|
1294
|
+
]
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
664
1297
|
{
|
|
665
1298
|
"type": "reference",
|
|
666
1299
|
"typeArguments": [
|
|
1300
|
+
{
|
|
1301
|
+
"type": "reflection",
|
|
1302
|
+
"declaration": {
|
|
1303
|
+
"id": 59,
|
|
1304
|
+
"name": "__type",
|
|
1305
|
+
"kind": 65536,
|
|
1306
|
+
"kindString": "Type literal",
|
|
1307
|
+
"flags": {},
|
|
1308
|
+
"sources": [
|
|
1309
|
+
{
|
|
1310
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1311
|
+
"line": 7,
|
|
1312
|
+
"character": 107
|
|
1313
|
+
}
|
|
1314
|
+
]
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
667
1317
|
{
|
|
668
1318
|
"type": "reference",
|
|
669
1319
|
"typeArguments": [
|
|
670
1320
|
{
|
|
671
1321
|
"type": "reflection",
|
|
672
1322
|
"declaration": {
|
|
673
|
-
"id":
|
|
1323
|
+
"id": 60,
|
|
674
1324
|
"name": "__type",
|
|
675
1325
|
"kind": 65536,
|
|
676
1326
|
"kindString": "Type literal",
|
|
@@ -683,11 +1333,32 @@
|
|
|
683
1333
|
}
|
|
684
1334
|
]
|
|
685
1335
|
}
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
"type": "intrinsic",
|
|
1339
|
+
"name": "string"
|
|
686
1340
|
}
|
|
687
1341
|
],
|
|
688
|
-
"name": "
|
|
689
|
-
"qualifiedName": "
|
|
1342
|
+
"name": "XyoQuery",
|
|
1343
|
+
"qualifiedName": "XyoQuery",
|
|
690
1344
|
"package": "@xyo-network/module"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"type": "reflection",
|
|
1348
|
+
"declaration": {
|
|
1349
|
+
"id": 61,
|
|
1350
|
+
"name": "__type",
|
|
1351
|
+
"kind": 65536,
|
|
1352
|
+
"kindString": "Type literal",
|
|
1353
|
+
"flags": {},
|
|
1354
|
+
"sources": [
|
|
1355
|
+
{
|
|
1356
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
|
|
1357
|
+
"line": 7,
|
|
1358
|
+
"character": 107
|
|
1359
|
+
}
|
|
1360
|
+
]
|
|
1361
|
+
}
|
|
691
1362
|
}
|
|
692
1363
|
],
|
|
693
1364
|
"name": "XyoModule",
|
|
@@ -712,7 +1383,7 @@
|
|
|
712
1383
|
]
|
|
713
1384
|
},
|
|
714
1385
|
{
|
|
715
|
-
"id":
|
|
1386
|
+
"id": 62,
|
|
716
1387
|
"name": "useWitnessModule",
|
|
717
1388
|
"kind": 64,
|
|
718
1389
|
"kindString": "Function",
|
|
@@ -722,19 +1393,19 @@
|
|
|
722
1393
|
"fileName": "packages/sdk/packages/node/src/contexts/useWitnessModule.ts",
|
|
723
1394
|
"line": 5,
|
|
724
1395
|
"character": 13,
|
|
725
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1396
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useWitnessModule.ts#L5"
|
|
726
1397
|
}
|
|
727
1398
|
],
|
|
728
1399
|
"signatures": [
|
|
729
1400
|
{
|
|
730
|
-
"id":
|
|
1401
|
+
"id": 63,
|
|
731
1402
|
"name": "useWitnessModule",
|
|
732
1403
|
"kind": 4096,
|
|
733
1404
|
"kindString": "Call signature",
|
|
734
1405
|
"flags": {},
|
|
735
1406
|
"parameters": [
|
|
736
1407
|
{
|
|
737
|
-
"id":
|
|
1408
|
+
"id": 64,
|
|
738
1409
|
"name": "address",
|
|
739
1410
|
"kind": 32768,
|
|
740
1411
|
"kindString": "Parameter",
|
|
@@ -764,14 +1435,56 @@
|
|
|
764
1435
|
}
|
|
765
1436
|
}
|
|
766
1437
|
]
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
"id": 65,
|
|
1441
|
+
"name": "useWitnessModules",
|
|
1442
|
+
"kind": 64,
|
|
1443
|
+
"kindString": "Function",
|
|
1444
|
+
"flags": {},
|
|
1445
|
+
"sources": [
|
|
1446
|
+
{
|
|
1447
|
+
"fileName": "packages/sdk/packages/node/src/contexts/useWitnessModules.ts",
|
|
1448
|
+
"line": 6,
|
|
1449
|
+
"character": 13,
|
|
1450
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/contexts/useWitnessModules.ts#L6"
|
|
1451
|
+
}
|
|
1452
|
+
],
|
|
1453
|
+
"signatures": [
|
|
1454
|
+
{
|
|
1455
|
+
"id": 66,
|
|
1456
|
+
"name": "useWitnessModules",
|
|
1457
|
+
"kind": 4096,
|
|
1458
|
+
"kindString": "Call signature",
|
|
1459
|
+
"flags": {},
|
|
1460
|
+
"type": {
|
|
1461
|
+
"type": "array",
|
|
1462
|
+
"elementType": {
|
|
1463
|
+
"type": "union",
|
|
1464
|
+
"types": [
|
|
1465
|
+
{
|
|
1466
|
+
"type": "intrinsic",
|
|
1467
|
+
"name": "undefined"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"type": "reference",
|
|
1471
|
+
"name": "XyoWitnessWrapper",
|
|
1472
|
+
"qualifiedName": "XyoWitnessWrapper",
|
|
1473
|
+
"package": "@xyo-network/witness"
|
|
1474
|
+
}
|
|
1475
|
+
]
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
]
|
|
767
1480
|
}
|
|
768
1481
|
],
|
|
769
1482
|
"groups": [
|
|
770
1483
|
{
|
|
771
1484
|
"title": "Interfaces",
|
|
772
1485
|
"children": [
|
|
773
|
-
|
|
774
|
-
|
|
1486
|
+
14,
|
|
1487
|
+
2
|
|
775
1488
|
]
|
|
776
1489
|
},
|
|
777
1490
|
{
|
|
@@ -783,12 +1496,17 @@
|
|
|
783
1496
|
{
|
|
784
1497
|
"title": "Functions",
|
|
785
1498
|
"children": [
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
1499
|
+
10,
|
|
1500
|
+
27,
|
|
1501
|
+
30,
|
|
1502
|
+
32,
|
|
1503
|
+
35,
|
|
1504
|
+
37,
|
|
1505
|
+
43,
|
|
1506
|
+
45,
|
|
1507
|
+
50,
|
|
1508
|
+
62,
|
|
1509
|
+
65
|
|
792
1510
|
]
|
|
793
1511
|
}
|
|
794
1512
|
],
|
|
@@ -797,7 +1515,7 @@
|
|
|
797
1515
|
"fileName": "packages/sdk/packages/node/src/index.ts",
|
|
798
1516
|
"line": 1,
|
|
799
1517
|
"character": 0,
|
|
800
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1518
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/e4e8b6954/packages/sdk/packages/node/src/index.ts#L1"
|
|
801
1519
|
}
|
|
802
1520
|
]
|
|
803
1521
|
}
|