@xyo-network/react-node 2.47.44 → 2.47.46
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/NodeDrawer.js +2 -2
- package/dist/cjs/components/NodeDrawer.js.map +1 -1
- package/dist/cjs/hooks/useProvidedNode.js +2 -2
- package/dist/cjs/hooks/useProvidedNode.js.map +1 -1
- package/dist/cjs/index.js +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +329 -407
- package/dist/esm/components/NodeDrawer.js +1 -1
- package/dist/esm/components/NodeDrawer.js.map +1 -1
- package/dist/esm/hooks/useProvidedNode.js +1 -1
- package/dist/esm/hooks/useProvidedNode.js.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types/hooks/useProvidedNode.d.ts.map +1 -1
- package/dist/types/index.d.ts +2 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +12 -11
- package/src/components/Node.stories.tsx +1 -1
- package/src/components/NodeDrawer.stories.tsx +1 -1
- package/src/components/NodeDrawer.tsx +1 -1
- package/src/hooks/useProvidedNode.tsx +1 -2
- package/src/index.ts +2 -1
- package/dist/cjs/contexts/MemoryProvider.js +0 -23
- package/dist/cjs/contexts/MemoryProvider.js.map +0 -1
- package/dist/cjs/contexts/ModuleRepository/Context.js +0 -6
- package/dist/cjs/contexts/ModuleRepository/Context.js.map +0 -1
- package/dist/cjs/contexts/ModuleRepository/Provider.js +0 -40
- package/dist/cjs/contexts/ModuleRepository/Provider.js.map +0 -1
- package/dist/cjs/contexts/ModuleRepository/State.js +0 -3
- package/dist/cjs/contexts/ModuleRepository/State.js.map +0 -1
- package/dist/cjs/contexts/ModuleRepository/index.js +0 -8
- package/dist/cjs/contexts/ModuleRepository/index.js.map +0 -1
- package/dist/cjs/contexts/ModuleRepository/use.js +0 -8
- package/dist/cjs/contexts/ModuleRepository/use.js.map +0 -1
- package/dist/cjs/contexts/Node/Context.js +0 -6
- package/dist/cjs/contexts/Node/Context.js.map +0 -1
- package/dist/cjs/contexts/Node/Provider.js +0 -13
- package/dist/cjs/contexts/Node/Provider.js.map +0 -1
- package/dist/cjs/contexts/Node/State.js +0 -3
- package/dist/cjs/contexts/Node/State.js.map +0 -1
- package/dist/cjs/contexts/Node/index.js +0 -7
- package/dist/cjs/contexts/Node/index.js.map +0 -1
- package/dist/cjs/contexts/NodeDrawerContext/Context.js +0 -6
- package/dist/cjs/contexts/NodeDrawerContext/Context.js.map +0 -1
- package/dist/cjs/contexts/NodeDrawerContext/Provider.js +0 -15
- package/dist/cjs/contexts/NodeDrawerContext/Provider.js.map +0 -1
- package/dist/cjs/contexts/NodeDrawerContext/State.js +0 -3
- package/dist/cjs/contexts/NodeDrawerContext/State.js.map +0 -1
- package/dist/cjs/contexts/NodeDrawerContext/index.js +0 -8
- package/dist/cjs/contexts/NodeDrawerContext/index.js.map +0 -1
- package/dist/cjs/contexts/NodeDrawerContext/use.js +0 -8
- package/dist/cjs/contexts/NodeDrawerContext/use.js.map +0 -1
- package/dist/cjs/contexts/index.js +0 -8
- package/dist/cjs/contexts/index.js.map +0 -1
- package/dist/esm/contexts/MemoryProvider.js +0 -18
- package/dist/esm/contexts/MemoryProvider.js.map +0 -1
- package/dist/esm/contexts/ModuleRepository/Context.js +0 -3
- package/dist/esm/contexts/ModuleRepository/Context.js.map +0 -1
- package/dist/esm/contexts/ModuleRepository/Provider.js +0 -39
- package/dist/esm/contexts/ModuleRepository/Provider.js.map +0 -1
- package/dist/esm/contexts/ModuleRepository/State.js +0 -2
- package/dist/esm/contexts/ModuleRepository/State.js.map +0 -1
- package/dist/esm/contexts/ModuleRepository/index.js +0 -5
- package/dist/esm/contexts/ModuleRepository/index.js.map +0 -1
- package/dist/esm/contexts/ModuleRepository/use.js +0 -4
- package/dist/esm/contexts/ModuleRepository/use.js.map +0 -1
- package/dist/esm/contexts/Node/Context.js +0 -3
- package/dist/esm/contexts/Node/Context.js.map +0 -1
- package/dist/esm/contexts/Node/Provider.js +0 -9
- package/dist/esm/contexts/Node/Provider.js.map +0 -1
- package/dist/esm/contexts/Node/State.js +0 -2
- package/dist/esm/contexts/Node/State.js.map +0 -1
- package/dist/esm/contexts/Node/index.js +0 -4
- package/dist/esm/contexts/Node/index.js.map +0 -1
- package/dist/esm/contexts/NodeDrawerContext/Context.js +0 -3
- package/dist/esm/contexts/NodeDrawerContext/Context.js.map +0 -1
- package/dist/esm/contexts/NodeDrawerContext/Provider.js +0 -11
- package/dist/esm/contexts/NodeDrawerContext/Provider.js.map +0 -1
- package/dist/esm/contexts/NodeDrawerContext/State.js +0 -2
- package/dist/esm/contexts/NodeDrawerContext/State.js.map +0 -1
- package/dist/esm/contexts/NodeDrawerContext/index.js +0 -5
- package/dist/esm/contexts/NodeDrawerContext/index.js.map +0 -1
- package/dist/esm/contexts/NodeDrawerContext/use.js +0 -4
- package/dist/esm/contexts/NodeDrawerContext/use.js.map +0 -1
- package/dist/esm/contexts/index.js +0 -5
- package/dist/esm/contexts/index.js.map +0 -1
- package/dist/types/contexts/MemoryProvider.d.ts +0 -10
- package/dist/types/contexts/MemoryProvider.d.ts.map +0 -1
- package/dist/types/contexts/ModuleRepository/Context.d.ts +0 -4
- package/dist/types/contexts/ModuleRepository/Context.d.ts.map +0 -1
- package/dist/types/contexts/ModuleRepository/Provider.d.ts +0 -9
- package/dist/types/contexts/ModuleRepository/Provider.d.ts.map +0 -1
- package/dist/types/contexts/ModuleRepository/State.d.ts +0 -11
- package/dist/types/contexts/ModuleRepository/State.d.ts.map +0 -1
- package/dist/types/contexts/ModuleRepository/index.d.ts +0 -5
- package/dist/types/contexts/ModuleRepository/index.d.ts.map +0 -1
- package/dist/types/contexts/ModuleRepository/use.d.ts +0 -2
- package/dist/types/contexts/ModuleRepository/use.d.ts.map +0 -1
- package/dist/types/contexts/Node/Context.d.ts +0 -4
- package/dist/types/contexts/Node/Context.d.ts.map +0 -1
- package/dist/types/contexts/Node/Provider.d.ts +0 -8
- package/dist/types/contexts/Node/Provider.d.ts.map +0 -1
- package/dist/types/contexts/Node/State.d.ts +0 -5
- package/dist/types/contexts/Node/State.d.ts.map +0 -1
- package/dist/types/contexts/Node/index.d.ts +0 -4
- package/dist/types/contexts/Node/index.d.ts.map +0 -1
- package/dist/types/contexts/NodeDrawerContext/Context.d.ts +0 -4
- package/dist/types/contexts/NodeDrawerContext/Context.d.ts.map +0 -1
- package/dist/types/contexts/NodeDrawerContext/Provider.d.ts +0 -7
- package/dist/types/contexts/NodeDrawerContext/Provider.d.ts.map +0 -1
- package/dist/types/contexts/NodeDrawerContext/State.d.ts +0 -7
- package/dist/types/contexts/NodeDrawerContext/State.d.ts.map +0 -1
- package/dist/types/contexts/NodeDrawerContext/index.d.ts +0 -5
- package/dist/types/contexts/NodeDrawerContext/index.d.ts.map +0 -1
- package/dist/types/contexts/NodeDrawerContext/use.d.ts +0 -2
- package/dist/types/contexts/NodeDrawerContext/use.d.ts.map +0 -1
- package/dist/types/contexts/index.d.ts +0 -5
- package/dist/types/contexts/index.d.ts.map +0 -1
- package/src/contexts/MemoryProvider.tsx +0 -29
- package/src/contexts/ModuleRepository/Context.ts +0 -5
- package/src/contexts/ModuleRepository/Provider.tsx +0 -51
- package/src/contexts/ModuleRepository/State.ts +0 -12
- package/src/contexts/ModuleRepository/index.ts +0 -4
- package/src/contexts/ModuleRepository/use.tsx +0 -5
- package/src/contexts/Node/Context.ts +0 -5
- package/src/contexts/Node/Provider.tsx +0 -16
- package/src/contexts/Node/State.ts +0 -5
- package/src/contexts/Node/index.ts +0 -3
- package/src/contexts/NodeDrawerContext/Context.ts +0 -5
- package/src/contexts/NodeDrawerContext/Provider.tsx +0 -18
- package/src/contexts/NodeDrawerContext/State.ts +0 -7
- package/src/contexts/NodeDrawerContext/index.ts +0 -4
- package/src/contexts/NodeDrawerContext/use.tsx +0 -5
- package/src/contexts/index.ts +0 -4
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 104,
|
|
11
11
|
"name": "ModuleRepositoryContextState",
|
|
12
12
|
"kind": 256,
|
|
13
13
|
"kindString": "Interface",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 114,
|
|
18
18
|
"name": "provided",
|
|
19
19
|
"kind": 1024,
|
|
20
20
|
"kindString": "Property",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 105,
|
|
40
40
|
"name": "removeResolvers",
|
|
41
41
|
"kind": 1024,
|
|
42
42
|
"kindString": "Property",
|
|
@@ -45,38 +45,36 @@
|
|
|
45
45
|
},
|
|
46
46
|
"sources": [
|
|
47
47
|
{
|
|
48
|
-
"fileName": "packages/modules/packages/node/
|
|
49
|
-
"line":
|
|
50
|
-
"character":
|
|
51
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L9"
|
|
48
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/State.d.ts",
|
|
49
|
+
"line": 7,
|
|
50
|
+
"character": 4
|
|
52
51
|
}
|
|
53
52
|
],
|
|
54
53
|
"type": {
|
|
55
54
|
"type": "reflection",
|
|
56
55
|
"declaration": {
|
|
57
|
-
"id":
|
|
56
|
+
"id": 106,
|
|
58
57
|
"name": "__type",
|
|
59
58
|
"kind": 65536,
|
|
60
59
|
"kindString": "Type literal",
|
|
61
60
|
"flags": {},
|
|
62
61
|
"sources": [
|
|
63
62
|
{
|
|
64
|
-
"fileName": "packages/modules/packages/node/
|
|
65
|
-
"line":
|
|
66
|
-
"character":
|
|
67
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L9"
|
|
63
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/State.d.ts",
|
|
64
|
+
"line": 7,
|
|
65
|
+
"character": 22
|
|
68
66
|
}
|
|
69
67
|
],
|
|
70
68
|
"signatures": [
|
|
71
69
|
{
|
|
72
|
-
"id":
|
|
70
|
+
"id": 107,
|
|
73
71
|
"name": "__type",
|
|
74
72
|
"kind": 4096,
|
|
75
73
|
"kindString": "Call signature",
|
|
76
74
|
"flags": {},
|
|
77
75
|
"parameters": [
|
|
78
76
|
{
|
|
79
|
-
"id":
|
|
77
|
+
"id": 108,
|
|
80
78
|
"name": "names",
|
|
81
79
|
"kind": 32768,
|
|
82
80
|
"kindString": "Parameter",
|
|
@@ -102,7 +100,7 @@
|
|
|
102
100
|
}
|
|
103
101
|
},
|
|
104
102
|
{
|
|
105
|
-
"id":
|
|
103
|
+
"id": 109,
|
|
106
104
|
"name": "resolvers",
|
|
107
105
|
"kind": 1024,
|
|
108
106
|
"kindString": "Property",
|
|
@@ -111,20 +109,19 @@
|
|
|
111
109
|
},
|
|
112
110
|
"sources": [
|
|
113
111
|
{
|
|
114
|
-
"fileName": "packages/modules/packages/node/
|
|
115
|
-
"line":
|
|
116
|
-
"character":
|
|
117
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L10"
|
|
112
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/State.d.ts",
|
|
113
|
+
"line": 8,
|
|
114
|
+
"character": 4
|
|
118
115
|
}
|
|
119
116
|
],
|
|
120
117
|
"type": {
|
|
121
118
|
"type": "reference",
|
|
122
|
-
"id":
|
|
119
|
+
"id": 101,
|
|
123
120
|
"name": "ResolverEntries"
|
|
124
121
|
}
|
|
125
122
|
},
|
|
126
123
|
{
|
|
127
|
-
"id":
|
|
124
|
+
"id": 110,
|
|
128
125
|
"name": "updateResolvers",
|
|
129
126
|
"kind": 1024,
|
|
130
127
|
"kindString": "Property",
|
|
@@ -133,45 +130,43 @@
|
|
|
133
130
|
},
|
|
134
131
|
"sources": [
|
|
135
132
|
{
|
|
136
|
-
"fileName": "packages/modules/packages/node/
|
|
137
|
-
"line":
|
|
138
|
-
"character":
|
|
139
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L11"
|
|
133
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/State.d.ts",
|
|
134
|
+
"line": 9,
|
|
135
|
+
"character": 4
|
|
140
136
|
}
|
|
141
137
|
],
|
|
142
138
|
"type": {
|
|
143
139
|
"type": "reflection",
|
|
144
140
|
"declaration": {
|
|
145
|
-
"id":
|
|
141
|
+
"id": 111,
|
|
146
142
|
"name": "__type",
|
|
147
143
|
"kind": 65536,
|
|
148
144
|
"kindString": "Type literal",
|
|
149
145
|
"flags": {},
|
|
150
146
|
"sources": [
|
|
151
147
|
{
|
|
152
|
-
"fileName": "packages/modules/packages/node/
|
|
153
|
-
"line":
|
|
154
|
-
"character":
|
|
155
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L11"
|
|
148
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/State.d.ts",
|
|
149
|
+
"line": 9,
|
|
150
|
+
"character": 22
|
|
156
151
|
}
|
|
157
152
|
],
|
|
158
153
|
"signatures": [
|
|
159
154
|
{
|
|
160
|
-
"id":
|
|
155
|
+
"id": 112,
|
|
161
156
|
"name": "__type",
|
|
162
157
|
"kind": 4096,
|
|
163
158
|
"kindString": "Call signature",
|
|
164
159
|
"flags": {},
|
|
165
160
|
"parameters": [
|
|
166
161
|
{
|
|
167
|
-
"id":
|
|
162
|
+
"id": 113,
|
|
168
163
|
"name": "resolvers",
|
|
169
164
|
"kind": 32768,
|
|
170
165
|
"kindString": "Parameter",
|
|
171
166
|
"flags": {},
|
|
172
167
|
"type": {
|
|
173
168
|
"type": "reference",
|
|
174
|
-
"id":
|
|
169
|
+
"id": 101,
|
|
175
170
|
"name": "ResolverEntries"
|
|
176
171
|
}
|
|
177
172
|
}
|
|
@@ -190,19 +185,18 @@
|
|
|
190
185
|
{
|
|
191
186
|
"title": "Properties",
|
|
192
187
|
"children": [
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
188
|
+
114,
|
|
189
|
+
105,
|
|
190
|
+
109,
|
|
191
|
+
110
|
|
197
192
|
]
|
|
198
193
|
}
|
|
199
194
|
],
|
|
200
195
|
"sources": [
|
|
201
196
|
{
|
|
202
|
-
"fileName": "packages/modules/packages/node/
|
|
203
|
-
"line":
|
|
204
|
-
"character": 17
|
|
205
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L8"
|
|
197
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/State.d.ts",
|
|
198
|
+
"line": 6,
|
|
199
|
+
"character": 17
|
|
206
200
|
}
|
|
207
201
|
],
|
|
208
202
|
"extendedTypes": [
|
|
@@ -213,14 +207,14 @@
|
|
|
213
207
|
]
|
|
214
208
|
},
|
|
215
209
|
{
|
|
216
|
-
"id":
|
|
210
|
+
"id": 116,
|
|
217
211
|
"name": "NodeContextState",
|
|
218
212
|
"kind": 256,
|
|
219
213
|
"kindString": "Interface",
|
|
220
214
|
"flags": {},
|
|
221
215
|
"children": [
|
|
222
216
|
{
|
|
223
|
-
"id":
|
|
217
|
+
"id": 117,
|
|
224
218
|
"name": "node",
|
|
225
219
|
"kind": 1024,
|
|
226
220
|
"kindString": "Property",
|
|
@@ -229,10 +223,9 @@
|
|
|
229
223
|
},
|
|
230
224
|
"sources": [
|
|
231
225
|
{
|
|
232
|
-
"fileName": "packages/modules/packages/node/
|
|
233
|
-
"line":
|
|
234
|
-
"character":
|
|
235
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/Node/State.ts#L4"
|
|
226
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/Node/State.d.ts",
|
|
227
|
+
"line": 3,
|
|
228
|
+
"character": 4
|
|
236
229
|
}
|
|
237
230
|
],
|
|
238
231
|
"type": {
|
|
@@ -259,7 +252,7 @@
|
|
|
259
252
|
{
|
|
260
253
|
"type": "reflection",
|
|
261
254
|
"declaration": {
|
|
262
|
-
"id":
|
|
255
|
+
"id": 118,
|
|
263
256
|
"name": "__type",
|
|
264
257
|
"kind": 65536,
|
|
265
258
|
"kindString": "Type literal",
|
|
@@ -300,7 +293,7 @@
|
|
|
300
293
|
{
|
|
301
294
|
"type": "reflection",
|
|
302
295
|
"declaration": {
|
|
303
|
-
"id":
|
|
296
|
+
"id": 119,
|
|
304
297
|
"name": "__type",
|
|
305
298
|
"kind": 65536,
|
|
306
299
|
"kindString": "Type literal",
|
|
@@ -323,7 +316,7 @@
|
|
|
323
316
|
{
|
|
324
317
|
"type": "reflection",
|
|
325
318
|
"declaration": {
|
|
326
|
-
"id":
|
|
319
|
+
"id": 120,
|
|
327
320
|
"name": "__type",
|
|
328
321
|
"kind": 65536,
|
|
329
322
|
"kindString": "Type literal",
|
|
@@ -378,7 +371,7 @@
|
|
|
378
371
|
{
|
|
379
372
|
"type": "reflection",
|
|
380
373
|
"declaration": {
|
|
381
|
-
"id":
|
|
374
|
+
"id": 121,
|
|
382
375
|
"name": "__type",
|
|
383
376
|
"kind": 65536,
|
|
384
377
|
"kindString": "Type literal",
|
|
@@ -431,16 +424,15 @@
|
|
|
431
424
|
{
|
|
432
425
|
"title": "Properties",
|
|
433
426
|
"children": [
|
|
434
|
-
|
|
427
|
+
117
|
|
435
428
|
]
|
|
436
429
|
}
|
|
437
430
|
],
|
|
438
431
|
"sources": [
|
|
439
432
|
{
|
|
440
|
-
"fileName": "packages/modules/packages/node/
|
|
441
|
-
"line":
|
|
442
|
-
"character": 17
|
|
443
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/Node/State.ts#L3"
|
|
433
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/Node/State.d.ts",
|
|
434
|
+
"line": 2,
|
|
435
|
+
"character": 17
|
|
444
436
|
}
|
|
445
437
|
]
|
|
446
438
|
},
|
|
@@ -455,7 +447,7 @@
|
|
|
455
447
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
456
448
|
"line": 10,
|
|
457
449
|
"character": 17,
|
|
458
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
450
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/components/NodeDrawer.tsx#L10"
|
|
459
451
|
}
|
|
460
452
|
],
|
|
461
453
|
"extendedTypes": [
|
|
@@ -486,14 +478,14 @@
|
|
|
486
478
|
]
|
|
487
479
|
},
|
|
488
480
|
{
|
|
489
|
-
"id":
|
|
481
|
+
"id": 152,
|
|
490
482
|
"name": "NodeDrawerProviderProps",
|
|
491
483
|
"kind": 256,
|
|
492
484
|
"kindString": "Interface",
|
|
493
485
|
"flags": {},
|
|
494
486
|
"children": [
|
|
495
487
|
{
|
|
496
|
-
"id":
|
|
488
|
+
"id": 153,
|
|
497
489
|
"name": "defaultOpen",
|
|
498
490
|
"kind": 1024,
|
|
499
491
|
"kindString": "Property",
|
|
@@ -502,10 +494,9 @@
|
|
|
502
494
|
},
|
|
503
495
|
"sources": [
|
|
504
496
|
{
|
|
505
|
-
"fileName": "packages/modules/packages/node/
|
|
506
|
-
"line":
|
|
507
|
-
"character":
|
|
508
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L7"
|
|
497
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/NodeDrawerContext/Provider.d.ts",
|
|
498
|
+
"line": 4,
|
|
499
|
+
"character": 4
|
|
509
500
|
}
|
|
510
501
|
],
|
|
511
502
|
"type": {
|
|
@@ -518,16 +509,15 @@
|
|
|
518
509
|
{
|
|
519
510
|
"title": "Properties",
|
|
520
511
|
"children": [
|
|
521
|
-
|
|
512
|
+
153
|
|
522
513
|
]
|
|
523
514
|
}
|
|
524
515
|
],
|
|
525
516
|
"sources": [
|
|
526
517
|
{
|
|
527
|
-
"fileName": "packages/modules/packages/node/
|
|
528
|
-
"line":
|
|
529
|
-
"character": 17
|
|
530
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L6"
|
|
518
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/NodeDrawerContext/Provider.d.ts",
|
|
519
|
+
"line": 3,
|
|
520
|
+
"character": 17
|
|
531
521
|
}
|
|
532
522
|
],
|
|
533
523
|
"extendedTypes": [
|
|
@@ -540,14 +530,14 @@
|
|
|
540
530
|
]
|
|
541
531
|
},
|
|
542
532
|
{
|
|
543
|
-
"id":
|
|
533
|
+
"id": 123,
|
|
544
534
|
"name": "NodeDrawerState",
|
|
545
535
|
"kind": 256,
|
|
546
536
|
"kindString": "Interface",
|
|
547
537
|
"flags": {},
|
|
548
538
|
"children": [
|
|
549
539
|
{
|
|
550
|
-
"id":
|
|
540
|
+
"id": 124,
|
|
551
541
|
"name": "open",
|
|
552
542
|
"kind": 1024,
|
|
553
543
|
"kindString": "Property",
|
|
@@ -556,10 +546,9 @@
|
|
|
556
546
|
},
|
|
557
547
|
"sources": [
|
|
558
548
|
{
|
|
559
|
-
"fileName": "packages/modules/packages/node/
|
|
560
|
-
"line":
|
|
561
|
-
"character":
|
|
562
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L5"
|
|
549
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/NodeDrawerContext/State.d.ts",
|
|
550
|
+
"line": 4,
|
|
551
|
+
"character": 4
|
|
563
552
|
}
|
|
564
553
|
],
|
|
565
554
|
"type": {
|
|
@@ -568,7 +557,7 @@
|
|
|
568
557
|
}
|
|
569
558
|
},
|
|
570
559
|
{
|
|
571
|
-
"id":
|
|
560
|
+
"id": 126,
|
|
572
561
|
"name": "provided",
|
|
573
562
|
"kind": 1024,
|
|
574
563
|
"kindString": "Property",
|
|
@@ -590,7 +579,7 @@
|
|
|
590
579
|
}
|
|
591
580
|
},
|
|
592
581
|
{
|
|
593
|
-
"id":
|
|
582
|
+
"id": 125,
|
|
594
583
|
"name": "setOpen",
|
|
595
584
|
"kind": 1024,
|
|
596
585
|
"kindString": "Property",
|
|
@@ -599,10 +588,9 @@
|
|
|
599
588
|
},
|
|
600
589
|
"sources": [
|
|
601
590
|
{
|
|
602
|
-
"fileName": "packages/modules/packages/node/
|
|
603
|
-
"line":
|
|
604
|
-
"character":
|
|
605
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L6"
|
|
591
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/NodeDrawerContext/State.d.ts",
|
|
592
|
+
"line": 5,
|
|
593
|
+
"character": 4
|
|
606
594
|
}
|
|
607
595
|
],
|
|
608
596
|
"type": {
|
|
@@ -631,18 +619,17 @@
|
|
|
631
619
|
{
|
|
632
620
|
"title": "Properties",
|
|
633
621
|
"children": [
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
622
|
+
124,
|
|
623
|
+
126,
|
|
624
|
+
125
|
|
637
625
|
]
|
|
638
626
|
}
|
|
639
627
|
],
|
|
640
628
|
"sources": [
|
|
641
629
|
{
|
|
642
|
-
"fileName": "packages/modules/packages/node/
|
|
643
|
-
"line":
|
|
644
|
-
"character": 17
|
|
645
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L4"
|
|
630
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/NodeDrawerContext/State.d.ts",
|
|
631
|
+
"line": 3,
|
|
632
|
+
"character": 17
|
|
646
633
|
}
|
|
647
634
|
],
|
|
648
635
|
"extendedTypes": [
|
|
@@ -653,14 +640,14 @@
|
|
|
653
640
|
]
|
|
654
641
|
},
|
|
655
642
|
{
|
|
656
|
-
"id":
|
|
643
|
+
"id": 142,
|
|
657
644
|
"name": "NodeProviderProps",
|
|
658
645
|
"kind": 256,
|
|
659
646
|
"kindString": "Interface",
|
|
660
647
|
"flags": {},
|
|
661
648
|
"children": [
|
|
662
649
|
{
|
|
663
|
-
"id":
|
|
650
|
+
"id": 143,
|
|
664
651
|
"name": "node",
|
|
665
652
|
"kind": 1024,
|
|
666
653
|
"kindString": "Property",
|
|
@@ -669,10 +656,9 @@
|
|
|
669
656
|
},
|
|
670
657
|
"sources": [
|
|
671
658
|
{
|
|
672
|
-
"fileName": "packages/modules/packages/node/
|
|
673
|
-
"line":
|
|
674
|
-
"character":
|
|
675
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L8"
|
|
659
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/Node/Provider.d.ts",
|
|
660
|
+
"line": 5,
|
|
661
|
+
"character": 4
|
|
676
662
|
}
|
|
677
663
|
],
|
|
678
664
|
"type": {
|
|
@@ -699,7 +685,7 @@
|
|
|
699
685
|
{
|
|
700
686
|
"type": "reflection",
|
|
701
687
|
"declaration": {
|
|
702
|
-
"id":
|
|
688
|
+
"id": 144,
|
|
703
689
|
"name": "__type",
|
|
704
690
|
"kind": 65536,
|
|
705
691
|
"kindString": "Type literal",
|
|
@@ -740,7 +726,7 @@
|
|
|
740
726
|
{
|
|
741
727
|
"type": "reflection",
|
|
742
728
|
"declaration": {
|
|
743
|
-
"id":
|
|
729
|
+
"id": 145,
|
|
744
730
|
"name": "__type",
|
|
745
731
|
"kind": 65536,
|
|
746
732
|
"kindString": "Type literal",
|
|
@@ -763,7 +749,7 @@
|
|
|
763
749
|
{
|
|
764
750
|
"type": "reflection",
|
|
765
751
|
"declaration": {
|
|
766
|
-
"id":
|
|
752
|
+
"id": 146,
|
|
767
753
|
"name": "__type",
|
|
768
754
|
"kind": 65536,
|
|
769
755
|
"kindString": "Type literal",
|
|
@@ -818,7 +804,7 @@
|
|
|
818
804
|
{
|
|
819
805
|
"type": "reflection",
|
|
820
806
|
"declaration": {
|
|
821
|
-
"id":
|
|
807
|
+
"id": 147,
|
|
822
808
|
"name": "__type",
|
|
823
809
|
"kind": 65536,
|
|
824
810
|
"kindString": "Type literal",
|
|
@@ -871,42 +857,40 @@
|
|
|
871
857
|
{
|
|
872
858
|
"title": "Properties",
|
|
873
859
|
"children": [
|
|
874
|
-
|
|
860
|
+
143
|
|
875
861
|
]
|
|
876
862
|
}
|
|
877
863
|
],
|
|
878
864
|
"sources": [
|
|
879
865
|
{
|
|
880
|
-
"fileName": "packages/modules/packages/node/
|
|
881
|
-
"line":
|
|
882
|
-
"character": 17
|
|
883
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L7"
|
|
866
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/Node/Provider.d.ts",
|
|
867
|
+
"line": 4,
|
|
868
|
+
"character": 17
|
|
884
869
|
}
|
|
885
870
|
]
|
|
886
871
|
},
|
|
887
872
|
{
|
|
888
|
-
"id":
|
|
873
|
+
"id": 101,
|
|
889
874
|
"name": "ResolverEntries",
|
|
890
875
|
"kind": 256,
|
|
891
876
|
"kindString": "Interface",
|
|
892
877
|
"flags": {},
|
|
893
878
|
"sources": [
|
|
894
879
|
{
|
|
895
|
-
"fileName": "packages/modules/packages/node/
|
|
896
|
-
"line":
|
|
897
|
-
"character": 17
|
|
898
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L4"
|
|
880
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/State.d.ts",
|
|
881
|
+
"line": 3,
|
|
882
|
+
"character": 17
|
|
899
883
|
}
|
|
900
884
|
],
|
|
901
885
|
"indexSignature": {
|
|
902
|
-
"id":
|
|
886
|
+
"id": 102,
|
|
903
887
|
"name": "__index",
|
|
904
888
|
"kind": 8192,
|
|
905
889
|
"kindString": "Index signature",
|
|
906
890
|
"flags": {},
|
|
907
891
|
"parameters": [
|
|
908
892
|
{
|
|
909
|
-
"id":
|
|
893
|
+
"id": 103,
|
|
910
894
|
"name": "name",
|
|
911
895
|
"kind": 32768,
|
|
912
896
|
"flags": {},
|
|
@@ -918,24 +902,23 @@
|
|
|
918
902
|
],
|
|
919
903
|
"type": {
|
|
920
904
|
"type": "reference",
|
|
921
|
-
"name": "
|
|
922
|
-
"qualifiedName": "
|
|
923
|
-
"package": "@xyo-network/module-
|
|
905
|
+
"name": "ModuleResolver",
|
|
906
|
+
"qualifiedName": "ModuleResolver",
|
|
907
|
+
"package": "@xyo-network/module-model"
|
|
924
908
|
}
|
|
925
909
|
}
|
|
926
910
|
},
|
|
927
911
|
{
|
|
928
|
-
"id":
|
|
912
|
+
"id": 127,
|
|
929
913
|
"name": "MemoryNodeProviderProps",
|
|
930
914
|
"kind": 4194304,
|
|
931
915
|
"kindString": "Type alias",
|
|
932
916
|
"flags": {},
|
|
933
917
|
"sources": [
|
|
934
918
|
{
|
|
935
|
-
"fileName": "packages/modules/packages/node/
|
|
936
|
-
"line":
|
|
937
|
-
"character": 12
|
|
938
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
919
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/MemoryProvider.d.ts",
|
|
920
|
+
"line": 5,
|
|
921
|
+
"character": 12
|
|
939
922
|
}
|
|
940
923
|
],
|
|
941
924
|
"type": {
|
|
@@ -947,14 +930,14 @@
|
|
|
947
930
|
{
|
|
948
931
|
"type": "reflection",
|
|
949
932
|
"declaration": {
|
|
950
|
-
"id":
|
|
933
|
+
"id": 128,
|
|
951
934
|
"name": "__type",
|
|
952
935
|
"kind": 65536,
|
|
953
936
|
"kindString": "Type literal",
|
|
954
937
|
"flags": {},
|
|
955
938
|
"children": [
|
|
956
939
|
{
|
|
957
|
-
"id":
|
|
940
|
+
"id": 129,
|
|
958
941
|
"name": "moduleParams",
|
|
959
942
|
"kind": 1024,
|
|
960
943
|
"kindString": "Property",
|
|
@@ -963,10 +946,9 @@
|
|
|
963
946
|
},
|
|
964
947
|
"sources": [
|
|
965
948
|
{
|
|
966
|
-
"fileName": "packages/modules/packages/node/
|
|
967
|
-
"line":
|
|
968
|
-
"character":
|
|
969
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L9"
|
|
949
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/MemoryProvider.d.ts",
|
|
950
|
+
"line": 6,
|
|
951
|
+
"character": 4
|
|
970
952
|
}
|
|
971
953
|
],
|
|
972
954
|
"type": {
|
|
@@ -985,7 +967,7 @@
|
|
|
985
967
|
}
|
|
986
968
|
},
|
|
987
969
|
{
|
|
988
|
-
"id":
|
|
970
|
+
"id": 130,
|
|
989
971
|
"name": "required",
|
|
990
972
|
"kind": 1024,
|
|
991
973
|
"kindString": "Property",
|
|
@@ -994,10 +976,9 @@
|
|
|
994
976
|
},
|
|
995
977
|
"sources": [
|
|
996
978
|
{
|
|
997
|
-
"fileName": "packages/modules/packages/node/
|
|
998
|
-
"line":
|
|
999
|
-
"character":
|
|
1000
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L10"
|
|
979
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/MemoryProvider.d.ts",
|
|
980
|
+
"line": 7,
|
|
981
|
+
"character": 4
|
|
1001
982
|
}
|
|
1002
983
|
],
|
|
1003
984
|
"type": {
|
|
@@ -1010,17 +991,16 @@
|
|
|
1010
991
|
{
|
|
1011
992
|
"title": "Properties",
|
|
1012
993
|
"children": [
|
|
1013
|
-
|
|
1014
|
-
|
|
994
|
+
129,
|
|
995
|
+
130
|
|
1015
996
|
]
|
|
1016
997
|
}
|
|
1017
998
|
],
|
|
1018
999
|
"sources": [
|
|
1019
1000
|
{
|
|
1020
|
-
"fileName": "packages/modules/packages/node/
|
|
1021
|
-
"line":
|
|
1022
|
-
"character": 51
|
|
1023
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
1001
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/MemoryProvider.d.ts",
|
|
1002
|
+
"line": 5,
|
|
1003
|
+
"character": 51
|
|
1024
1004
|
}
|
|
1025
1005
|
]
|
|
1026
1006
|
}
|
|
@@ -1048,7 +1028,7 @@
|
|
|
1048
1028
|
}
|
|
1049
1029
|
},
|
|
1050
1030
|
{
|
|
1051
|
-
"id":
|
|
1031
|
+
"id": 100,
|
|
1052
1032
|
"name": "ModuleRepositoryContext",
|
|
1053
1033
|
"kind": 32,
|
|
1054
1034
|
"kindString": "Variable",
|
|
@@ -1057,38 +1037,20 @@
|
|
|
1057
1037
|
},
|
|
1058
1038
|
"sources": [
|
|
1059
1039
|
{
|
|
1060
|
-
"fileName": "packages/modules/packages/node/
|
|
1061
|
-
"line":
|
|
1062
|
-
"character":
|
|
1063
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts#L5"
|
|
1040
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/ModuleRepository/Context.d.ts",
|
|
1041
|
+
"line": 3,
|
|
1042
|
+
"character": 21
|
|
1064
1043
|
}
|
|
1065
1044
|
],
|
|
1066
1045
|
"type": {
|
|
1067
1046
|
"type": "reference",
|
|
1068
|
-
"typeArguments": [
|
|
1069
|
-
{
|
|
1070
|
-
"type": "intersection",
|
|
1071
|
-
"types": [
|
|
1072
|
-
{
|
|
1073
|
-
"type": "reference",
|
|
1074
|
-
"id": 26,
|
|
1075
|
-
"name": "ModuleRepositoryContextState"
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"type": "reference",
|
|
1079
|
-
"name": "ContextExState"
|
|
1080
|
-
}
|
|
1081
|
-
]
|
|
1082
|
-
}
|
|
1083
|
-
],
|
|
1084
1047
|
"name": "Context",
|
|
1085
|
-
"qualifiedName": "
|
|
1048
|
+
"qualifiedName": "\"/Users/arietrouw/GitHub/XYOracleNetwork/sdk-xyo-react-js/node_modules/@types/react/index\"",
|
|
1086
1049
|
"package": "@types/react"
|
|
1087
|
-
}
|
|
1088
|
-
"defaultValue": "..."
|
|
1050
|
+
}
|
|
1089
1051
|
},
|
|
1090
1052
|
{
|
|
1091
|
-
"id":
|
|
1053
|
+
"id": 115,
|
|
1092
1054
|
"name": "NodeContext",
|
|
1093
1055
|
"kind": 32,
|
|
1094
1056
|
"kindString": "Variable",
|
|
@@ -1097,38 +1059,20 @@
|
|
|
1097
1059
|
},
|
|
1098
1060
|
"sources": [
|
|
1099
1061
|
{
|
|
1100
|
-
"fileName": "packages/modules/packages/node/
|
|
1101
|
-
"line":
|
|
1102
|
-
"character":
|
|
1103
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/Node/Context.ts#L5"
|
|
1062
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/Node/Context.d.ts",
|
|
1063
|
+
"line": 3,
|
|
1064
|
+
"character": 21
|
|
1104
1065
|
}
|
|
1105
1066
|
],
|
|
1106
1067
|
"type": {
|
|
1107
1068
|
"type": "reference",
|
|
1108
|
-
"typeArguments": [
|
|
1109
|
-
{
|
|
1110
|
-
"type": "intersection",
|
|
1111
|
-
"types": [
|
|
1112
|
-
{
|
|
1113
|
-
"type": "reference",
|
|
1114
|
-
"id": 51,
|
|
1115
|
-
"name": "NodeContextState"
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"type": "reference",
|
|
1119
|
-
"name": "ContextExState"
|
|
1120
|
-
}
|
|
1121
|
-
]
|
|
1122
|
-
}
|
|
1123
|
-
],
|
|
1124
1069
|
"name": "Context",
|
|
1125
|
-
"qualifiedName": "
|
|
1070
|
+
"qualifiedName": "\"/Users/arietrouw/GitHub/XYOracleNetwork/sdk-xyo-react-js/node_modules/@types/react/index\"",
|
|
1126
1071
|
"package": "@types/react"
|
|
1127
|
-
}
|
|
1128
|
-
"defaultValue": "..."
|
|
1072
|
+
}
|
|
1129
1073
|
},
|
|
1130
1074
|
{
|
|
1131
|
-
"id":
|
|
1075
|
+
"id": 122,
|
|
1132
1076
|
"name": "NodeDrawerContext",
|
|
1133
1077
|
"kind": 32,
|
|
1134
1078
|
"kindString": "Variable",
|
|
@@ -1137,72 +1081,53 @@
|
|
|
1137
1081
|
},
|
|
1138
1082
|
"sources": [
|
|
1139
1083
|
{
|
|
1140
|
-
"fileName": "packages/modules/packages/node/
|
|
1141
|
-
"line":
|
|
1142
|
-
"character":
|
|
1143
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
1084
|
+
"fileName": "packages/modules/packages/node/packages/context/dist/types/NodeDrawerContext/Context.d.ts",
|
|
1085
|
+
"line": 3,
|
|
1086
|
+
"character": 21
|
|
1144
1087
|
}
|
|
1145
1088
|
],
|
|
1146
1089
|
"type": {
|
|
1147
1090
|
"type": "reference",
|
|
1148
|
-
"typeArguments": [
|
|
1149
|
-
{
|
|
1150
|
-
"type": "intersection",
|
|
1151
|
-
"types": [
|
|
1152
|
-
{
|
|
1153
|
-
"type": "reference",
|
|
1154
|
-
"id": 64,
|
|
1155
|
-
"name": "NodeDrawerState"
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
"type": "reference",
|
|
1159
|
-
"name": "ContextExState"
|
|
1160
|
-
}
|
|
1161
|
-
]
|
|
1162
|
-
}
|
|
1163
|
-
],
|
|
1164
1091
|
"name": "Context",
|
|
1165
|
-
"qualifiedName": "
|
|
1092
|
+
"qualifiedName": "\"/Users/arietrouw/GitHub/XYOracleNetwork/sdk-xyo-react-js/node_modules/@types/react/index\"",
|
|
1166
1093
|
"package": "@types/react"
|
|
1167
|
-
}
|
|
1168
|
-
"defaultValue": "..."
|
|
1094
|
+
}
|
|
1169
1095
|
},
|
|
1170
1096
|
{
|
|
1171
|
-
"id":
|
|
1097
|
+
"id": 131,
|
|
1172
1098
|
"name": "MemoryNodeProvider",
|
|
1173
1099
|
"kind": 64,
|
|
1174
1100
|
"kindString": "Function",
|
|
1175
1101
|
"flags": {},
|
|
1176
1102
|
"sources": [
|
|
1177
1103
|
{
|
|
1178
|
-
"fileName": "packages/modules/packages/node/
|
|
1179
|
-
"line":
|
|
1180
|
-
"character":
|
|
1181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
1104
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/MemoryProvider.d.ts",
|
|
1105
|
+
"line": 9,
|
|
1106
|
+
"character": 21
|
|
1182
1107
|
}
|
|
1183
1108
|
],
|
|
1184
1109
|
"signatures": [
|
|
1185
1110
|
{
|
|
1186
|
-
"id":
|
|
1111
|
+
"id": 132,
|
|
1187
1112
|
"name": "MemoryNodeProvider",
|
|
1188
1113
|
"kind": 4096,
|
|
1189
1114
|
"kindString": "Call signature",
|
|
1190
1115
|
"flags": {},
|
|
1191
1116
|
"parameters": [
|
|
1192
1117
|
{
|
|
1193
|
-
"id":
|
|
1118
|
+
"id": 133,
|
|
1194
1119
|
"name": "props",
|
|
1195
1120
|
"kind": 32768,
|
|
1196
1121
|
"kindString": "Parameter",
|
|
1197
1122
|
"flags": {},
|
|
1198
1123
|
"type": {
|
|
1199
1124
|
"type": "reference",
|
|
1200
|
-
"id":
|
|
1125
|
+
"id": 127,
|
|
1201
1126
|
"name": "MemoryNodeProviderProps"
|
|
1202
1127
|
}
|
|
1203
1128
|
},
|
|
1204
1129
|
{
|
|
1205
|
-
"id":
|
|
1130
|
+
"id": 134,
|
|
1206
1131
|
"name": "context",
|
|
1207
1132
|
"kind": 32768,
|
|
1208
1133
|
"kindString": "Parameter",
|
|
@@ -1244,29 +1169,28 @@
|
|
|
1244
1169
|
]
|
|
1245
1170
|
},
|
|
1246
1171
|
{
|
|
1247
|
-
"id":
|
|
1172
|
+
"id": 135,
|
|
1248
1173
|
"name": "ModuleRepositoryProvider",
|
|
1249
1174
|
"kind": 64,
|
|
1250
1175
|
"kindString": "Function",
|
|
1251
1176
|
"flags": {},
|
|
1252
1177
|
"sources": [
|
|
1253
1178
|
{
|
|
1254
|
-
"fileName": "packages/modules/packages/node/
|
|
1255
|
-
"line":
|
|
1256
|
-
"character":
|
|
1257
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx#L11"
|
|
1179
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/ModuleRepository/Provider.d.ts",
|
|
1180
|
+
"line": 7,
|
|
1181
|
+
"character": 21
|
|
1258
1182
|
}
|
|
1259
1183
|
],
|
|
1260
1184
|
"signatures": [
|
|
1261
1185
|
{
|
|
1262
|
-
"id":
|
|
1186
|
+
"id": 136,
|
|
1263
1187
|
"name": "ModuleRepositoryProvider",
|
|
1264
1188
|
"kind": 4096,
|
|
1265
1189
|
"kindString": "Call signature",
|
|
1266
1190
|
"flags": {},
|
|
1267
1191
|
"parameters": [
|
|
1268
1192
|
{
|
|
1269
|
-
"id":
|
|
1193
|
+
"id": 137,
|
|
1270
1194
|
"name": "props",
|
|
1271
1195
|
"kind": 32768,
|
|
1272
1196
|
"kindString": "Parameter",
|
|
@@ -1277,7 +1201,7 @@
|
|
|
1277
1201
|
}
|
|
1278
1202
|
},
|
|
1279
1203
|
{
|
|
1280
|
-
"id":
|
|
1204
|
+
"id": 138,
|
|
1281
1205
|
"name": "context",
|
|
1282
1206
|
"kind": 32768,
|
|
1283
1207
|
"kindString": "Parameter",
|
|
@@ -1329,7 +1253,7 @@
|
|
|
1329
1253
|
"fileName": "packages/modules/packages/node/src/components/Node.tsx",
|
|
1330
1254
|
"line": 8,
|
|
1331
1255
|
"character": 13,
|
|
1332
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1256
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/components/Node.tsx#L8"
|
|
1333
1257
|
}
|
|
1334
1258
|
],
|
|
1335
1259
|
"signatures": [
|
|
@@ -1406,7 +1330,7 @@
|
|
|
1406
1330
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
1407
1331
|
"line": 12,
|
|
1408
1332
|
"character": 13,
|
|
1409
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1333
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/components/NodeDrawer.tsx#L12"
|
|
1410
1334
|
}
|
|
1411
1335
|
],
|
|
1412
1336
|
"signatures": [
|
|
@@ -1472,41 +1396,40 @@
|
|
|
1472
1396
|
]
|
|
1473
1397
|
},
|
|
1474
1398
|
{
|
|
1475
|
-
"id":
|
|
1399
|
+
"id": 154,
|
|
1476
1400
|
"name": "NodeDrawerProvider",
|
|
1477
1401
|
"kind": 64,
|
|
1478
1402
|
"kindString": "Function",
|
|
1479
1403
|
"flags": {},
|
|
1480
1404
|
"sources": [
|
|
1481
1405
|
{
|
|
1482
|
-
"fileName": "packages/modules/packages/node/
|
|
1483
|
-
"line":
|
|
1484
|
-
"character":
|
|
1485
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1406
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/NodeDrawerContext/Provider.d.ts",
|
|
1407
|
+
"line": 6,
|
|
1408
|
+
"character": 21
|
|
1486
1409
|
}
|
|
1487
1410
|
],
|
|
1488
1411
|
"signatures": [
|
|
1489
1412
|
{
|
|
1490
|
-
"id":
|
|
1413
|
+
"id": 155,
|
|
1491
1414
|
"name": "NodeDrawerProvider",
|
|
1492
1415
|
"kind": 4096,
|
|
1493
1416
|
"kindString": "Call signature",
|
|
1494
1417
|
"flags": {},
|
|
1495
1418
|
"parameters": [
|
|
1496
1419
|
{
|
|
1497
|
-
"id":
|
|
1420
|
+
"id": 156,
|
|
1498
1421
|
"name": "props",
|
|
1499
1422
|
"kind": 32768,
|
|
1500
1423
|
"kindString": "Parameter",
|
|
1501
1424
|
"flags": {},
|
|
1502
1425
|
"type": {
|
|
1503
1426
|
"type": "reference",
|
|
1504
|
-
"id":
|
|
1427
|
+
"id": 152,
|
|
1505
1428
|
"name": "NodeDrawerProviderProps"
|
|
1506
1429
|
}
|
|
1507
1430
|
},
|
|
1508
1431
|
{
|
|
1509
|
-
"id":
|
|
1432
|
+
"id": 157,
|
|
1510
1433
|
"name": "context",
|
|
1511
1434
|
"kind": 32768,
|
|
1512
1435
|
"kindString": "Parameter",
|
|
@@ -1548,29 +1471,28 @@
|
|
|
1548
1471
|
]
|
|
1549
1472
|
},
|
|
1550
1473
|
{
|
|
1551
|
-
"id":
|
|
1474
|
+
"id": 148,
|
|
1552
1475
|
"name": "NodeProvider",
|
|
1553
1476
|
"kind": 64,
|
|
1554
1477
|
"kindString": "Function",
|
|
1555
1478
|
"flags": {},
|
|
1556
1479
|
"sources": [
|
|
1557
1480
|
{
|
|
1558
|
-
"fileName": "packages/modules/packages/node/
|
|
1559
|
-
"line":
|
|
1560
|
-
"character":
|
|
1561
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L11"
|
|
1481
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/Node/Provider.d.ts",
|
|
1482
|
+
"line": 7,
|
|
1483
|
+
"character": 21
|
|
1562
1484
|
}
|
|
1563
1485
|
],
|
|
1564
1486
|
"signatures": [
|
|
1565
1487
|
{
|
|
1566
|
-
"id":
|
|
1488
|
+
"id": 149,
|
|
1567
1489
|
"name": "NodeProvider",
|
|
1568
1490
|
"kind": 4096,
|
|
1569
1491
|
"kindString": "Call signature",
|
|
1570
1492
|
"flags": {},
|
|
1571
1493
|
"parameters": [
|
|
1572
1494
|
{
|
|
1573
|
-
"id":
|
|
1495
|
+
"id": 150,
|
|
1574
1496
|
"name": "props",
|
|
1575
1497
|
"kind": 32768,
|
|
1576
1498
|
"kindString": "Parameter",
|
|
@@ -1580,7 +1502,7 @@
|
|
|
1580
1502
|
"typeArguments": [
|
|
1581
1503
|
{
|
|
1582
1504
|
"type": "reference",
|
|
1583
|
-
"id":
|
|
1505
|
+
"id": 142,
|
|
1584
1506
|
"name": "NodeProviderProps"
|
|
1585
1507
|
}
|
|
1586
1508
|
],
|
|
@@ -1590,7 +1512,7 @@
|
|
|
1590
1512
|
}
|
|
1591
1513
|
},
|
|
1592
1514
|
{
|
|
1593
|
-
"id":
|
|
1515
|
+
"id": 151,
|
|
1594
1516
|
"name": "context",
|
|
1595
1517
|
"kind": 32768,
|
|
1596
1518
|
"kindString": "Parameter",
|
|
@@ -1632,7 +1554,7 @@
|
|
|
1632
1554
|
]
|
|
1633
1555
|
},
|
|
1634
1556
|
{
|
|
1635
|
-
"id":
|
|
1557
|
+
"id": 58,
|
|
1636
1558
|
"name": "WrappedModuleHookFactory",
|
|
1637
1559
|
"kind": 64,
|
|
1638
1560
|
"kindString": "Function",
|
|
@@ -1642,19 +1564,19 @@
|
|
|
1642
1564
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
1643
1565
|
"line": 9,
|
|
1644
1566
|
"character": 13,
|
|
1645
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1567
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L9"
|
|
1646
1568
|
}
|
|
1647
1569
|
],
|
|
1648
1570
|
"signatures": [
|
|
1649
1571
|
{
|
|
1650
|
-
"id":
|
|
1572
|
+
"id": 59,
|
|
1651
1573
|
"name": "WrappedModuleHookFactory",
|
|
1652
1574
|
"kind": 4096,
|
|
1653
1575
|
"kindString": "Call signature",
|
|
1654
1576
|
"flags": {},
|
|
1655
1577
|
"typeParameter": [
|
|
1656
1578
|
{
|
|
1657
|
-
"id":
|
|
1579
|
+
"id": 63,
|
|
1658
1580
|
"name": "TModuleWrapper",
|
|
1659
1581
|
"kind": 131072,
|
|
1660
1582
|
"kindString": "Type parameter",
|
|
@@ -1686,7 +1608,7 @@
|
|
|
1686
1608
|
{
|
|
1687
1609
|
"type": "reflection",
|
|
1688
1610
|
"declaration": {
|
|
1689
|
-
"id":
|
|
1611
|
+
"id": 60,
|
|
1690
1612
|
"name": "__type",
|
|
1691
1613
|
"kind": 65536,
|
|
1692
1614
|
"kindString": "Type literal",
|
|
@@ -1727,7 +1649,7 @@
|
|
|
1727
1649
|
{
|
|
1728
1650
|
"type": "reflection",
|
|
1729
1651
|
"declaration": {
|
|
1730
|
-
"id":
|
|
1652
|
+
"id": 61,
|
|
1731
1653
|
"name": "__type",
|
|
1732
1654
|
"kind": 65536,
|
|
1733
1655
|
"kindString": "Type literal",
|
|
@@ -1771,7 +1693,7 @@
|
|
|
1771
1693
|
{
|
|
1772
1694
|
"type": "reflection",
|
|
1773
1695
|
"declaration": {
|
|
1774
|
-
"id":
|
|
1696
|
+
"id": 62,
|
|
1775
1697
|
"name": "__type",
|
|
1776
1698
|
"kind": 65536,
|
|
1777
1699
|
"kindString": "Type literal",
|
|
@@ -1820,7 +1742,7 @@
|
|
|
1820
1742
|
},
|
|
1821
1743
|
{
|
|
1822
1744
|
"type": "reference",
|
|
1823
|
-
"id":
|
|
1745
|
+
"id": 63,
|
|
1824
1746
|
"name": "TModuleWrapper"
|
|
1825
1747
|
}
|
|
1826
1748
|
],
|
|
@@ -1832,7 +1754,7 @@
|
|
|
1832
1754
|
],
|
|
1833
1755
|
"parameters": [
|
|
1834
1756
|
{
|
|
1835
|
-
"id":
|
|
1757
|
+
"id": 64,
|
|
1836
1758
|
"name": "wrapperObject",
|
|
1837
1759
|
"kind": 32768,
|
|
1838
1760
|
"kindString": "Parameter",
|
|
@@ -1842,7 +1764,7 @@
|
|
|
1842
1764
|
"typeArguments": [
|
|
1843
1765
|
{
|
|
1844
1766
|
"type": "reference",
|
|
1845
|
-
"id":
|
|
1767
|
+
"id": 63,
|
|
1846
1768
|
"name": "TModuleWrapper"
|
|
1847
1769
|
}
|
|
1848
1770
|
],
|
|
@@ -1852,7 +1774,7 @@
|
|
|
1852
1774
|
}
|
|
1853
1775
|
},
|
|
1854
1776
|
{
|
|
1855
|
-
"id":
|
|
1777
|
+
"id": 65,
|
|
1856
1778
|
"name": "name",
|
|
1857
1779
|
"kind": 32768,
|
|
1858
1780
|
"kindString": "Parameter",
|
|
@@ -1868,7 +1790,7 @@
|
|
|
1868
1790
|
"type": {
|
|
1869
1791
|
"type": "reflection",
|
|
1870
1792
|
"declaration": {
|
|
1871
|
-
"id":
|
|
1793
|
+
"id": 66,
|
|
1872
1794
|
"name": "__type",
|
|
1873
1795
|
"kind": 65536,
|
|
1874
1796
|
"kindString": "Type literal",
|
|
@@ -1878,19 +1800,19 @@
|
|
|
1878
1800
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
1879
1801
|
"line": 13,
|
|
1880
1802
|
"character": 18,
|
|
1881
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1803
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L13"
|
|
1882
1804
|
}
|
|
1883
1805
|
],
|
|
1884
1806
|
"signatures": [
|
|
1885
1807
|
{
|
|
1886
|
-
"id":
|
|
1808
|
+
"id": 67,
|
|
1887
1809
|
"name": "__type",
|
|
1888
1810
|
"kind": 4096,
|
|
1889
1811
|
"kindString": "Call signature",
|
|
1890
1812
|
"flags": {},
|
|
1891
1813
|
"parameters": [
|
|
1892
1814
|
{
|
|
1893
|
-
"id":
|
|
1815
|
+
"id": 68,
|
|
1894
1816
|
"name": "nameOrAddress",
|
|
1895
1817
|
"kind": 32768,
|
|
1896
1818
|
"kindString": "Parameter",
|
|
@@ -1903,7 +1825,7 @@
|
|
|
1903
1825
|
}
|
|
1904
1826
|
},
|
|
1905
1827
|
{
|
|
1906
|
-
"id":
|
|
1828
|
+
"id": 69,
|
|
1907
1829
|
"name": "account",
|
|
1908
1830
|
"kind": 32768,
|
|
1909
1831
|
"kindString": "Parameter",
|
|
@@ -1918,7 +1840,7 @@
|
|
|
1918
1840
|
}
|
|
1919
1841
|
},
|
|
1920
1842
|
{
|
|
1921
|
-
"id":
|
|
1843
|
+
"id": 70,
|
|
1922
1844
|
"name": "spinCheck",
|
|
1923
1845
|
"kind": 32768,
|
|
1924
1846
|
"kindString": "Parameter",
|
|
@@ -1954,7 +1876,7 @@
|
|
|
1954
1876
|
},
|
|
1955
1877
|
{
|
|
1956
1878
|
"type": "reference",
|
|
1957
|
-
"id":
|
|
1879
|
+
"id": 63,
|
|
1958
1880
|
"name": "TModuleWrapper"
|
|
1959
1881
|
}
|
|
1960
1882
|
]
|
|
@@ -1984,7 +1906,7 @@
|
|
|
1984
1906
|
]
|
|
1985
1907
|
},
|
|
1986
1908
|
{
|
|
1987
|
-
"id":
|
|
1909
|
+
"id": 79,
|
|
1988
1910
|
"name": "WrappedModulesHookFactory",
|
|
1989
1911
|
"kind": 64,
|
|
1990
1912
|
"kindString": "Function",
|
|
@@ -1994,19 +1916,19 @@
|
|
|
1994
1916
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModules.tsx",
|
|
1995
1917
|
"line": 11,
|
|
1996
1918
|
"character": 13,
|
|
1997
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1919
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useWrappedModules.tsx#L11"
|
|
1998
1920
|
}
|
|
1999
1921
|
],
|
|
2000
1922
|
"signatures": [
|
|
2001
1923
|
{
|
|
2002
|
-
"id":
|
|
1924
|
+
"id": 80,
|
|
2003
1925
|
"name": "WrappedModulesHookFactory",
|
|
2004
1926
|
"kind": 4096,
|
|
2005
1927
|
"kindString": "Call signature",
|
|
2006
1928
|
"flags": {},
|
|
2007
1929
|
"typeParameter": [
|
|
2008
1930
|
{
|
|
2009
|
-
"id":
|
|
1931
|
+
"id": 84,
|
|
2010
1932
|
"name": "TModuleWrapper",
|
|
2011
1933
|
"kind": 131072,
|
|
2012
1934
|
"kindString": "Type parameter",
|
|
@@ -2038,7 +1960,7 @@
|
|
|
2038
1960
|
{
|
|
2039
1961
|
"type": "reflection",
|
|
2040
1962
|
"declaration": {
|
|
2041
|
-
"id":
|
|
1963
|
+
"id": 81,
|
|
2042
1964
|
"name": "__type",
|
|
2043
1965
|
"kind": 65536,
|
|
2044
1966
|
"kindString": "Type literal",
|
|
@@ -2079,7 +2001,7 @@
|
|
|
2079
2001
|
{
|
|
2080
2002
|
"type": "reflection",
|
|
2081
2003
|
"declaration": {
|
|
2082
|
-
"id":
|
|
2004
|
+
"id": 82,
|
|
2083
2005
|
"name": "__type",
|
|
2084
2006
|
"kind": 65536,
|
|
2085
2007
|
"kindString": "Type literal",
|
|
@@ -2123,7 +2045,7 @@
|
|
|
2123
2045
|
{
|
|
2124
2046
|
"type": "reflection",
|
|
2125
2047
|
"declaration": {
|
|
2126
|
-
"id":
|
|
2048
|
+
"id": 83,
|
|
2127
2049
|
"name": "__type",
|
|
2128
2050
|
"kind": 65536,
|
|
2129
2051
|
"kindString": "Type literal",
|
|
@@ -2172,7 +2094,7 @@
|
|
|
2172
2094
|
},
|
|
2173
2095
|
{
|
|
2174
2096
|
"type": "reference",
|
|
2175
|
-
"id":
|
|
2097
|
+
"id": 84,
|
|
2176
2098
|
"name": "TModuleWrapper"
|
|
2177
2099
|
}
|
|
2178
2100
|
],
|
|
@@ -2184,7 +2106,7 @@
|
|
|
2184
2106
|
],
|
|
2185
2107
|
"parameters": [
|
|
2186
2108
|
{
|
|
2187
|
-
"id":
|
|
2109
|
+
"id": 85,
|
|
2188
2110
|
"name": "wrapperObject",
|
|
2189
2111
|
"kind": 32768,
|
|
2190
2112
|
"kindString": "Parameter",
|
|
@@ -2194,7 +2116,7 @@
|
|
|
2194
2116
|
"typeArguments": [
|
|
2195
2117
|
{
|
|
2196
2118
|
"type": "reference",
|
|
2197
|
-
"id":
|
|
2119
|
+
"id": 84,
|
|
2198
2120
|
"name": "TModuleWrapper"
|
|
2199
2121
|
}
|
|
2200
2122
|
],
|
|
@@ -2204,7 +2126,7 @@
|
|
|
2204
2126
|
}
|
|
2205
2127
|
},
|
|
2206
2128
|
{
|
|
2207
|
-
"id":
|
|
2129
|
+
"id": 86,
|
|
2208
2130
|
"name": "name",
|
|
2209
2131
|
"kind": 32768,
|
|
2210
2132
|
"kindString": "Parameter",
|
|
@@ -2218,7 +2140,7 @@
|
|
|
2218
2140
|
"type": {
|
|
2219
2141
|
"type": "reflection",
|
|
2220
2142
|
"declaration": {
|
|
2221
|
-
"id":
|
|
2143
|
+
"id": 87,
|
|
2222
2144
|
"name": "__type",
|
|
2223
2145
|
"kind": 65536,
|
|
2224
2146
|
"kindString": "Type literal",
|
|
@@ -2228,19 +2150,19 @@
|
|
|
2228
2150
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModules.tsx",
|
|
2229
2151
|
"line": 18,
|
|
2230
2152
|
"character": 18,
|
|
2231
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2153
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useWrappedModules.tsx#L18"
|
|
2232
2154
|
}
|
|
2233
2155
|
],
|
|
2234
2156
|
"signatures": [
|
|
2235
2157
|
{
|
|
2236
|
-
"id":
|
|
2158
|
+
"id": 88,
|
|
2237
2159
|
"name": "__type",
|
|
2238
2160
|
"kind": 4096,
|
|
2239
2161
|
"kindString": "Call signature",
|
|
2240
2162
|
"flags": {},
|
|
2241
2163
|
"parameters": [
|
|
2242
2164
|
{
|
|
2243
|
-
"id":
|
|
2165
|
+
"id": 89,
|
|
2244
2166
|
"name": "account",
|
|
2245
2167
|
"kind": 32768,
|
|
2246
2168
|
"kindString": "Parameter",
|
|
@@ -2255,7 +2177,7 @@
|
|
|
2255
2177
|
}
|
|
2256
2178
|
},
|
|
2257
2179
|
{
|
|
2258
|
-
"id":
|
|
2180
|
+
"id": 90,
|
|
2259
2181
|
"name": "spinCheck",
|
|
2260
2182
|
"kind": 32768,
|
|
2261
2183
|
"kindString": "Parameter",
|
|
@@ -2279,7 +2201,7 @@
|
|
|
2279
2201
|
}
|
|
2280
2202
|
},
|
|
2281
2203
|
{
|
|
2282
|
-
"id":
|
|
2204
|
+
"id": 91,
|
|
2283
2205
|
"name": "logger",
|
|
2284
2206
|
"kind": 32768,
|
|
2285
2207
|
"kindString": "Parameter",
|
|
@@ -2308,7 +2230,7 @@
|
|
|
2308
2230
|
"type": "array",
|
|
2309
2231
|
"elementType": {
|
|
2310
2232
|
"type": "reference",
|
|
2311
|
-
"id":
|
|
2233
|
+
"id": 84,
|
|
2312
2234
|
"name": "TModuleWrapper"
|
|
2313
2235
|
}
|
|
2314
2236
|
}
|
|
@@ -2339,7 +2261,7 @@
|
|
|
2339
2261
|
]
|
|
2340
2262
|
},
|
|
2341
2263
|
{
|
|
2342
|
-
"id":
|
|
2264
|
+
"id": 10,
|
|
2343
2265
|
"name": "useMemoryNodeUpdates",
|
|
2344
2266
|
"kind": 64,
|
|
2345
2267
|
"kindString": "Function",
|
|
@@ -2349,19 +2271,19 @@
|
|
|
2349
2271
|
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
2350
2272
|
"line": 13,
|
|
2351
2273
|
"character": 13,
|
|
2352
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2274
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2353
2275
|
}
|
|
2354
2276
|
],
|
|
2355
2277
|
"signatures": [
|
|
2356
2278
|
{
|
|
2357
|
-
"id":
|
|
2279
|
+
"id": 11,
|
|
2358
2280
|
"name": "useMemoryNodeUpdates",
|
|
2359
2281
|
"kind": 4096,
|
|
2360
2282
|
"kindString": "Call signature",
|
|
2361
2283
|
"flags": {},
|
|
2362
2284
|
"parameters": [
|
|
2363
2285
|
{
|
|
2364
|
-
"id":
|
|
2286
|
+
"id": 12,
|
|
2365
2287
|
"name": "refreshAddresses",
|
|
2366
2288
|
"kind": 32768,
|
|
2367
2289
|
"kindString": "Parameter",
|
|
@@ -2385,7 +2307,7 @@
|
|
|
2385
2307
|
]
|
|
2386
2308
|
},
|
|
2387
2309
|
{
|
|
2388
|
-
"id":
|
|
2310
|
+
"id": 13,
|
|
2389
2311
|
"name": "useModule",
|
|
2390
2312
|
"kind": 64,
|
|
2391
2313
|
"kindString": "Function",
|
|
@@ -2395,19 +2317,19 @@
|
|
|
2395
2317
|
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
2396
2318
|
"line": 10,
|
|
2397
2319
|
"character": 13,
|
|
2398
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2320
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useModule.tsx#L10"
|
|
2399
2321
|
}
|
|
2400
2322
|
],
|
|
2401
2323
|
"signatures": [
|
|
2402
2324
|
{
|
|
2403
|
-
"id":
|
|
2325
|
+
"id": 14,
|
|
2404
2326
|
"name": "useModule",
|
|
2405
2327
|
"kind": 4096,
|
|
2406
2328
|
"kindString": "Call signature",
|
|
2407
2329
|
"flags": {},
|
|
2408
2330
|
"typeParameter": [
|
|
2409
2331
|
{
|
|
2410
|
-
"id":
|
|
2332
|
+
"id": 21,
|
|
2411
2333
|
"name": "TModule",
|
|
2412
2334
|
"kind": 131072,
|
|
2413
2335
|
"kindString": "Type parameter",
|
|
@@ -2439,7 +2361,7 @@
|
|
|
2439
2361
|
{
|
|
2440
2362
|
"type": "reflection",
|
|
2441
2363
|
"declaration": {
|
|
2442
|
-
"id":
|
|
2364
|
+
"id": 15,
|
|
2443
2365
|
"name": "__type",
|
|
2444
2366
|
"kind": 65536,
|
|
2445
2367
|
"kindString": "Type literal",
|
|
@@ -2480,7 +2402,7 @@
|
|
|
2480
2402
|
{
|
|
2481
2403
|
"type": "reflection",
|
|
2482
2404
|
"declaration": {
|
|
2483
|
-
"id":
|
|
2405
|
+
"id": 16,
|
|
2484
2406
|
"name": "__type",
|
|
2485
2407
|
"kind": 65536,
|
|
2486
2408
|
"kindString": "Type literal",
|
|
@@ -2524,7 +2446,7 @@
|
|
|
2524
2446
|
{
|
|
2525
2447
|
"type": "reflection",
|
|
2526
2448
|
"declaration": {
|
|
2527
|
-
"id":
|
|
2449
|
+
"id": 17,
|
|
2528
2450
|
"name": "__type",
|
|
2529
2451
|
"kind": 65536,
|
|
2530
2452
|
"kindString": "Type literal",
|
|
@@ -2576,7 +2498,7 @@
|
|
|
2576
2498
|
},
|
|
2577
2499
|
{
|
|
2578
2500
|
"type": "reference",
|
|
2579
|
-
"id":
|
|
2501
|
+
"id": 21,
|
|
2580
2502
|
"name": "TModule"
|
|
2581
2503
|
}
|
|
2582
2504
|
],
|
|
@@ -2610,7 +2532,7 @@
|
|
|
2610
2532
|
{
|
|
2611
2533
|
"type": "reflection",
|
|
2612
2534
|
"declaration": {
|
|
2613
|
-
"id":
|
|
2535
|
+
"id": 18,
|
|
2614
2536
|
"name": "__type",
|
|
2615
2537
|
"kind": 65536,
|
|
2616
2538
|
"kindString": "Type literal",
|
|
@@ -2651,7 +2573,7 @@
|
|
|
2651
2573
|
{
|
|
2652
2574
|
"type": "reflection",
|
|
2653
2575
|
"declaration": {
|
|
2654
|
-
"id":
|
|
2576
|
+
"id": 19,
|
|
2655
2577
|
"name": "__type",
|
|
2656
2578
|
"kind": 65536,
|
|
2657
2579
|
"kindString": "Type literal",
|
|
@@ -2695,7 +2617,7 @@
|
|
|
2695
2617
|
{
|
|
2696
2618
|
"type": "reflection",
|
|
2697
2619
|
"declaration": {
|
|
2698
|
-
"id":
|
|
2620
|
+
"id": 20,
|
|
2699
2621
|
"name": "__type",
|
|
2700
2622
|
"kind": 65536,
|
|
2701
2623
|
"kindString": "Type literal",
|
|
@@ -2746,7 +2668,7 @@
|
|
|
2746
2668
|
],
|
|
2747
2669
|
"parameters": [
|
|
2748
2670
|
{
|
|
2749
|
-
"id":
|
|
2671
|
+
"id": 22,
|
|
2750
2672
|
"name": "nameOrAddressOrFilter",
|
|
2751
2673
|
"kind": 32768,
|
|
2752
2674
|
"kindString": "Parameter",
|
|
@@ -2770,7 +2692,7 @@
|
|
|
2770
2692
|
}
|
|
2771
2693
|
},
|
|
2772
2694
|
{
|
|
2773
|
-
"id":
|
|
2695
|
+
"id": 23,
|
|
2774
2696
|
"name": "account",
|
|
2775
2697
|
"kind": 32768,
|
|
2776
2698
|
"kindString": "Parameter",
|
|
@@ -2797,7 +2719,7 @@
|
|
|
2797
2719
|
},
|
|
2798
2720
|
{
|
|
2799
2721
|
"type": "reference",
|
|
2800
|
-
"id":
|
|
2722
|
+
"id": 21,
|
|
2801
2723
|
"name": "TModule"
|
|
2802
2724
|
}
|
|
2803
2725
|
]
|
|
@@ -2823,38 +2745,38 @@
|
|
|
2823
2745
|
]
|
|
2824
2746
|
},
|
|
2825
2747
|
{
|
|
2826
|
-
"id":
|
|
2748
|
+
"id": 139,
|
|
2827
2749
|
"name": "useModuleRepository",
|
|
2828
2750
|
"kind": 64,
|
|
2829
2751
|
"kindString": "Function",
|
|
2830
2752
|
"flags": {},
|
|
2831
2753
|
"sources": [
|
|
2832
2754
|
{
|
|
2833
|
-
"fileName": "packages/modules/packages/node/
|
|
2834
|
-
"line":
|
|
2835
|
-
"character":
|
|
2836
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
2755
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/ModuleRepository/use.d.ts",
|
|
2756
|
+
"line": 1,
|
|
2757
|
+
"character": 21
|
|
2837
2758
|
}
|
|
2838
2759
|
],
|
|
2839
2760
|
"signatures": [
|
|
2840
2761
|
{
|
|
2841
|
-
"id":
|
|
2762
|
+
"id": 140,
|
|
2842
2763
|
"name": "useModuleRepository",
|
|
2843
2764
|
"kind": 4096,
|
|
2844
2765
|
"kindString": "Call signature",
|
|
2845
2766
|
"flags": {},
|
|
2846
2767
|
"parameters": [
|
|
2847
2768
|
{
|
|
2848
|
-
"id":
|
|
2769
|
+
"id": 141,
|
|
2849
2770
|
"name": "required",
|
|
2850
2771
|
"kind": 32768,
|
|
2851
2772
|
"kindString": "Parameter",
|
|
2852
|
-
"flags": {
|
|
2773
|
+
"flags": {
|
|
2774
|
+
"isOptional": true
|
|
2775
|
+
},
|
|
2853
2776
|
"type": {
|
|
2854
2777
|
"type": "intrinsic",
|
|
2855
2778
|
"name": "boolean"
|
|
2856
|
-
}
|
|
2857
|
-
"defaultValue": "false"
|
|
2779
|
+
}
|
|
2858
2780
|
}
|
|
2859
2781
|
],
|
|
2860
2782
|
"type": {
|
|
@@ -2865,7 +2787,7 @@
|
|
|
2865
2787
|
"types": [
|
|
2866
2788
|
{
|
|
2867
2789
|
"type": "reference",
|
|
2868
|
-
"id":
|
|
2790
|
+
"id": 104,
|
|
2869
2791
|
"name": "ModuleRepositoryContextState"
|
|
2870
2792
|
},
|
|
2871
2793
|
{
|
|
@@ -2887,7 +2809,7 @@
|
|
|
2887
2809
|
]
|
|
2888
2810
|
},
|
|
2889
2811
|
{
|
|
2890
|
-
"id":
|
|
2812
|
+
"id": 24,
|
|
2891
2813
|
"name": "useModules",
|
|
2892
2814
|
"kind": 64,
|
|
2893
2815
|
"kindString": "Function",
|
|
@@ -2897,19 +2819,19 @@
|
|
|
2897
2819
|
"fileName": "packages/modules/packages/node/src/hooks/useModules.ts",
|
|
2898
2820
|
"line": 9,
|
|
2899
2821
|
"character": 13,
|
|
2900
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2822
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useModules.ts#L9"
|
|
2901
2823
|
}
|
|
2902
2824
|
],
|
|
2903
2825
|
"signatures": [
|
|
2904
2826
|
{
|
|
2905
|
-
"id":
|
|
2827
|
+
"id": 25,
|
|
2906
2828
|
"name": "useModules",
|
|
2907
2829
|
"kind": 4096,
|
|
2908
2830
|
"kindString": "Call signature",
|
|
2909
2831
|
"flags": {},
|
|
2910
2832
|
"typeParameter": [
|
|
2911
2833
|
{
|
|
2912
|
-
"id":
|
|
2834
|
+
"id": 32,
|
|
2913
2835
|
"name": "TModule",
|
|
2914
2836
|
"kind": 131072,
|
|
2915
2837
|
"kindString": "Type parameter",
|
|
@@ -2941,7 +2863,7 @@
|
|
|
2941
2863
|
{
|
|
2942
2864
|
"type": "reflection",
|
|
2943
2865
|
"declaration": {
|
|
2944
|
-
"id":
|
|
2866
|
+
"id": 26,
|
|
2945
2867
|
"name": "__type",
|
|
2946
2868
|
"kind": 65536,
|
|
2947
2869
|
"kindString": "Type literal",
|
|
@@ -2982,7 +2904,7 @@
|
|
|
2982
2904
|
{
|
|
2983
2905
|
"type": "reflection",
|
|
2984
2906
|
"declaration": {
|
|
2985
|
-
"id":
|
|
2907
|
+
"id": 27,
|
|
2986
2908
|
"name": "__type",
|
|
2987
2909
|
"kind": 65536,
|
|
2988
2910
|
"kindString": "Type literal",
|
|
@@ -3026,7 +2948,7 @@
|
|
|
3026
2948
|
{
|
|
3027
2949
|
"type": "reflection",
|
|
3028
2950
|
"declaration": {
|
|
3029
|
-
"id":
|
|
2951
|
+
"id": 28,
|
|
3030
2952
|
"name": "__type",
|
|
3031
2953
|
"kind": 65536,
|
|
3032
2954
|
"kindString": "Type literal",
|
|
@@ -3078,7 +3000,7 @@
|
|
|
3078
3000
|
},
|
|
3079
3001
|
{
|
|
3080
3002
|
"type": "reference",
|
|
3081
|
-
"id":
|
|
3003
|
+
"id": 32,
|
|
3082
3004
|
"name": "TModule"
|
|
3083
3005
|
}
|
|
3084
3006
|
],
|
|
@@ -3112,7 +3034,7 @@
|
|
|
3112
3034
|
{
|
|
3113
3035
|
"type": "reflection",
|
|
3114
3036
|
"declaration": {
|
|
3115
|
-
"id":
|
|
3037
|
+
"id": 29,
|
|
3116
3038
|
"name": "__type",
|
|
3117
3039
|
"kind": 65536,
|
|
3118
3040
|
"kindString": "Type literal",
|
|
@@ -3153,7 +3075,7 @@
|
|
|
3153
3075
|
{
|
|
3154
3076
|
"type": "reflection",
|
|
3155
3077
|
"declaration": {
|
|
3156
|
-
"id":
|
|
3078
|
+
"id": 30,
|
|
3157
3079
|
"name": "__type",
|
|
3158
3080
|
"kind": 65536,
|
|
3159
3081
|
"kindString": "Type literal",
|
|
@@ -3197,7 +3119,7 @@
|
|
|
3197
3119
|
{
|
|
3198
3120
|
"type": "reflection",
|
|
3199
3121
|
"declaration": {
|
|
3200
|
-
"id":
|
|
3122
|
+
"id": 31,
|
|
3201
3123
|
"name": "__type",
|
|
3202
3124
|
"kind": 65536,
|
|
3203
3125
|
"kindString": "Type literal",
|
|
@@ -3248,7 +3170,7 @@
|
|
|
3248
3170
|
],
|
|
3249
3171
|
"parameters": [
|
|
3250
3172
|
{
|
|
3251
|
-
"id":
|
|
3173
|
+
"id": 33,
|
|
3252
3174
|
"name": "filter",
|
|
3253
3175
|
"kind": 32768,
|
|
3254
3176
|
"kindString": "Parameter",
|
|
@@ -3263,7 +3185,7 @@
|
|
|
3263
3185
|
}
|
|
3264
3186
|
},
|
|
3265
3187
|
{
|
|
3266
|
-
"id":
|
|
3188
|
+
"id": 34,
|
|
3267
3189
|
"name": "logger",
|
|
3268
3190
|
"kind": 32768,
|
|
3269
3191
|
"kindString": "Parameter",
|
|
@@ -3292,7 +3214,7 @@
|
|
|
3292
3214
|
"type": "array",
|
|
3293
3215
|
"elementType": {
|
|
3294
3216
|
"type": "reference",
|
|
3295
|
-
"id":
|
|
3217
|
+
"id": 32,
|
|
3296
3218
|
"name": "TModule"
|
|
3297
3219
|
}
|
|
3298
3220
|
}
|
|
@@ -3319,7 +3241,7 @@
|
|
|
3319
3241
|
]
|
|
3320
3242
|
},
|
|
3321
3243
|
{
|
|
3322
|
-
"id":
|
|
3244
|
+
"id": 35,
|
|
3323
3245
|
"name": "useNode",
|
|
3324
3246
|
"kind": 64,
|
|
3325
3247
|
"kindString": "Function",
|
|
@@ -3329,19 +3251,19 @@
|
|
|
3329
3251
|
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
3330
3252
|
"line": 24,
|
|
3331
3253
|
"character": 13,
|
|
3332
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3254
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useNode.tsx#L24"
|
|
3333
3255
|
}
|
|
3334
3256
|
],
|
|
3335
3257
|
"signatures": [
|
|
3336
3258
|
{
|
|
3337
|
-
"id":
|
|
3259
|
+
"id": 36,
|
|
3338
3260
|
"name": "useNode",
|
|
3339
3261
|
"kind": 4096,
|
|
3340
3262
|
"kindString": "Call signature",
|
|
3341
3263
|
"flags": {},
|
|
3342
3264
|
"parameters": [
|
|
3343
3265
|
{
|
|
3344
|
-
"id":
|
|
3266
|
+
"id": 37,
|
|
3345
3267
|
"name": "nameOrAddress",
|
|
3346
3268
|
"kind": 32768,
|
|
3347
3269
|
"kindString": "Parameter",
|
|
@@ -3354,7 +3276,7 @@
|
|
|
3354
3276
|
}
|
|
3355
3277
|
},
|
|
3356
3278
|
{
|
|
3357
|
-
"id":
|
|
3279
|
+
"id": 38,
|
|
3358
3280
|
"name": "account",
|
|
3359
3281
|
"kind": 32768,
|
|
3360
3282
|
"kindString": "Parameter",
|
|
@@ -3406,7 +3328,7 @@
|
|
|
3406
3328
|
{
|
|
3407
3329
|
"type": "reflection",
|
|
3408
3330
|
"declaration": {
|
|
3409
|
-
"id":
|
|
3331
|
+
"id": 39,
|
|
3410
3332
|
"name": "__type",
|
|
3411
3333
|
"kind": 65536,
|
|
3412
3334
|
"kindString": "Type literal",
|
|
@@ -3447,7 +3369,7 @@
|
|
|
3447
3369
|
{
|
|
3448
3370
|
"type": "reflection",
|
|
3449
3371
|
"declaration": {
|
|
3450
|
-
"id":
|
|
3372
|
+
"id": 40,
|
|
3451
3373
|
"name": "__type",
|
|
3452
3374
|
"kind": 65536,
|
|
3453
3375
|
"kindString": "Type literal",
|
|
@@ -3470,7 +3392,7 @@
|
|
|
3470
3392
|
{
|
|
3471
3393
|
"type": "reflection",
|
|
3472
3394
|
"declaration": {
|
|
3473
|
-
"id":
|
|
3395
|
+
"id": 41,
|
|
3474
3396
|
"name": "__type",
|
|
3475
3397
|
"kind": 65536,
|
|
3476
3398
|
"kindString": "Type literal",
|
|
@@ -3525,7 +3447,7 @@
|
|
|
3525
3447
|
{
|
|
3526
3448
|
"type": "reflection",
|
|
3527
3449
|
"declaration": {
|
|
3528
|
-
"id":
|
|
3450
|
+
"id": 42,
|
|
3529
3451
|
"name": "__type",
|
|
3530
3452
|
"kind": 65536,
|
|
3531
3453
|
"kindString": "Type literal",
|
|
@@ -3600,7 +3522,7 @@
|
|
|
3600
3522
|
]
|
|
3601
3523
|
},
|
|
3602
3524
|
{
|
|
3603
|
-
"id":
|
|
3525
|
+
"id": 43,
|
|
3604
3526
|
"name": "useNodeAttachedAddresses",
|
|
3605
3527
|
"kind": 64,
|
|
3606
3528
|
"kindString": "Function",
|
|
@@ -3610,12 +3532,12 @@
|
|
|
3610
3532
|
"fileName": "packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts",
|
|
3611
3533
|
"line": 6,
|
|
3612
3534
|
"character": 13,
|
|
3613
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3535
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts#L6"
|
|
3614
3536
|
}
|
|
3615
3537
|
],
|
|
3616
3538
|
"signatures": [
|
|
3617
3539
|
{
|
|
3618
|
-
"id":
|
|
3540
|
+
"id": 44,
|
|
3619
3541
|
"name": "useNodeAttachedAddresses",
|
|
3620
3542
|
"kind": 4096,
|
|
3621
3543
|
"kindString": "Call signature",
|
|
@@ -3658,38 +3580,38 @@
|
|
|
3658
3580
|
]
|
|
3659
3581
|
},
|
|
3660
3582
|
{
|
|
3661
|
-
"id":
|
|
3583
|
+
"id": 158,
|
|
3662
3584
|
"name": "useNodeDrawer",
|
|
3663
3585
|
"kind": 64,
|
|
3664
3586
|
"kindString": "Function",
|
|
3665
3587
|
"flags": {},
|
|
3666
3588
|
"sources": [
|
|
3667
3589
|
{
|
|
3668
|
-
"fileName": "packages/modules/packages/node/
|
|
3669
|
-
"line":
|
|
3670
|
-
"character":
|
|
3671
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bac1732ab/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
3590
|
+
"fileName": "packages/modules/packages/node/packages/provider/dist/types/NodeDrawerContext/use.d.ts",
|
|
3591
|
+
"line": 1,
|
|
3592
|
+
"character": 21
|
|
3672
3593
|
}
|
|
3673
3594
|
],
|
|
3674
3595
|
"signatures": [
|
|
3675
3596
|
{
|
|
3676
|
-
"id":
|
|
3597
|
+
"id": 159,
|
|
3677
3598
|
"name": "useNodeDrawer",
|
|
3678
3599
|
"kind": 4096,
|
|
3679
3600
|
"kindString": "Call signature",
|
|
3680
3601
|
"flags": {},
|
|
3681
3602
|
"parameters": [
|
|
3682
3603
|
{
|
|
3683
|
-
"id":
|
|
3604
|
+
"id": 160,
|
|
3684
3605
|
"name": "required",
|
|
3685
3606
|
"kind": 32768,
|
|
3686
3607
|
"kindString": "Parameter",
|
|
3687
|
-
"flags": {
|
|
3608
|
+
"flags": {
|
|
3609
|
+
"isOptional": true
|
|
3610
|
+
},
|
|
3688
3611
|
"type": {
|
|
3689
3612
|
"type": "intrinsic",
|
|
3690
3613
|
"name": "boolean"
|
|
3691
|
-
}
|
|
3692
|
-
"defaultValue": "true"
|
|
3614
|
+
}
|
|
3693
3615
|
}
|
|
3694
3616
|
],
|
|
3695
3617
|
"type": {
|
|
@@ -3700,7 +3622,7 @@
|
|
|
3700
3622
|
"types": [
|
|
3701
3623
|
{
|
|
3702
3624
|
"type": "reference",
|
|
3703
|
-
"id":
|
|
3625
|
+
"id": 123,
|
|
3704
3626
|
"name": "NodeDrawerState"
|
|
3705
3627
|
},
|
|
3706
3628
|
{
|
|
@@ -3722,7 +3644,7 @@
|
|
|
3722
3644
|
]
|
|
3723
3645
|
},
|
|
3724
3646
|
{
|
|
3725
|
-
"id":
|
|
3647
|
+
"id": 45,
|
|
3726
3648
|
"name": "useProvidedNode",
|
|
3727
3649
|
"kind": 64,
|
|
3728
3650
|
"kindString": "Function",
|
|
@@ -3730,14 +3652,14 @@
|
|
|
3730
3652
|
"sources": [
|
|
3731
3653
|
{
|
|
3732
3654
|
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
3733
|
-
"line":
|
|
3655
|
+
"line": 7,
|
|
3734
3656
|
"character": 13,
|
|
3735
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3657
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L7"
|
|
3736
3658
|
}
|
|
3737
3659
|
],
|
|
3738
3660
|
"signatures": [
|
|
3739
3661
|
{
|
|
3740
|
-
"id":
|
|
3662
|
+
"id": 46,
|
|
3741
3663
|
"name": "useProvidedNode",
|
|
3742
3664
|
"kind": 4096,
|
|
3743
3665
|
"kindString": "Call signature",
|
|
@@ -3776,7 +3698,7 @@
|
|
|
3776
3698
|
{
|
|
3777
3699
|
"type": "reflection",
|
|
3778
3700
|
"declaration": {
|
|
3779
|
-
"id":
|
|
3701
|
+
"id": 47,
|
|
3780
3702
|
"name": "__type",
|
|
3781
3703
|
"kind": 65536,
|
|
3782
3704
|
"kindString": "Type literal",
|
|
@@ -3817,7 +3739,7 @@
|
|
|
3817
3739
|
{
|
|
3818
3740
|
"type": "reflection",
|
|
3819
3741
|
"declaration": {
|
|
3820
|
-
"id":
|
|
3742
|
+
"id": 48,
|
|
3821
3743
|
"name": "__type",
|
|
3822
3744
|
"kind": 65536,
|
|
3823
3745
|
"kindString": "Type literal",
|
|
@@ -3840,7 +3762,7 @@
|
|
|
3840
3762
|
{
|
|
3841
3763
|
"type": "reflection",
|
|
3842
3764
|
"declaration": {
|
|
3843
|
-
"id":
|
|
3765
|
+
"id": 49,
|
|
3844
3766
|
"name": "__type",
|
|
3845
3767
|
"kind": 65536,
|
|
3846
3768
|
"kindString": "Type literal",
|
|
@@ -3895,7 +3817,7 @@
|
|
|
3895
3817
|
{
|
|
3896
3818
|
"type": "reflection",
|
|
3897
3819
|
"declaration": {
|
|
3898
|
-
"id":
|
|
3820
|
+
"id": 50,
|
|
3899
3821
|
"name": "__type",
|
|
3900
3822
|
"kind": 65536,
|
|
3901
3823
|
"kindString": "Type literal",
|
|
@@ -3950,7 +3872,7 @@
|
|
|
3950
3872
|
]
|
|
3951
3873
|
},
|
|
3952
3874
|
{
|
|
3953
|
-
"id":
|
|
3875
|
+
"id": 51,
|
|
3954
3876
|
"name": "useProvidedWrappedNode",
|
|
3955
3877
|
"kind": 64,
|
|
3956
3878
|
"kindString": "Function",
|
|
@@ -3958,21 +3880,21 @@
|
|
|
3958
3880
|
"sources": [
|
|
3959
3881
|
{
|
|
3960
3882
|
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
3961
|
-
"line":
|
|
3883
|
+
"line": 13,
|
|
3962
3884
|
"character": 13,
|
|
3963
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3885
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L13"
|
|
3964
3886
|
}
|
|
3965
3887
|
],
|
|
3966
3888
|
"signatures": [
|
|
3967
3889
|
{
|
|
3968
|
-
"id":
|
|
3890
|
+
"id": 52,
|
|
3969
3891
|
"name": "useProvidedWrappedNode",
|
|
3970
3892
|
"kind": 4096,
|
|
3971
3893
|
"kindString": "Call signature",
|
|
3972
3894
|
"flags": {},
|
|
3973
3895
|
"parameters": [
|
|
3974
3896
|
{
|
|
3975
|
-
"id":
|
|
3897
|
+
"id": 53,
|
|
3976
3898
|
"name": "account",
|
|
3977
3899
|
"kind": 32768,
|
|
3978
3900
|
"kindString": "Parameter",
|
|
@@ -4024,7 +3946,7 @@
|
|
|
4024
3946
|
{
|
|
4025
3947
|
"type": "reflection",
|
|
4026
3948
|
"declaration": {
|
|
4027
|
-
"id":
|
|
3949
|
+
"id": 54,
|
|
4028
3950
|
"name": "__type",
|
|
4029
3951
|
"kind": 65536,
|
|
4030
3952
|
"kindString": "Type literal",
|
|
@@ -4065,7 +3987,7 @@
|
|
|
4065
3987
|
{
|
|
4066
3988
|
"type": "reflection",
|
|
4067
3989
|
"declaration": {
|
|
4068
|
-
"id":
|
|
3990
|
+
"id": 55,
|
|
4069
3991
|
"name": "__type",
|
|
4070
3992
|
"kind": 65536,
|
|
4071
3993
|
"kindString": "Type literal",
|
|
@@ -4088,7 +4010,7 @@
|
|
|
4088
4010
|
{
|
|
4089
4011
|
"type": "reflection",
|
|
4090
4012
|
"declaration": {
|
|
4091
|
-
"id":
|
|
4013
|
+
"id": 56,
|
|
4092
4014
|
"name": "__type",
|
|
4093
4015
|
"kind": 65536,
|
|
4094
4016
|
"kindString": "Type literal",
|
|
@@ -4143,7 +4065,7 @@
|
|
|
4143
4065
|
{
|
|
4144
4066
|
"type": "reflection",
|
|
4145
4067
|
"declaration": {
|
|
4146
|
-
"id":
|
|
4068
|
+
"id": 57,
|
|
4147
4069
|
"name": "__type",
|
|
4148
4070
|
"kind": 65536,
|
|
4149
4071
|
"kindString": "Type literal",
|
|
@@ -4218,7 +4140,7 @@
|
|
|
4218
4140
|
]
|
|
4219
4141
|
},
|
|
4220
4142
|
{
|
|
4221
|
-
"id":
|
|
4143
|
+
"id": 71,
|
|
4222
4144
|
"name": "useWrappedModule",
|
|
4223
4145
|
"kind": 64,
|
|
4224
4146
|
"kindString": "Function",
|
|
@@ -4228,19 +4150,19 @@
|
|
|
4228
4150
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
4229
4151
|
"line": 66,
|
|
4230
4152
|
"character": 13,
|
|
4231
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4153
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L66"
|
|
4232
4154
|
}
|
|
4233
4155
|
],
|
|
4234
4156
|
"signatures": [
|
|
4235
4157
|
{
|
|
4236
|
-
"id":
|
|
4158
|
+
"id": 72,
|
|
4237
4159
|
"name": "useWrappedModule",
|
|
4238
4160
|
"kind": 4096,
|
|
4239
4161
|
"kindString": "Call signature",
|
|
4240
4162
|
"flags": {},
|
|
4241
4163
|
"parameters": [
|
|
4242
4164
|
{
|
|
4243
|
-
"id":
|
|
4165
|
+
"id": 73,
|
|
4244
4166
|
"name": "nameOrAddress",
|
|
4245
4167
|
"kind": 32768,
|
|
4246
4168
|
"kindString": "Parameter",
|
|
@@ -4253,7 +4175,7 @@
|
|
|
4253
4175
|
}
|
|
4254
4176
|
},
|
|
4255
4177
|
{
|
|
4256
|
-
"id":
|
|
4178
|
+
"id": 74,
|
|
4257
4179
|
"name": "account",
|
|
4258
4180
|
"kind": 32768,
|
|
4259
4181
|
"kindString": "Parameter",
|
|
@@ -4268,7 +4190,7 @@
|
|
|
4268
4190
|
}
|
|
4269
4191
|
},
|
|
4270
4192
|
{
|
|
4271
|
-
"id":
|
|
4193
|
+
"id": 75,
|
|
4272
4194
|
"name": "spinCheck",
|
|
4273
4195
|
"kind": 32768,
|
|
4274
4196
|
"kindString": "Parameter",
|
|
@@ -4329,7 +4251,7 @@
|
|
|
4329
4251
|
{
|
|
4330
4252
|
"type": "reflection",
|
|
4331
4253
|
"declaration": {
|
|
4332
|
-
"id":
|
|
4254
|
+
"id": 76,
|
|
4333
4255
|
"name": "__type",
|
|
4334
4256
|
"kind": 65536,
|
|
4335
4257
|
"kindString": "Type literal",
|
|
@@ -4370,7 +4292,7 @@
|
|
|
4370
4292
|
{
|
|
4371
4293
|
"type": "reflection",
|
|
4372
4294
|
"declaration": {
|
|
4373
|
-
"id":
|
|
4295
|
+
"id": 77,
|
|
4374
4296
|
"name": "__type",
|
|
4375
4297
|
"kind": 65536,
|
|
4376
4298
|
"kindString": "Type literal",
|
|
@@ -4414,7 +4336,7 @@
|
|
|
4414
4336
|
{
|
|
4415
4337
|
"type": "reflection",
|
|
4416
4338
|
"declaration": {
|
|
4417
|
-
"id":
|
|
4339
|
+
"id": 78,
|
|
4418
4340
|
"name": "__type",
|
|
4419
4341
|
"kind": 65536,
|
|
4420
4342
|
"kindString": "Type literal",
|
|
@@ -4489,7 +4411,7 @@
|
|
|
4489
4411
|
]
|
|
4490
4412
|
},
|
|
4491
4413
|
{
|
|
4492
|
-
"id":
|
|
4414
|
+
"id": 92,
|
|
4493
4415
|
"name": "useWrappedModules",
|
|
4494
4416
|
"kind": 64,
|
|
4495
4417
|
"kindString": "Function",
|
|
@@ -4499,19 +4421,19 @@
|
|
|
4499
4421
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModules.tsx",
|
|
4500
4422
|
"line": 75,
|
|
4501
4423
|
"character": 13,
|
|
4502
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4424
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/hooks/useWrappedModules.tsx#L75"
|
|
4503
4425
|
}
|
|
4504
4426
|
],
|
|
4505
4427
|
"signatures": [
|
|
4506
4428
|
{
|
|
4507
|
-
"id":
|
|
4429
|
+
"id": 93,
|
|
4508
4430
|
"name": "useWrappedModules",
|
|
4509
4431
|
"kind": 4096,
|
|
4510
4432
|
"kindString": "Call signature",
|
|
4511
4433
|
"flags": {},
|
|
4512
4434
|
"parameters": [
|
|
4513
4435
|
{
|
|
4514
|
-
"id":
|
|
4436
|
+
"id": 94,
|
|
4515
4437
|
"name": "account",
|
|
4516
4438
|
"kind": 32768,
|
|
4517
4439
|
"kindString": "Parameter",
|
|
@@ -4526,7 +4448,7 @@
|
|
|
4526
4448
|
}
|
|
4527
4449
|
},
|
|
4528
4450
|
{
|
|
4529
|
-
"id":
|
|
4451
|
+
"id": 95,
|
|
4530
4452
|
"name": "spinCheck",
|
|
4531
4453
|
"kind": 32768,
|
|
4532
4454
|
"kindString": "Parameter",
|
|
@@ -4550,7 +4472,7 @@
|
|
|
4550
4472
|
}
|
|
4551
4473
|
},
|
|
4552
4474
|
{
|
|
4553
|
-
"id":
|
|
4475
|
+
"id": 96,
|
|
4554
4476
|
"name": "logger",
|
|
4555
4477
|
"kind": 32768,
|
|
4556
4478
|
"kindString": "Parameter",
|
|
@@ -4604,7 +4526,7 @@
|
|
|
4604
4526
|
{
|
|
4605
4527
|
"type": "reflection",
|
|
4606
4528
|
"declaration": {
|
|
4607
|
-
"id":
|
|
4529
|
+
"id": 97,
|
|
4608
4530
|
"name": "__type",
|
|
4609
4531
|
"kind": 65536,
|
|
4610
4532
|
"kindString": "Type literal",
|
|
@@ -4645,7 +4567,7 @@
|
|
|
4645
4567
|
{
|
|
4646
4568
|
"type": "reflection",
|
|
4647
4569
|
"declaration": {
|
|
4648
|
-
"id":
|
|
4570
|
+
"id": 98,
|
|
4649
4571
|
"name": "__type",
|
|
4650
4572
|
"kind": 65536,
|
|
4651
4573
|
"kindString": "Type literal",
|
|
@@ -4689,7 +4611,7 @@
|
|
|
4689
4611
|
{
|
|
4690
4612
|
"type": "reflection",
|
|
4691
4613
|
"declaration": {
|
|
4692
|
-
"id":
|
|
4614
|
+
"id": 99,
|
|
4693
4615
|
"name": "__type",
|
|
4694
4616
|
"kind": 65536,
|
|
4695
4617
|
"kindString": "Type literal",
|
|
@@ -4769,51 +4691,51 @@
|
|
|
4769
4691
|
{
|
|
4770
4692
|
"title": "Interfaces",
|
|
4771
4693
|
"children": [
|
|
4772
|
-
|
|
4773
|
-
|
|
4694
|
+
104,
|
|
4695
|
+
116,
|
|
4774
4696
|
5,
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4697
|
+
152,
|
|
4698
|
+
123,
|
|
4699
|
+
142,
|
|
4700
|
+
101
|
|
4779
4701
|
]
|
|
4780
4702
|
},
|
|
4781
4703
|
{
|
|
4782
4704
|
"title": "Type Aliases",
|
|
4783
4705
|
"children": [
|
|
4784
|
-
|
|
4706
|
+
127
|
|
4785
4707
|
]
|
|
4786
4708
|
},
|
|
4787
4709
|
{
|
|
4788
4710
|
"title": "Variables",
|
|
4789
4711
|
"children": [
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4712
|
+
100,
|
|
4713
|
+
115,
|
|
4714
|
+
122
|
|
4793
4715
|
]
|
|
4794
4716
|
},
|
|
4795
4717
|
{
|
|
4796
4718
|
"title": "Functions",
|
|
4797
4719
|
"children": [
|
|
4798
|
-
|
|
4799
|
-
|
|
4720
|
+
131,
|
|
4721
|
+
135,
|
|
4800
4722
|
1,
|
|
4801
4723
|
6,
|
|
4802
|
-
|
|
4803
|
-
|
|
4804
|
-
|
|
4805
|
-
|
|
4724
|
+
154,
|
|
4725
|
+
148,
|
|
4726
|
+
58,
|
|
4727
|
+
79,
|
|
4728
|
+
10,
|
|
4729
|
+
13,
|
|
4730
|
+
139,
|
|
4731
|
+
24,
|
|
4732
|
+
35,
|
|
4733
|
+
43,
|
|
4734
|
+
158,
|
|
4735
|
+
45,
|
|
4736
|
+
51,
|
|
4806
4737
|
71,
|
|
4807
|
-
|
|
4808
|
-
37,
|
|
4809
|
-
85,
|
|
4810
|
-
96,
|
|
4811
|
-
104,
|
|
4812
|
-
68,
|
|
4813
|
-
106,
|
|
4814
|
-
112,
|
|
4815
|
-
132,
|
|
4816
|
-
153
|
|
4738
|
+
92
|
|
4817
4739
|
]
|
|
4818
4740
|
}
|
|
4819
4741
|
],
|
|
@@ -4822,7 +4744,7 @@
|
|
|
4822
4744
|
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
4823
4745
|
"line": 1,
|
|
4824
4746
|
"character": 0,
|
|
4825
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4747
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3d142a381a/packages/modules/packages/node/src/index.ts#L1"
|
|
4826
4748
|
}
|
|
4827
4749
|
]
|
|
4828
4750
|
}
|