@xyo-network/react-node 2.44.1 → 2.45.0-rc.2
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.js +2 -2
- package/dist/cjs/components/Node.js.map +1 -1
- package/dist/cjs/components/NodeDrawer.js +2 -1
- package/dist/cjs/components/NodeDrawer.js.map +1 -1
- package/dist/cjs/contexts/MemoryProvider.js +3 -3
- package/dist/cjs/contexts/MemoryProvider.js.map +1 -1
- package/dist/cjs/contexts/Node/Context.js.map +1 -0
- package/dist/cjs/contexts/Node/Provider.js +13 -0
- package/dist/cjs/contexts/Node/Provider.js.map +1 -0
- package/dist/cjs/contexts/{State.js.map → Node/State.js.map} +1 -1
- package/dist/cjs/contexts/Node/index.js +7 -0
- package/dist/cjs/contexts/Node/index.js.map +1 -0
- package/dist/cjs/contexts/index.js +1 -5
- package/dist/cjs/contexts/index.js.map +1 -1
- package/dist/cjs/contexts/useArchiveArchivists.js +2 -2
- package/dist/cjs/contexts/useArchiveArchivists.js.map +1 -1
- package/dist/cjs/contexts/useMemoryNodeUpdates.js +4 -3
- package/dist/cjs/contexts/useMemoryNodeUpdates.js.map +1 -1
- package/dist/cjs/contexts/useModuleAddresses.js +2 -2
- package/dist/cjs/contexts/useModuleAddresses.js.map +1 -1
- package/dist/cjs/contexts/useModules.js +2 -2
- package/dist/cjs/contexts/useModules.js.map +1 -1
- package/dist/cjs/contexts/useNodeQueryDiviner.js +2 -2
- package/dist/cjs/contexts/useNodeQueryDiviner.js.map +1 -1
- package/dist/cjs/hooks/index.js +6 -0
- package/dist/cjs/hooks/index.js.map +1 -0
- package/dist/cjs/hooks/useModule/createUseModuleHook.js +26 -0
- package/dist/cjs/hooks/useModule/createUseModuleHook.js.map +1 -0
- package/dist/cjs/hooks/useModule/index.js +6 -0
- package/dist/cjs/hooks/useModule/index.js.map +1 -0
- package/dist/cjs/hooks/useModule/useModule.js +7 -0
- package/dist/cjs/hooks/useModule/useModule.js.map +1 -0
- package/dist/cjs/hooks/useNode/index.js +6 -0
- package/dist/cjs/hooks/useNode/index.js.map +1 -0
- package/dist/cjs/hooks/useNode/useNode.js +7 -0
- package/dist/cjs/hooks/useNode/useNode.js.map +1 -0
- package/dist/cjs/hooks/useNode/useProvidedNode.js +12 -0
- package/dist/cjs/hooks/useNode/useProvidedNode.js.map +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +1377 -723
- package/dist/esm/components/Node.js +2 -2
- package/dist/esm/components/Node.js.map +1 -1
- package/dist/esm/components/NodeDrawer.js +3 -2
- package/dist/esm/components/NodeDrawer.js.map +1 -1
- package/dist/esm/contexts/MemoryProvider.js +3 -3
- package/dist/esm/contexts/MemoryProvider.js.map +1 -1
- package/dist/esm/contexts/Node/Context.js.map +1 -0
- package/dist/esm/contexts/Node/Provider.js +9 -0
- package/dist/esm/contexts/Node/Provider.js.map +1 -0
- package/dist/esm/contexts/{State.js.map → Node/State.js.map} +1 -1
- package/dist/esm/contexts/Node/index.js +4 -0
- package/dist/esm/contexts/Node/index.js.map +1 -0
- package/dist/esm/contexts/index.js +1 -5
- package/dist/esm/contexts/index.js.map +1 -1
- package/dist/esm/contexts/useArchiveArchivists.js +2 -2
- package/dist/esm/contexts/useArchiveArchivists.js.map +1 -1
- package/dist/esm/contexts/useMemoryNodeUpdates.js +3 -2
- package/dist/esm/contexts/useMemoryNodeUpdates.js.map +1 -1
- package/dist/esm/contexts/useModuleAddresses.js +2 -2
- package/dist/esm/contexts/useModuleAddresses.js.map +1 -1
- package/dist/esm/contexts/useModules.js +2 -2
- package/dist/esm/contexts/useModules.js.map +1 -1
- package/dist/esm/contexts/useNodeQueryDiviner.js +2 -2
- package/dist/esm/contexts/useNodeQueryDiviner.js.map +1 -1
- package/dist/esm/hooks/index.js +3 -0
- package/dist/esm/hooks/index.js.map +1 -0
- package/dist/esm/hooks/useModule/createUseModuleHook.js +21 -0
- package/dist/esm/hooks/useModule/createUseModuleHook.js.map +1 -0
- package/dist/esm/hooks/useModule/index.js +3 -0
- package/dist/esm/hooks/useModule/index.js.map +1 -0
- package/dist/esm/hooks/useModule/useModule.js +4 -0
- package/dist/esm/hooks/useModule/useModule.js.map +1 -0
- package/dist/esm/hooks/useNode/index.js +3 -0
- package/dist/esm/hooks/useNode/index.js.map +1 -0
- package/dist/esm/hooks/useNode/useNode.js +4 -0
- package/dist/esm/hooks/useNode/useNode.js.map +1 -0
- package/dist/esm/hooks/useNode/useProvidedNode.js +9 -0
- package/dist/esm/hooks/useNode/useProvidedNode.js.map +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/types/components/NodeDrawer.d.ts.map +1 -1
- package/dist/types/contexts/MemoryProvider.d.ts.map +1 -1
- package/dist/types/contexts/Node/Context.d.ts.map +1 -0
- package/dist/types/contexts/Node/Provider.d.ts +8 -0
- package/dist/types/contexts/Node/Provider.d.ts.map +1 -0
- package/dist/types/contexts/{State.d.ts → Node/State.d.ts} +0 -2
- package/dist/types/contexts/Node/State.d.ts.map +1 -0
- package/dist/types/contexts/Node/index.d.ts +4 -0
- package/dist/types/contexts/Node/index.d.ts.map +1 -0
- package/dist/types/contexts/index.d.ts +1 -5
- package/dist/types/contexts/index.d.ts.map +1 -1
- package/dist/types/contexts/useArchiveArchivists.d.ts.map +1 -1
- package/dist/types/contexts/useMemoryNodeUpdates.d.ts.map +1 -1
- package/dist/types/contexts/useModules.d.ts.map +1 -1
- package/dist/types/contexts/useNodeQueryDiviner.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +3 -0
- package/dist/types/hooks/index.d.ts.map +1 -0
- package/dist/types/hooks/useModule/createUseModuleHook.d.ts +50 -0
- package/dist/types/hooks/useModule/createUseModuleHook.d.ts.map +1 -0
- package/dist/types/hooks/useModule/index.d.ts +3 -0
- package/dist/types/hooks/useModule/index.d.ts.map +1 -0
- package/dist/types/hooks/useModule/useModule.d.ts +48 -0
- package/dist/types/hooks/useModule/useModule.d.ts.map +1 -0
- package/dist/types/hooks/useNode/index.d.ts +3 -0
- package/dist/types/hooks/useNode/index.d.ts.map +1 -0
- package/dist/types/hooks/useNode/useNode.d.ts +8 -0
- package/dist/types/hooks/useNode/useNode.d.ts.map +1 -0
- package/dist/types/hooks/useNode/useProvidedNode.d.ts +6 -0
- package/dist/types/hooks/useNode/useProvidedNode.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +14 -12
- package/src/components/Node.stories.tsx +4 -3
- package/src/components/Node.tsx +2 -2
- package/src/components/NodeDrawer.stories.tsx +1 -1
- package/src/components/NodeDrawer.tsx +3 -2
- package/src/contexts/MemoryProvider.tsx +3 -7
- package/src/contexts/Node/Provider.tsx +16 -0
- package/src/contexts/{State.ts → Node/State.ts} +0 -2
- package/src/contexts/Node/index.ts +3 -0
- package/src/contexts/index.ts +1 -5
- package/src/contexts/useArchiveArchivists.tsx +2 -3
- package/src/contexts/useMemoryNodeUpdates.tsx +5 -4
- package/src/contexts/useModuleAddresses.ts +2 -2
- package/src/contexts/useModules.ts +2 -3
- package/src/contexts/useNodeQueryDiviner.tsx +2 -3
- package/src/hooks/index.ts +2 -0
- package/src/hooks/useModule/createUseModuleHook.tsx +42 -0
- package/src/hooks/useModule/index.ts +2 -0
- package/src/hooks/useModule/useModule.tsx +5 -0
- package/src/hooks/useNode/index.ts +2 -0
- package/src/hooks/useNode/useNode.tsx +5 -0
- package/src/hooks/useNode/useProvidedNode.tsx +14 -0
- package/src/index.ts +1 -0
- package/dist/cjs/contexts/Context.js.map +0 -1
- package/dist/cjs/contexts/Provider.js +0 -17
- package/dist/cjs/contexts/Provider.js.map +0 -1
- package/dist/cjs/contexts/useModule.js +0 -32
- package/dist/cjs/contexts/useModule.js.map +0 -1
- package/dist/cjs/contexts/useNode.js +0 -32
- package/dist/cjs/contexts/useNode.js.map +0 -1
- package/dist/esm/contexts/Context.js.map +0 -1
- package/dist/esm/contexts/Provider.js +0 -13
- package/dist/esm/contexts/Provider.js.map +0 -1
- package/dist/esm/contexts/useModule.js +0 -26
- package/dist/esm/contexts/useModule.js.map +0 -1
- package/dist/esm/contexts/useNode.js +0 -26
- package/dist/esm/contexts/useNode.js.map +0 -1
- package/dist/types/contexts/Context.d.ts.map +0 -1
- package/dist/types/contexts/Provider.d.ts +0 -13
- package/dist/types/contexts/Provider.d.ts.map +0 -1
- package/dist/types/contexts/State.d.ts.map +0 -1
- package/dist/types/contexts/useModule.d.ts +0 -23
- package/dist/types/contexts/useModule.d.ts.map +0 -1
- package/dist/types/contexts/useNode.d.ts +0 -5
- package/dist/types/contexts/useNode.d.ts.map +0 -1
- package/src/contexts/Provider.tsx +0 -26
- package/src/contexts/useModule.ts +0 -30
- package/src/contexts/useNode.ts +0 -35
- /package/dist/cjs/contexts/{Context.js → Node/Context.js} +0 -0
- /package/dist/cjs/contexts/{State.js → Node/State.js} +0 -0
- /package/dist/esm/contexts/{Context.js → Node/Context.js} +0 -0
- /package/dist/esm/contexts/{State.js → Node/State.js} +0 -0
- /package/dist/types/contexts/{Context.d.ts → Node/Context.d.ts} +0 -0
- /package/src/contexts/{Context.ts → Node/Context.ts} +0 -0
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 26,
|
|
11
11
|
"name": "ModuleRepositoryContextState",
|
|
12
12
|
"kind": 256,
|
|
13
13
|
"kindString": "Interface",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 36,
|
|
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": 27,
|
|
40
40
|
"name": "removeResolvers",
|
|
41
41
|
"kind": 1024,
|
|
42
42
|
"kindString": "Property",
|
|
@@ -45,38 +45,38 @@
|
|
|
45
45
|
},
|
|
46
46
|
"sources": [
|
|
47
47
|
{
|
|
48
|
-
"fileName": "packages/
|
|
48
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
49
49
|
"line": 9,
|
|
50
50
|
"character": 2,
|
|
51
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
51
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L9"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"type": {
|
|
55
55
|
"type": "reflection",
|
|
56
56
|
"declaration": {
|
|
57
|
-
"id":
|
|
57
|
+
"id": 28,
|
|
58
58
|
"name": "__type",
|
|
59
59
|
"kind": 65536,
|
|
60
60
|
"kindString": "Type literal",
|
|
61
61
|
"flags": {},
|
|
62
62
|
"sources": [
|
|
63
63
|
{
|
|
64
|
-
"fileName": "packages/
|
|
64
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
65
65
|
"line": 9,
|
|
66
66
|
"character": 20,
|
|
67
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
67
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L9"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"signatures": [
|
|
71
71
|
{
|
|
72
|
-
"id":
|
|
72
|
+
"id": 29,
|
|
73
73
|
"name": "__type",
|
|
74
74
|
"kind": 4096,
|
|
75
75
|
"kindString": "Call signature",
|
|
76
76
|
"flags": {},
|
|
77
77
|
"parameters": [
|
|
78
78
|
{
|
|
79
|
-
"id":
|
|
79
|
+
"id": 30,
|
|
80
80
|
"name": "names",
|
|
81
81
|
"kind": 32768,
|
|
82
82
|
"kindString": "Parameter",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
}
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
|
-
"id":
|
|
105
|
+
"id": 31,
|
|
106
106
|
"name": "resolvers",
|
|
107
107
|
"kind": 1024,
|
|
108
108
|
"kindString": "Property",
|
|
@@ -111,20 +111,20 @@
|
|
|
111
111
|
},
|
|
112
112
|
"sources": [
|
|
113
113
|
{
|
|
114
|
-
"fileName": "packages/
|
|
114
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
115
115
|
"line": 10,
|
|
116
116
|
"character": 2,
|
|
117
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
117
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L10"
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
120
|
"type": {
|
|
121
121
|
"type": "reference",
|
|
122
|
-
"id":
|
|
122
|
+
"id": 23,
|
|
123
123
|
"name": "ResolverEntries"
|
|
124
124
|
}
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
|
-
"id":
|
|
127
|
+
"id": 32,
|
|
128
128
|
"name": "updateResolvers",
|
|
129
129
|
"kind": 1024,
|
|
130
130
|
"kindString": "Property",
|
|
@@ -133,45 +133,45 @@
|
|
|
133
133
|
},
|
|
134
134
|
"sources": [
|
|
135
135
|
{
|
|
136
|
-
"fileName": "packages/
|
|
136
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
137
137
|
"line": 11,
|
|
138
138
|
"character": 2,
|
|
139
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
139
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L11"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"type": {
|
|
143
143
|
"type": "reflection",
|
|
144
144
|
"declaration": {
|
|
145
|
-
"id":
|
|
145
|
+
"id": 33,
|
|
146
146
|
"name": "__type",
|
|
147
147
|
"kind": 65536,
|
|
148
148
|
"kindString": "Type literal",
|
|
149
149
|
"flags": {},
|
|
150
150
|
"sources": [
|
|
151
151
|
{
|
|
152
|
-
"fileName": "packages/
|
|
152
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
153
153
|
"line": 11,
|
|
154
154
|
"character": 20,
|
|
155
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
155
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L11"
|
|
156
156
|
}
|
|
157
157
|
],
|
|
158
158
|
"signatures": [
|
|
159
159
|
{
|
|
160
|
-
"id":
|
|
160
|
+
"id": 34,
|
|
161
161
|
"name": "__type",
|
|
162
162
|
"kind": 4096,
|
|
163
163
|
"kindString": "Call signature",
|
|
164
164
|
"flags": {},
|
|
165
165
|
"parameters": [
|
|
166
166
|
{
|
|
167
|
-
"id":
|
|
167
|
+
"id": 35,
|
|
168
168
|
"name": "resolvers",
|
|
169
169
|
"kind": 32768,
|
|
170
170
|
"kindString": "Parameter",
|
|
171
171
|
"flags": {},
|
|
172
172
|
"type": {
|
|
173
173
|
"type": "reference",
|
|
174
|
-
"id":
|
|
174
|
+
"id": 23,
|
|
175
175
|
"name": "ResolverEntries"
|
|
176
176
|
}
|
|
177
177
|
}
|
|
@@ -190,19 +190,19 @@
|
|
|
190
190
|
{
|
|
191
191
|
"title": "Properties",
|
|
192
192
|
"children": [
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
193
|
+
36,
|
|
194
|
+
27,
|
|
195
|
+
31,
|
|
196
|
+
32
|
|
197
197
|
]
|
|
198
198
|
}
|
|
199
199
|
],
|
|
200
200
|
"sources": [
|
|
201
201
|
{
|
|
202
|
-
"fileName": "packages/
|
|
202
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
203
203
|
"line": 8,
|
|
204
204
|
"character": 17,
|
|
205
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
205
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L8"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
208
208
|
"extendedTypes": [
|
|
@@ -213,14 +213,14 @@
|
|
|
213
213
|
]
|
|
214
214
|
},
|
|
215
215
|
{
|
|
216
|
-
"id":
|
|
216
|
+
"id": 47,
|
|
217
217
|
"name": "NodeContextState",
|
|
218
218
|
"kind": 256,
|
|
219
219
|
"kindString": "Interface",
|
|
220
220
|
"flags": {},
|
|
221
221
|
"children": [
|
|
222
222
|
{
|
|
223
|
-
"id":
|
|
223
|
+
"id": 48,
|
|
224
224
|
"name": "node",
|
|
225
225
|
"kind": 1024,
|
|
226
226
|
"kindString": "Property",
|
|
@@ -229,10 +229,10 @@
|
|
|
229
229
|
},
|
|
230
230
|
"sources": [
|
|
231
231
|
{
|
|
232
|
-
"fileName": "packages/
|
|
233
|
-
"line":
|
|
232
|
+
"fileName": "packages/modules/packages/node/src/contexts/Node/State.ts",
|
|
233
|
+
"line": 4,
|
|
234
234
|
"character": 2,
|
|
235
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
235
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/Node/State.ts#L4"
|
|
236
236
|
}
|
|
237
237
|
],
|
|
238
238
|
"type": {
|
|
@@ -241,54 +241,22 @@
|
|
|
241
241
|
"qualifiedName": "NodeModule",
|
|
242
242
|
"package": "@xyo-network/node"
|
|
243
243
|
}
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"id": 69,
|
|
247
|
-
"name": "setNode",
|
|
248
|
-
"kind": 1024,
|
|
249
|
-
"kindString": "Property",
|
|
250
|
-
"flags": {
|
|
251
|
-
"isOptional": true
|
|
252
|
-
},
|
|
253
|
-
"sources": [
|
|
254
|
-
{
|
|
255
|
-
"fileName": "packages/sdk/packages/node/src/contexts/State.ts",
|
|
256
|
-
"line": 6,
|
|
257
|
-
"character": 2,
|
|
258
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8608e333a40/packages/sdk/packages/node/src/contexts/State.ts#L6"
|
|
259
|
-
}
|
|
260
|
-
],
|
|
261
|
-
"type": {
|
|
262
|
-
"type": "reference",
|
|
263
|
-
"typeArguments": [
|
|
264
|
-
{
|
|
265
|
-
"type": "reference",
|
|
266
|
-
"name": "NodeModule",
|
|
267
|
-
"qualifiedName": "NodeModule",
|
|
268
|
-
"package": "@xyo-network/node"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"name": "Dispatch",
|
|
272
|
-
"qualifiedName": "React.Dispatch",
|
|
273
|
-
"package": "@types/react"
|
|
274
|
-
}
|
|
275
244
|
}
|
|
276
245
|
],
|
|
277
246
|
"groups": [
|
|
278
247
|
{
|
|
279
248
|
"title": "Properties",
|
|
280
249
|
"children": [
|
|
281
|
-
|
|
282
|
-
69
|
|
250
|
+
48
|
|
283
251
|
]
|
|
284
252
|
}
|
|
285
253
|
],
|
|
286
254
|
"sources": [
|
|
287
255
|
{
|
|
288
|
-
"fileName": "packages/
|
|
289
|
-
"line":
|
|
256
|
+
"fileName": "packages/modules/packages/node/src/contexts/Node/State.ts",
|
|
257
|
+
"line": 3,
|
|
290
258
|
"character": 17,
|
|
291
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
259
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/Node/State.ts#L3"
|
|
292
260
|
}
|
|
293
261
|
]
|
|
294
262
|
},
|
|
@@ -300,10 +268,10 @@
|
|
|
300
268
|
"flags": {},
|
|
301
269
|
"sources": [
|
|
302
270
|
{
|
|
303
|
-
"fileName": "packages/
|
|
304
|
-
"line":
|
|
271
|
+
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
272
|
+
"line": 10,
|
|
305
273
|
"character": 17,
|
|
306
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
274
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/components/NodeDrawer.tsx#L10"
|
|
307
275
|
}
|
|
308
276
|
],
|
|
309
277
|
"extendedTypes": [
|
|
@@ -334,14 +302,14 @@
|
|
|
334
302
|
]
|
|
335
303
|
},
|
|
336
304
|
{
|
|
337
|
-
"id":
|
|
305
|
+
"id": 50,
|
|
338
306
|
"name": "NodeDrawerProviderProps",
|
|
339
307
|
"kind": 256,
|
|
340
308
|
"kindString": "Interface",
|
|
341
309
|
"flags": {},
|
|
342
310
|
"children": [
|
|
343
311
|
{
|
|
344
|
-
"id":
|
|
312
|
+
"id": 51,
|
|
345
313
|
"name": "defaultOpen",
|
|
346
314
|
"kind": 1024,
|
|
347
315
|
"kindString": "Property",
|
|
@@ -350,10 +318,10 @@
|
|
|
350
318
|
},
|
|
351
319
|
"sources": [
|
|
352
320
|
{
|
|
353
|
-
"fileName": "packages/
|
|
321
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
354
322
|
"line": 7,
|
|
355
323
|
"character": 2,
|
|
356
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
324
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L7"
|
|
357
325
|
}
|
|
358
326
|
],
|
|
359
327
|
"type": {
|
|
@@ -366,16 +334,16 @@
|
|
|
366
334
|
{
|
|
367
335
|
"title": "Properties",
|
|
368
336
|
"children": [
|
|
369
|
-
|
|
337
|
+
51
|
|
370
338
|
]
|
|
371
339
|
}
|
|
372
340
|
],
|
|
373
341
|
"sources": [
|
|
374
342
|
{
|
|
375
|
-
"fileName": "packages/
|
|
343
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
376
344
|
"line": 6,
|
|
377
345
|
"character": 17,
|
|
378
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
346
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L6"
|
|
379
347
|
}
|
|
380
348
|
],
|
|
381
349
|
"extendedTypes": [
|
|
@@ -388,14 +356,14 @@
|
|
|
388
356
|
]
|
|
389
357
|
},
|
|
390
358
|
{
|
|
391
|
-
"id":
|
|
359
|
+
"id": 56,
|
|
392
360
|
"name": "NodeDrawerState",
|
|
393
361
|
"kind": 256,
|
|
394
362
|
"kindString": "Interface",
|
|
395
363
|
"flags": {},
|
|
396
364
|
"children": [
|
|
397
365
|
{
|
|
398
|
-
"id":
|
|
366
|
+
"id": 57,
|
|
399
367
|
"name": "open",
|
|
400
368
|
"kind": 1024,
|
|
401
369
|
"kindString": "Property",
|
|
@@ -404,10 +372,10 @@
|
|
|
404
372
|
},
|
|
405
373
|
"sources": [
|
|
406
374
|
{
|
|
407
|
-
"fileName": "packages/
|
|
375
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
408
376
|
"line": 5,
|
|
409
377
|
"character": 2,
|
|
410
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
378
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L5"
|
|
411
379
|
}
|
|
412
380
|
],
|
|
413
381
|
"type": {
|
|
@@ -416,7 +384,7 @@
|
|
|
416
384
|
}
|
|
417
385
|
},
|
|
418
386
|
{
|
|
419
|
-
"id":
|
|
387
|
+
"id": 59,
|
|
420
388
|
"name": "provided",
|
|
421
389
|
"kind": 1024,
|
|
422
390
|
"kindString": "Property",
|
|
@@ -438,7 +406,7 @@
|
|
|
438
406
|
}
|
|
439
407
|
},
|
|
440
408
|
{
|
|
441
|
-
"id":
|
|
409
|
+
"id": 58,
|
|
442
410
|
"name": "setOpen",
|
|
443
411
|
"kind": 1024,
|
|
444
412
|
"kindString": "Property",
|
|
@@ -447,10 +415,10 @@
|
|
|
447
415
|
},
|
|
448
416
|
"sources": [
|
|
449
417
|
{
|
|
450
|
-
"fileName": "packages/
|
|
418
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
451
419
|
"line": 6,
|
|
452
420
|
"character": 2,
|
|
453
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
421
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L6"
|
|
454
422
|
}
|
|
455
423
|
],
|
|
456
424
|
"type": {
|
|
@@ -479,18 +447,18 @@
|
|
|
479
447
|
{
|
|
480
448
|
"title": "Properties",
|
|
481
449
|
"children": [
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
450
|
+
57,
|
|
451
|
+
59,
|
|
452
|
+
58
|
|
485
453
|
]
|
|
486
454
|
}
|
|
487
455
|
],
|
|
488
456
|
"sources": [
|
|
489
457
|
{
|
|
490
|
-
"fileName": "packages/
|
|
458
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
491
459
|
"line": 4,
|
|
492
460
|
"character": 17,
|
|
493
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
461
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L4"
|
|
494
462
|
}
|
|
495
463
|
],
|
|
496
464
|
"extendedTypes": [
|
|
@@ -501,14 +469,14 @@
|
|
|
501
469
|
]
|
|
502
470
|
},
|
|
503
471
|
{
|
|
504
|
-
"id":
|
|
472
|
+
"id": 41,
|
|
505
473
|
"name": "NodeProviderProps",
|
|
506
474
|
"kind": 256,
|
|
507
475
|
"kindString": "Interface",
|
|
508
476
|
"flags": {},
|
|
509
477
|
"children": [
|
|
510
478
|
{
|
|
511
|
-
"id":
|
|
479
|
+
"id": 42,
|
|
512
480
|
"name": "node",
|
|
513
481
|
"kind": 1024,
|
|
514
482
|
"kindString": "Property",
|
|
@@ -517,10 +485,10 @@
|
|
|
517
485
|
},
|
|
518
486
|
"sources": [
|
|
519
487
|
{
|
|
520
|
-
"fileName": "packages/
|
|
488
|
+
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
521
489
|
"line": 8,
|
|
522
490
|
"character": 2,
|
|
523
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
491
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L8"
|
|
524
492
|
}
|
|
525
493
|
],
|
|
526
494
|
"type": {
|
|
@@ -529,70 +497,48 @@
|
|
|
529
497
|
"qualifiedName": "NodeModule",
|
|
530
498
|
"package": "@xyo-network/node"
|
|
531
499
|
}
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"id": 57,
|
|
535
|
-
"name": "required",
|
|
536
|
-
"kind": 1024,
|
|
537
|
-
"kindString": "Property",
|
|
538
|
-
"flags": {
|
|
539
|
-
"isOptional": true
|
|
540
|
-
},
|
|
541
|
-
"sources": [
|
|
542
|
-
{
|
|
543
|
-
"fileName": "packages/sdk/packages/node/src/contexts/Provider.tsx",
|
|
544
|
-
"line": 9,
|
|
545
|
-
"character": 2,
|
|
546
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8608e333a40/packages/sdk/packages/node/src/contexts/Provider.tsx#L9"
|
|
547
|
-
}
|
|
548
|
-
],
|
|
549
|
-
"type": {
|
|
550
|
-
"type": "intrinsic",
|
|
551
|
-
"name": "boolean"
|
|
552
|
-
}
|
|
553
500
|
}
|
|
554
501
|
],
|
|
555
502
|
"groups": [
|
|
556
503
|
{
|
|
557
504
|
"title": "Properties",
|
|
558
505
|
"children": [
|
|
559
|
-
|
|
560
|
-
57
|
|
506
|
+
42
|
|
561
507
|
]
|
|
562
508
|
}
|
|
563
509
|
],
|
|
564
510
|
"sources": [
|
|
565
511
|
{
|
|
566
|
-
"fileName": "packages/
|
|
512
|
+
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
567
513
|
"line": 7,
|
|
568
514
|
"character": 17,
|
|
569
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
515
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L7"
|
|
570
516
|
}
|
|
571
517
|
]
|
|
572
518
|
},
|
|
573
519
|
{
|
|
574
|
-
"id":
|
|
520
|
+
"id": 23,
|
|
575
521
|
"name": "ResolverEntries",
|
|
576
522
|
"kind": 256,
|
|
577
523
|
"kindString": "Interface",
|
|
578
524
|
"flags": {},
|
|
579
525
|
"sources": [
|
|
580
526
|
{
|
|
581
|
-
"fileName": "packages/
|
|
527
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
582
528
|
"line": 4,
|
|
583
529
|
"character": 17,
|
|
584
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
530
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L4"
|
|
585
531
|
}
|
|
586
532
|
],
|
|
587
533
|
"indexSignature": {
|
|
588
|
-
"id":
|
|
534
|
+
"id": 24,
|
|
589
535
|
"name": "__index",
|
|
590
536
|
"kind": 8192,
|
|
591
537
|
"kindString": "Index signature",
|
|
592
538
|
"flags": {},
|
|
593
539
|
"parameters": [
|
|
594
540
|
{
|
|
595
|
-
"id":
|
|
541
|
+
"id": 25,
|
|
596
542
|
"name": "name",
|
|
597
543
|
"kind": 32768,
|
|
598
544
|
"flags": {},
|
|
@@ -611,17 +557,17 @@
|
|
|
611
557
|
}
|
|
612
558
|
},
|
|
613
559
|
{
|
|
614
|
-
"id":
|
|
560
|
+
"id": 10,
|
|
615
561
|
"name": "MemoryNodeProviderProps",
|
|
616
562
|
"kind": 4194304,
|
|
617
563
|
"kindString": "Type alias",
|
|
618
564
|
"flags": {},
|
|
619
565
|
"sources": [
|
|
620
566
|
{
|
|
621
|
-
"fileName": "packages/
|
|
567
|
+
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
622
568
|
"line": 8,
|
|
623
569
|
"character": 12,
|
|
624
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
570
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
625
571
|
}
|
|
626
572
|
],
|
|
627
573
|
"type": {
|
|
@@ -633,14 +579,14 @@
|
|
|
633
579
|
{
|
|
634
580
|
"type": "reflection",
|
|
635
581
|
"declaration": {
|
|
636
|
-
"id":
|
|
582
|
+
"id": 11,
|
|
637
583
|
"name": "__type",
|
|
638
584
|
"kind": 65536,
|
|
639
585
|
"kindString": "Type literal",
|
|
640
586
|
"flags": {},
|
|
641
587
|
"children": [
|
|
642
588
|
{
|
|
643
|
-
"id":
|
|
589
|
+
"id": 12,
|
|
644
590
|
"name": "moduleParams",
|
|
645
591
|
"kind": 1024,
|
|
646
592
|
"kindString": "Property",
|
|
@@ -649,10 +595,10 @@
|
|
|
649
595
|
},
|
|
650
596
|
"sources": [
|
|
651
597
|
{
|
|
652
|
-
"fileName": "packages/
|
|
598
|
+
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
653
599
|
"line": 9,
|
|
654
600
|
"character": 2,
|
|
655
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
601
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L9"
|
|
656
602
|
}
|
|
657
603
|
],
|
|
658
604
|
"type": {
|
|
@@ -671,7 +617,7 @@
|
|
|
671
617
|
}
|
|
672
618
|
},
|
|
673
619
|
{
|
|
674
|
-
"id":
|
|
620
|
+
"id": 13,
|
|
675
621
|
"name": "required",
|
|
676
622
|
"kind": 1024,
|
|
677
623
|
"kindString": "Property",
|
|
@@ -680,10 +626,10 @@
|
|
|
680
626
|
},
|
|
681
627
|
"sources": [
|
|
682
628
|
{
|
|
683
|
-
"fileName": "packages/
|
|
629
|
+
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
684
630
|
"line": 10,
|
|
685
631
|
"character": 2,
|
|
686
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
632
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L10"
|
|
687
633
|
}
|
|
688
634
|
],
|
|
689
635
|
"type": {
|
|
@@ -696,17 +642,17 @@
|
|
|
696
642
|
{
|
|
697
643
|
"title": "Properties",
|
|
698
644
|
"children": [
|
|
699
|
-
|
|
700
|
-
|
|
645
|
+
12,
|
|
646
|
+
13
|
|
701
647
|
]
|
|
702
648
|
}
|
|
703
649
|
],
|
|
704
650
|
"sources": [
|
|
705
651
|
{
|
|
706
|
-
"fileName": "packages/
|
|
652
|
+
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
707
653
|
"line": 8,
|
|
708
654
|
"character": 51,
|
|
709
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
655
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
710
656
|
}
|
|
711
657
|
]
|
|
712
658
|
}
|
|
@@ -734,41 +680,125 @@
|
|
|
734
680
|
}
|
|
735
681
|
},
|
|
736
682
|
{
|
|
737
|
-
"id":
|
|
738
|
-
"name": "
|
|
683
|
+
"id": 115,
|
|
684
|
+
"name": "WrapFunc",
|
|
739
685
|
"kind": 4194304,
|
|
740
686
|
"kindString": "Type alias",
|
|
741
687
|
"flags": {},
|
|
742
|
-
"comment": {
|
|
743
|
-
"summary": [],
|
|
744
|
-
"blockTags": [
|
|
745
|
-
{
|
|
746
|
-
"tag": "@deprecated",
|
|
747
|
-
"content": [
|
|
748
|
-
{
|
|
749
|
-
"kind": "text",
|
|
750
|
-
"text": "use NodeProviderProps instead"
|
|
751
|
-
}
|
|
752
|
-
]
|
|
753
|
-
}
|
|
754
|
-
]
|
|
755
|
-
},
|
|
756
688
|
"sources": [
|
|
757
689
|
{
|
|
758
|
-
"fileName": "packages/
|
|
759
|
-
"line":
|
|
690
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
691
|
+
"line": 9,
|
|
760
692
|
"character": 12,
|
|
761
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
693
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L9"
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"typeParameters": [
|
|
697
|
+
{
|
|
698
|
+
"id": 120,
|
|
699
|
+
"name": "TModule",
|
|
700
|
+
"kind": 131072,
|
|
701
|
+
"kindString": "Type parameter",
|
|
702
|
+
"flags": {},
|
|
703
|
+
"type": {
|
|
704
|
+
"type": "reference",
|
|
705
|
+
"name": "Module",
|
|
706
|
+
"qualifiedName": "Module",
|
|
707
|
+
"package": "@xyo-network/module-model"
|
|
708
|
+
},
|
|
709
|
+
"default": {
|
|
710
|
+
"type": "reference",
|
|
711
|
+
"name": "Module",
|
|
712
|
+
"qualifiedName": "Module",
|
|
713
|
+
"package": "@xyo-network/module-model"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"id": 121,
|
|
718
|
+
"name": "TWrapper",
|
|
719
|
+
"kind": 131072,
|
|
720
|
+
"kindString": "Type parameter",
|
|
721
|
+
"flags": {},
|
|
722
|
+
"type": {
|
|
723
|
+
"type": "reference",
|
|
724
|
+
"name": "ModuleWrapper",
|
|
725
|
+
"qualifiedName": "ModuleWrapper",
|
|
726
|
+
"package": "@xyo-network/module"
|
|
727
|
+
},
|
|
728
|
+
"default": {
|
|
729
|
+
"type": "reference",
|
|
730
|
+
"name": "ModuleWrapper",
|
|
731
|
+
"qualifiedName": "ModuleWrapper",
|
|
732
|
+
"package": "@xyo-network/module"
|
|
733
|
+
}
|
|
762
734
|
}
|
|
763
735
|
],
|
|
764
736
|
"type": {
|
|
765
|
-
"type": "
|
|
766
|
-
"
|
|
767
|
-
|
|
737
|
+
"type": "reflection",
|
|
738
|
+
"declaration": {
|
|
739
|
+
"id": 116,
|
|
740
|
+
"name": "__type",
|
|
741
|
+
"kind": 65536,
|
|
742
|
+
"kindString": "Type literal",
|
|
743
|
+
"flags": {},
|
|
744
|
+
"sources": [
|
|
745
|
+
{
|
|
746
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
747
|
+
"line": 9,
|
|
748
|
+
"character": 104,
|
|
749
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L9"
|
|
750
|
+
}
|
|
751
|
+
],
|
|
752
|
+
"signatures": [
|
|
753
|
+
{
|
|
754
|
+
"id": 117,
|
|
755
|
+
"name": "__type",
|
|
756
|
+
"kind": 4096,
|
|
757
|
+
"kindString": "Call signature",
|
|
758
|
+
"flags": {},
|
|
759
|
+
"parameters": [
|
|
760
|
+
{
|
|
761
|
+
"id": 118,
|
|
762
|
+
"name": "module",
|
|
763
|
+
"kind": 32768,
|
|
764
|
+
"kindString": "Parameter",
|
|
765
|
+
"flags": {
|
|
766
|
+
"isOptional": true
|
|
767
|
+
},
|
|
768
|
+
"type": {
|
|
769
|
+
"type": "reference",
|
|
770
|
+
"id": 120,
|
|
771
|
+
"name": "TModule"
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"id": 119,
|
|
776
|
+
"name": "account",
|
|
777
|
+
"kind": 32768,
|
|
778
|
+
"kindString": "Parameter",
|
|
779
|
+
"flags": {
|
|
780
|
+
"isOptional": true
|
|
781
|
+
},
|
|
782
|
+
"type": {
|
|
783
|
+
"type": "reference",
|
|
784
|
+
"name": "Account",
|
|
785
|
+
"qualifiedName": "Account",
|
|
786
|
+
"package": "@xyo-network/account"
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
],
|
|
790
|
+
"type": {
|
|
791
|
+
"type": "reference",
|
|
792
|
+
"id": 121,
|
|
793
|
+
"name": "TWrapper"
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
]
|
|
797
|
+
}
|
|
768
798
|
}
|
|
769
799
|
},
|
|
770
800
|
{
|
|
771
|
-
"id":
|
|
801
|
+
"id": 18,
|
|
772
802
|
"name": "ModuleRepositoryContext",
|
|
773
803
|
"kind": 32,
|
|
774
804
|
"kindString": "Variable",
|
|
@@ -777,10 +807,10 @@
|
|
|
777
807
|
},
|
|
778
808
|
"sources": [
|
|
779
809
|
{
|
|
780
|
-
"fileName": "packages/
|
|
810
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts",
|
|
781
811
|
"line": 5,
|
|
782
812
|
"character": 13,
|
|
783
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
813
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts#L5"
|
|
784
814
|
}
|
|
785
815
|
],
|
|
786
816
|
"type": {
|
|
@@ -791,7 +821,7 @@
|
|
|
791
821
|
"types": [
|
|
792
822
|
{
|
|
793
823
|
"type": "reference",
|
|
794
|
-
"id":
|
|
824
|
+
"id": 26,
|
|
795
825
|
"name": "ModuleRepositoryContextState"
|
|
796
826
|
},
|
|
797
827
|
{
|
|
@@ -808,7 +838,7 @@
|
|
|
808
838
|
"defaultValue": "..."
|
|
809
839
|
},
|
|
810
840
|
{
|
|
811
|
-
"id":
|
|
841
|
+
"id": 40,
|
|
812
842
|
"name": "NodeContext",
|
|
813
843
|
"kind": 32,
|
|
814
844
|
"kindString": "Variable",
|
|
@@ -817,10 +847,10 @@
|
|
|
817
847
|
},
|
|
818
848
|
"sources": [
|
|
819
849
|
{
|
|
820
|
-
"fileName": "packages/
|
|
850
|
+
"fileName": "packages/modules/packages/node/src/contexts/Node/Context.ts",
|
|
821
851
|
"line": 5,
|
|
822
852
|
"character": 13,
|
|
823
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
853
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/Node/Context.ts#L5"
|
|
824
854
|
}
|
|
825
855
|
],
|
|
826
856
|
"type": {
|
|
@@ -831,7 +861,7 @@
|
|
|
831
861
|
"types": [
|
|
832
862
|
{
|
|
833
863
|
"type": "reference",
|
|
834
|
-
"id":
|
|
864
|
+
"id": 47,
|
|
835
865
|
"name": "NodeContextState"
|
|
836
866
|
},
|
|
837
867
|
{
|
|
@@ -848,7 +878,7 @@
|
|
|
848
878
|
"defaultValue": "..."
|
|
849
879
|
},
|
|
850
880
|
{
|
|
851
|
-
"id":
|
|
881
|
+
"id": 49,
|
|
852
882
|
"name": "NodeDrawerContext",
|
|
853
883
|
"kind": 32,
|
|
854
884
|
"kindString": "Variable",
|
|
@@ -857,10 +887,10 @@
|
|
|
857
887
|
},
|
|
858
888
|
"sources": [
|
|
859
889
|
{
|
|
860
|
-
"fileName": "packages/
|
|
890
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts",
|
|
861
891
|
"line": 5,
|
|
862
892
|
"character": 13,
|
|
863
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
893
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
864
894
|
}
|
|
865
895
|
],
|
|
866
896
|
"type": {
|
|
@@ -871,7 +901,7 @@
|
|
|
871
901
|
"types": [
|
|
872
902
|
{
|
|
873
903
|
"type": "reference",
|
|
874
|
-
"id":
|
|
904
|
+
"id": 56,
|
|
875
905
|
"name": "NodeDrawerState"
|
|
876
906
|
},
|
|
877
907
|
{
|
|
@@ -888,41 +918,41 @@
|
|
|
888
918
|
"defaultValue": "..."
|
|
889
919
|
},
|
|
890
920
|
{
|
|
891
|
-
"id":
|
|
921
|
+
"id": 14,
|
|
892
922
|
"name": "MemoryNodeProvider",
|
|
893
923
|
"kind": 64,
|
|
894
924
|
"kindString": "Function",
|
|
895
925
|
"flags": {},
|
|
896
926
|
"sources": [
|
|
897
927
|
{
|
|
898
|
-
"fileName": "packages/
|
|
928
|
+
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
899
929
|
"line": 14,
|
|
900
930
|
"character": 13,
|
|
901
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
931
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
902
932
|
}
|
|
903
933
|
],
|
|
904
934
|
"signatures": [
|
|
905
935
|
{
|
|
906
|
-
"id":
|
|
936
|
+
"id": 15,
|
|
907
937
|
"name": "MemoryNodeProvider",
|
|
908
938
|
"kind": 4096,
|
|
909
939
|
"kindString": "Call signature",
|
|
910
940
|
"flags": {},
|
|
911
941
|
"parameters": [
|
|
912
942
|
{
|
|
913
|
-
"id":
|
|
943
|
+
"id": 16,
|
|
914
944
|
"name": "props",
|
|
915
945
|
"kind": 32768,
|
|
916
946
|
"kindString": "Parameter",
|
|
917
947
|
"flags": {},
|
|
918
948
|
"type": {
|
|
919
949
|
"type": "reference",
|
|
920
|
-
"id":
|
|
950
|
+
"id": 10,
|
|
921
951
|
"name": "MemoryNodeProviderProps"
|
|
922
952
|
}
|
|
923
953
|
},
|
|
924
954
|
{
|
|
925
|
-
"id":
|
|
955
|
+
"id": 17,
|
|
926
956
|
"name": "context",
|
|
927
957
|
"kind": 32768,
|
|
928
958
|
"kindString": "Parameter",
|
|
@@ -964,29 +994,29 @@
|
|
|
964
994
|
]
|
|
965
995
|
},
|
|
966
996
|
{
|
|
967
|
-
"id":
|
|
997
|
+
"id": 19,
|
|
968
998
|
"name": "ModuleRepositoryProvider",
|
|
969
999
|
"kind": 64,
|
|
970
1000
|
"kindString": "Function",
|
|
971
1001
|
"flags": {},
|
|
972
1002
|
"sources": [
|
|
973
1003
|
{
|
|
974
|
-
"fileName": "packages/
|
|
1004
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx",
|
|
975
1005
|
"line": 11,
|
|
976
1006
|
"character": 13,
|
|
977
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1007
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx#L11"
|
|
978
1008
|
}
|
|
979
1009
|
],
|
|
980
1010
|
"signatures": [
|
|
981
1011
|
{
|
|
982
|
-
"id":
|
|
1012
|
+
"id": 20,
|
|
983
1013
|
"name": "ModuleRepositoryProvider",
|
|
984
1014
|
"kind": 4096,
|
|
985
1015
|
"kindString": "Call signature",
|
|
986
1016
|
"flags": {},
|
|
987
1017
|
"parameters": [
|
|
988
1018
|
{
|
|
989
|
-
"id":
|
|
1019
|
+
"id": 21,
|
|
990
1020
|
"name": "props",
|
|
991
1021
|
"kind": 32768,
|
|
992
1022
|
"kindString": "Parameter",
|
|
@@ -997,7 +1027,7 @@
|
|
|
997
1027
|
}
|
|
998
1028
|
},
|
|
999
1029
|
{
|
|
1000
|
-
"id":
|
|
1030
|
+
"id": 22,
|
|
1001
1031
|
"name": "context",
|
|
1002
1032
|
"kind": 32768,
|
|
1003
1033
|
"kindString": "Parameter",
|
|
@@ -1046,10 +1076,10 @@
|
|
|
1046
1076
|
"flags": {},
|
|
1047
1077
|
"sources": [
|
|
1048
1078
|
{
|
|
1049
|
-
"fileName": "packages/
|
|
1079
|
+
"fileName": "packages/modules/packages/node/src/components/Node.tsx",
|
|
1050
1080
|
"line": 8,
|
|
1051
1081
|
"character": 13,
|
|
1052
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1082
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/components/Node.tsx#L8"
|
|
1053
1083
|
}
|
|
1054
1084
|
],
|
|
1055
1085
|
"signatures": [
|
|
@@ -1123,10 +1153,10 @@
|
|
|
1123
1153
|
"flags": {},
|
|
1124
1154
|
"sources": [
|
|
1125
1155
|
{
|
|
1126
|
-
"fileName": "packages/
|
|
1127
|
-
"line":
|
|
1156
|
+
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
1157
|
+
"line": 12,
|
|
1128
1158
|
"character": 13,
|
|
1129
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1159
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/components/NodeDrawer.tsx#L12"
|
|
1130
1160
|
}
|
|
1131
1161
|
],
|
|
1132
1162
|
"signatures": [
|
|
@@ -1192,41 +1222,41 @@
|
|
|
1192
1222
|
]
|
|
1193
1223
|
},
|
|
1194
1224
|
{
|
|
1195
|
-
"id":
|
|
1225
|
+
"id": 52,
|
|
1196
1226
|
"name": "NodeDrawerProvider",
|
|
1197
1227
|
"kind": 64,
|
|
1198
1228
|
"kindString": "Function",
|
|
1199
1229
|
"flags": {},
|
|
1200
1230
|
"sources": [
|
|
1201
1231
|
{
|
|
1202
|
-
"fileName": "packages/
|
|
1232
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
1203
1233
|
"line": 10,
|
|
1204
1234
|
"character": 13,
|
|
1205
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1235
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1206
1236
|
}
|
|
1207
1237
|
],
|
|
1208
1238
|
"signatures": [
|
|
1209
1239
|
{
|
|
1210
|
-
"id":
|
|
1240
|
+
"id": 53,
|
|
1211
1241
|
"name": "NodeDrawerProvider",
|
|
1212
1242
|
"kind": 4096,
|
|
1213
1243
|
"kindString": "Call signature",
|
|
1214
1244
|
"flags": {},
|
|
1215
1245
|
"parameters": [
|
|
1216
1246
|
{
|
|
1217
|
-
"id":
|
|
1247
|
+
"id": 54,
|
|
1218
1248
|
"name": "props",
|
|
1219
1249
|
"kind": 32768,
|
|
1220
1250
|
"kindString": "Parameter",
|
|
1221
1251
|
"flags": {},
|
|
1222
1252
|
"type": {
|
|
1223
1253
|
"type": "reference",
|
|
1224
|
-
"id":
|
|
1254
|
+
"id": 50,
|
|
1225
1255
|
"name": "NodeDrawerProviderProps"
|
|
1226
1256
|
}
|
|
1227
1257
|
},
|
|
1228
1258
|
{
|
|
1229
|
-
"id":
|
|
1259
|
+
"id": 55,
|
|
1230
1260
|
"name": "context",
|
|
1231
1261
|
"kind": 32768,
|
|
1232
1262
|
"kindString": "Parameter",
|
|
@@ -1268,29 +1298,29 @@
|
|
|
1268
1298
|
]
|
|
1269
1299
|
},
|
|
1270
1300
|
{
|
|
1271
|
-
"id":
|
|
1301
|
+
"id": 43,
|
|
1272
1302
|
"name": "NodeProvider",
|
|
1273
1303
|
"kind": 64,
|
|
1274
1304
|
"kindString": "Function",
|
|
1275
1305
|
"flags": {},
|
|
1276
1306
|
"sources": [
|
|
1277
1307
|
{
|
|
1278
|
-
"fileName": "packages/
|
|
1279
|
-
"line":
|
|
1308
|
+
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
1309
|
+
"line": 11,
|
|
1280
1310
|
"character": 13,
|
|
1281
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1311
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L11"
|
|
1282
1312
|
}
|
|
1283
1313
|
],
|
|
1284
1314
|
"signatures": [
|
|
1285
1315
|
{
|
|
1286
|
-
"id":
|
|
1316
|
+
"id": 44,
|
|
1287
1317
|
"name": "NodeProvider",
|
|
1288
1318
|
"kind": 4096,
|
|
1289
1319
|
"kindString": "Call signature",
|
|
1290
1320
|
"flags": {},
|
|
1291
1321
|
"parameters": [
|
|
1292
1322
|
{
|
|
1293
|
-
"id":
|
|
1323
|
+
"id": 45,
|
|
1294
1324
|
"name": "props",
|
|
1295
1325
|
"kind": 32768,
|
|
1296
1326
|
"kindString": "Parameter",
|
|
@@ -1300,7 +1330,7 @@
|
|
|
1300
1330
|
"typeArguments": [
|
|
1301
1331
|
{
|
|
1302
1332
|
"type": "reference",
|
|
1303
|
-
"id":
|
|
1333
|
+
"id": 41,
|
|
1304
1334
|
"name": "NodeProviderProps"
|
|
1305
1335
|
}
|
|
1306
1336
|
],
|
|
@@ -1310,7 +1340,7 @@
|
|
|
1310
1340
|
}
|
|
1311
1341
|
},
|
|
1312
1342
|
{
|
|
1313
|
-
"id":
|
|
1343
|
+
"id": 46,
|
|
1314
1344
|
"name": "context",
|
|
1315
1345
|
"kind": 32768,
|
|
1316
1346
|
"kindString": "Parameter",
|
|
@@ -1352,127 +1382,616 @@
|
|
|
1352
1382
|
]
|
|
1353
1383
|
},
|
|
1354
1384
|
{
|
|
1355
|
-
"id":
|
|
1356
|
-
"name": "
|
|
1385
|
+
"id": 122,
|
|
1386
|
+
"name": "createUseModuleHook",
|
|
1357
1387
|
"kind": 64,
|
|
1358
1388
|
"kindString": "Function",
|
|
1359
1389
|
"flags": {},
|
|
1360
1390
|
"sources": [
|
|
1361
1391
|
{
|
|
1362
|
-
"fileName": "packages/
|
|
1363
|
-
"line":
|
|
1392
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
1393
|
+
"line": 14,
|
|
1364
1394
|
"character": 13,
|
|
1365
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1395
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L14"
|
|
1366
1396
|
}
|
|
1367
1397
|
],
|
|
1368
1398
|
"signatures": [
|
|
1369
1399
|
{
|
|
1370
|
-
"id":
|
|
1371
|
-
"name": "
|
|
1400
|
+
"id": 123,
|
|
1401
|
+
"name": "createUseModuleHook",
|
|
1372
1402
|
"kind": 4096,
|
|
1373
1403
|
"kindString": "Call signature",
|
|
1374
1404
|
"flags": {},
|
|
1375
|
-
"
|
|
1376
|
-
"summary": [],
|
|
1377
|
-
"blockTags": [
|
|
1378
|
-
{
|
|
1379
|
-
"tag": "@deprecated",
|
|
1380
|
-
"content": [
|
|
1381
|
-
{
|
|
1382
|
-
"kind": "text",
|
|
1383
|
-
"text": "use NodeProvider instead"
|
|
1384
|
-
}
|
|
1385
|
-
]
|
|
1386
|
-
}
|
|
1387
|
-
]
|
|
1388
|
-
},
|
|
1389
|
-
"parameters": [
|
|
1405
|
+
"typeParameter": [
|
|
1390
1406
|
{
|
|
1391
|
-
"id":
|
|
1392
|
-
"name": "
|
|
1393
|
-
"kind":
|
|
1394
|
-
"kindString": "
|
|
1407
|
+
"id": 128,
|
|
1408
|
+
"name": "TModule",
|
|
1409
|
+
"kind": 131072,
|
|
1410
|
+
"kindString": "Type parameter",
|
|
1395
1411
|
"flags": {},
|
|
1396
1412
|
"type": {
|
|
1397
1413
|
"type": "reference",
|
|
1398
1414
|
"typeArguments": [
|
|
1399
1415
|
{
|
|
1400
|
-
"type": "
|
|
1401
|
-
"
|
|
1402
|
-
|
|
1416
|
+
"type": "intersection",
|
|
1417
|
+
"types": [
|
|
1418
|
+
{
|
|
1419
|
+
"type": "reference",
|
|
1420
|
+
"name": "SchemaFields",
|
|
1421
|
+
"qualifiedName": "SchemaFields",
|
|
1422
|
+
"package": "@xyo-network/payload-model"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"type": "reference",
|
|
1426
|
+
"name": "PayloadFields",
|
|
1427
|
+
"qualifiedName": "PayloadFields",
|
|
1428
|
+
"package": "@xyo-network/payload-model"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"type": "reflection",
|
|
1432
|
+
"declaration": {
|
|
1433
|
+
"id": 124,
|
|
1434
|
+
"name": "__type",
|
|
1435
|
+
"kind": 65536,
|
|
1436
|
+
"kindString": "Type literal",
|
|
1437
|
+
"flags": {},
|
|
1438
|
+
"sources": [
|
|
1439
|
+
{
|
|
1440
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1441
|
+
"line": 8,
|
|
1442
|
+
"character": 75
|
|
1443
|
+
}
|
|
1444
|
+
]
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"type": "reflection",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"id": 125,
|
|
1451
|
+
"name": "__type",
|
|
1452
|
+
"kind": 65536,
|
|
1453
|
+
"kindString": "Type literal",
|
|
1454
|
+
"flags": {},
|
|
1455
|
+
"sources": [
|
|
1456
|
+
{
|
|
1457
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1458
|
+
"line": 18,
|
|
1459
|
+
"character": 17
|
|
1460
|
+
}
|
|
1461
|
+
]
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1464
|
+
]
|
|
1403
1465
|
}
|
|
1404
1466
|
],
|
|
1405
|
-
"name": "
|
|
1406
|
-
"qualifiedName": "
|
|
1407
|
-
"package": "@
|
|
1408
|
-
}
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"id": 66,
|
|
1412
|
-
"name": "context",
|
|
1413
|
-
"kind": 32768,
|
|
1414
|
-
"kindString": "Parameter",
|
|
1415
|
-
"flags": {
|
|
1416
|
-
"isOptional": true
|
|
1417
|
-
},
|
|
1418
|
-
"type": {
|
|
1419
|
-
"type": "intrinsic",
|
|
1420
|
-
"name": "any"
|
|
1421
|
-
}
|
|
1422
|
-
}
|
|
1423
|
-
],
|
|
1424
|
-
"type": {
|
|
1425
|
-
"type": "union",
|
|
1426
|
-
"types": [
|
|
1427
|
-
{
|
|
1428
|
-
"type": "literal",
|
|
1429
|
-
"value": null
|
|
1467
|
+
"name": "Module",
|
|
1468
|
+
"qualifiedName": "Module",
|
|
1469
|
+
"package": "@xyo-network/module-model"
|
|
1430
1470
|
},
|
|
1431
|
-
{
|
|
1471
|
+
"default": {
|
|
1432
1472
|
"type": "reference",
|
|
1433
1473
|
"typeArguments": [
|
|
1434
1474
|
{
|
|
1435
|
-
"type": "
|
|
1436
|
-
"
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1475
|
+
"type": "intersection",
|
|
1476
|
+
"types": [
|
|
1477
|
+
{
|
|
1478
|
+
"type": "reference",
|
|
1479
|
+
"name": "SchemaFields",
|
|
1480
|
+
"qualifiedName": "SchemaFields",
|
|
1481
|
+
"package": "@xyo-network/payload-model"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"type": "reference",
|
|
1485
|
+
"name": "PayloadFields",
|
|
1486
|
+
"qualifiedName": "PayloadFields",
|
|
1487
|
+
"package": "@xyo-network/payload-model"
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"type": "reflection",
|
|
1491
|
+
"declaration": {
|
|
1492
|
+
"id": 126,
|
|
1493
|
+
"name": "__type",
|
|
1494
|
+
"kind": 65536,
|
|
1495
|
+
"kindString": "Type literal",
|
|
1496
|
+
"flags": {},
|
|
1497
|
+
"sources": [
|
|
1498
|
+
{
|
|
1499
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1500
|
+
"line": 8,
|
|
1501
|
+
"character": 75
|
|
1502
|
+
}
|
|
1503
|
+
]
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"type": "reflection",
|
|
1508
|
+
"declaration": {
|
|
1509
|
+
"id": 127,
|
|
1510
|
+
"name": "__type",
|
|
1511
|
+
"kind": 65536,
|
|
1512
|
+
"kindString": "Type literal",
|
|
1513
|
+
"flags": {},
|
|
1514
|
+
"sources": [
|
|
1515
|
+
{
|
|
1516
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1517
|
+
"line": 18,
|
|
1518
|
+
"character": 17
|
|
1519
|
+
}
|
|
1520
|
+
]
|
|
1521
|
+
}
|
|
1522
|
+
}
|
|
1523
|
+
]
|
|
1524
|
+
}
|
|
1525
|
+
],
|
|
1526
|
+
"name": "Module",
|
|
1527
|
+
"qualifiedName": "Module",
|
|
1528
|
+
"package": "@xyo-network/module-model"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"id": 133,
|
|
1533
|
+
"name": "TWrapper",
|
|
1534
|
+
"kind": 131072,
|
|
1535
|
+
"kindString": "Type parameter",
|
|
1536
|
+
"flags": {},
|
|
1537
|
+
"type": {
|
|
1538
|
+
"type": "reference",
|
|
1539
|
+
"typeArguments": [
|
|
1540
|
+
{
|
|
1541
|
+
"type": "reference",
|
|
1542
|
+
"typeArguments": [
|
|
1543
|
+
{
|
|
1544
|
+
"type": "intersection",
|
|
1545
|
+
"types": [
|
|
1546
|
+
{
|
|
1547
|
+
"type": "reference",
|
|
1548
|
+
"name": "SchemaFields",
|
|
1549
|
+
"qualifiedName": "SchemaFields",
|
|
1550
|
+
"package": "@xyo-network/payload-model"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"type": "reference",
|
|
1554
|
+
"name": "PayloadFields",
|
|
1555
|
+
"qualifiedName": "PayloadFields",
|
|
1556
|
+
"package": "@xyo-network/payload-model"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"type": "reflection",
|
|
1560
|
+
"declaration": {
|
|
1561
|
+
"id": 129,
|
|
1562
|
+
"name": "__type",
|
|
1563
|
+
"kind": 65536,
|
|
1564
|
+
"kindString": "Type literal",
|
|
1565
|
+
"flags": {},
|
|
1566
|
+
"sources": [
|
|
1567
|
+
{
|
|
1568
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1569
|
+
"line": 8,
|
|
1570
|
+
"character": 75
|
|
1571
|
+
}
|
|
1572
|
+
]
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"type": "reflection",
|
|
1577
|
+
"declaration": {
|
|
1578
|
+
"id": 130,
|
|
1579
|
+
"name": "__type",
|
|
1580
|
+
"kind": 65536,
|
|
1581
|
+
"kindString": "Type literal",
|
|
1582
|
+
"flags": {},
|
|
1583
|
+
"sources": [
|
|
1584
|
+
{
|
|
1585
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1586
|
+
"line": 18,
|
|
1587
|
+
"character": 17
|
|
1588
|
+
}
|
|
1589
|
+
]
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
]
|
|
1593
|
+
}
|
|
1594
|
+
],
|
|
1595
|
+
"name": "Module",
|
|
1596
|
+
"qualifiedName": "Module",
|
|
1597
|
+
"package": "@xyo-network/module-model"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"type": "reference",
|
|
1601
|
+
"id": 133,
|
|
1602
|
+
"name": "TWrapper"
|
|
1603
|
+
}
|
|
1604
|
+
],
|
|
1605
|
+
"name": "ModuleWrapper",
|
|
1606
|
+
"qualifiedName": "ModuleWrapper",
|
|
1607
|
+
"package": "@xyo-network/module"
|
|
1608
|
+
},
|
|
1609
|
+
"default": {
|
|
1610
|
+
"type": "reference",
|
|
1611
|
+
"typeArguments": [
|
|
1612
|
+
{
|
|
1613
|
+
"type": "reference",
|
|
1614
|
+
"typeArguments": [
|
|
1615
|
+
{
|
|
1616
|
+
"type": "intersection",
|
|
1617
|
+
"types": [
|
|
1618
|
+
{
|
|
1619
|
+
"type": "reference",
|
|
1620
|
+
"name": "SchemaFields",
|
|
1621
|
+
"qualifiedName": "SchemaFields",
|
|
1622
|
+
"package": "@xyo-network/payload-model"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"type": "reference",
|
|
1626
|
+
"name": "PayloadFields",
|
|
1627
|
+
"qualifiedName": "PayloadFields",
|
|
1628
|
+
"package": "@xyo-network/payload-model"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"type": "reflection",
|
|
1632
|
+
"declaration": {
|
|
1633
|
+
"id": 131,
|
|
1634
|
+
"name": "__type",
|
|
1635
|
+
"kind": 65536,
|
|
1636
|
+
"kindString": "Type literal",
|
|
1637
|
+
"flags": {},
|
|
1638
|
+
"sources": [
|
|
1639
|
+
{
|
|
1640
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1641
|
+
"line": 8,
|
|
1642
|
+
"character": 75
|
|
1643
|
+
}
|
|
1644
|
+
]
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
"type": "reflection",
|
|
1649
|
+
"declaration": {
|
|
1650
|
+
"id": 132,
|
|
1651
|
+
"name": "__type",
|
|
1652
|
+
"kind": 65536,
|
|
1653
|
+
"kindString": "Type literal",
|
|
1654
|
+
"flags": {},
|
|
1655
|
+
"sources": [
|
|
1656
|
+
{
|
|
1657
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1658
|
+
"line": 18,
|
|
1659
|
+
"character": 17
|
|
1660
|
+
}
|
|
1661
|
+
]
|
|
1662
|
+
}
|
|
1663
|
+
}
|
|
1664
|
+
]
|
|
1665
|
+
}
|
|
1666
|
+
],
|
|
1667
|
+
"name": "Module",
|
|
1668
|
+
"qualifiedName": "Module",
|
|
1669
|
+
"package": "@xyo-network/module-model"
|
|
1670
|
+
}
|
|
1671
|
+
],
|
|
1672
|
+
"name": "ModuleWrapper",
|
|
1673
|
+
"qualifiedName": "ModuleWrapper",
|
|
1674
|
+
"package": "@xyo-network/module"
|
|
1675
|
+
}
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
"id": 134,
|
|
1679
|
+
"name": "TWrapFunc",
|
|
1680
|
+
"kind": 131072,
|
|
1681
|
+
"kindString": "Type parameter",
|
|
1682
|
+
"flags": {},
|
|
1683
|
+
"type": {
|
|
1684
|
+
"type": "reference",
|
|
1685
|
+
"id": 115,
|
|
1686
|
+
"typeArguments": [
|
|
1687
|
+
{
|
|
1688
|
+
"type": "reference",
|
|
1689
|
+
"id": 128,
|
|
1690
|
+
"name": "TModule"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"type": "reference",
|
|
1694
|
+
"id": 133,
|
|
1695
|
+
"name": "TWrapper"
|
|
1696
|
+
}
|
|
1697
|
+
],
|
|
1698
|
+
"name": "WrapFunc"
|
|
1699
|
+
},
|
|
1700
|
+
"default": {
|
|
1701
|
+
"type": "reference",
|
|
1702
|
+
"id": 115,
|
|
1703
|
+
"typeArguments": [
|
|
1704
|
+
{
|
|
1705
|
+
"type": "reference",
|
|
1706
|
+
"id": 128,
|
|
1707
|
+
"name": "TModule"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
"type": "reference",
|
|
1711
|
+
"id": 133,
|
|
1712
|
+
"name": "TWrapper"
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"name": "WrapFunc"
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
],
|
|
1719
|
+
"parameters": [
|
|
1720
|
+
{
|
|
1721
|
+
"id": 135,
|
|
1722
|
+
"name": "wrapFunc",
|
|
1723
|
+
"kind": 32768,
|
|
1724
|
+
"kindString": "Parameter",
|
|
1725
|
+
"flags": {},
|
|
1726
|
+
"type": {
|
|
1727
|
+
"type": "reference",
|
|
1728
|
+
"id": 134,
|
|
1729
|
+
"name": "TWrapFunc"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
],
|
|
1733
|
+
"type": {
|
|
1734
|
+
"type": "reflection",
|
|
1735
|
+
"declaration": {
|
|
1736
|
+
"id": 136,
|
|
1737
|
+
"name": "__type",
|
|
1738
|
+
"kind": 65536,
|
|
1739
|
+
"kindString": "Type literal",
|
|
1740
|
+
"flags": {},
|
|
1741
|
+
"sources": [
|
|
1742
|
+
{
|
|
1743
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
1744
|
+
"line": 21,
|
|
1745
|
+
"character": 11,
|
|
1746
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L21"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
1750
|
+
"line": 22,
|
|
1751
|
+
"character": 11,
|
|
1752
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L22"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
1756
|
+
"line": 23,
|
|
1757
|
+
"character": 11,
|
|
1758
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L23"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
1762
|
+
"line": 24,
|
|
1763
|
+
"character": 11,
|
|
1764
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L24"
|
|
1765
|
+
},
|
|
1766
|
+
{
|
|
1767
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx",
|
|
1768
|
+
"line": 25,
|
|
1769
|
+
"character": 11,
|
|
1770
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/createUseModuleHook.tsx#L25"
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"signatures": [
|
|
1774
|
+
{
|
|
1775
|
+
"id": 137,
|
|
1776
|
+
"name": "__type",
|
|
1777
|
+
"kind": 4096,
|
|
1778
|
+
"kindString": "Call signature",
|
|
1779
|
+
"flags": {},
|
|
1780
|
+
"parameters": [
|
|
1781
|
+
{
|
|
1782
|
+
"id": 138,
|
|
1783
|
+
"name": "name",
|
|
1784
|
+
"kind": 32768,
|
|
1785
|
+
"kindString": "Parameter",
|
|
1786
|
+
"flags": {
|
|
1787
|
+
"isOptional": true
|
|
1788
|
+
},
|
|
1789
|
+
"type": {
|
|
1790
|
+
"type": "intrinsic",
|
|
1791
|
+
"name": "string"
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
],
|
|
1795
|
+
"type": {
|
|
1796
|
+
"type": "union",
|
|
1797
|
+
"types": [
|
|
1798
|
+
{
|
|
1799
|
+
"type": "reference",
|
|
1800
|
+
"id": 128,
|
|
1801
|
+
"name": "TModule"
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"type": "intrinsic",
|
|
1805
|
+
"name": "undefined"
|
|
1806
|
+
}
|
|
1807
|
+
]
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"id": 139,
|
|
1812
|
+
"name": "__type",
|
|
1813
|
+
"kind": 4096,
|
|
1814
|
+
"kindString": "Call signature",
|
|
1815
|
+
"flags": {},
|
|
1816
|
+
"parameters": [
|
|
1817
|
+
{
|
|
1818
|
+
"id": 140,
|
|
1819
|
+
"name": "name",
|
|
1820
|
+
"kind": 32768,
|
|
1821
|
+
"kindString": "Parameter",
|
|
1822
|
+
"flags": {},
|
|
1823
|
+
"type": {
|
|
1824
|
+
"type": "union",
|
|
1825
|
+
"types": [
|
|
1826
|
+
{
|
|
1827
|
+
"type": "intrinsic",
|
|
1828
|
+
"name": "undefined"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
"type": "intrinsic",
|
|
1832
|
+
"name": "string"
|
|
1833
|
+
}
|
|
1834
|
+
]
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
"id": 141,
|
|
1839
|
+
"name": "wrap",
|
|
1840
|
+
"kind": 32768,
|
|
1841
|
+
"kindString": "Parameter",
|
|
1842
|
+
"flags": {},
|
|
1843
|
+
"type": {
|
|
1844
|
+
"type": "union",
|
|
1845
|
+
"types": [
|
|
1846
|
+
{
|
|
1847
|
+
"type": "literal",
|
|
1848
|
+
"value": true
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"type": "reference",
|
|
1852
|
+
"name": "Account",
|
|
1853
|
+
"qualifiedName": "Account",
|
|
1854
|
+
"package": "@xyo-network/account"
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
}
|
|
1858
|
+
}
|
|
1859
|
+
],
|
|
1860
|
+
"type": {
|
|
1861
|
+
"type": "union",
|
|
1862
|
+
"types": [
|
|
1863
|
+
{
|
|
1864
|
+
"type": "reference",
|
|
1865
|
+
"id": 133,
|
|
1866
|
+
"name": "TWrapper"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"type": "intrinsic",
|
|
1870
|
+
"name": "undefined"
|
|
1871
|
+
}
|
|
1872
|
+
]
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"id": 142,
|
|
1877
|
+
"name": "__type",
|
|
1878
|
+
"kind": 4096,
|
|
1879
|
+
"kindString": "Call signature",
|
|
1880
|
+
"flags": {},
|
|
1881
|
+
"parameters": [
|
|
1882
|
+
{
|
|
1883
|
+
"id": 143,
|
|
1884
|
+
"name": "address",
|
|
1885
|
+
"kind": 32768,
|
|
1886
|
+
"kindString": "Parameter",
|
|
1887
|
+
"flags": {},
|
|
1888
|
+
"type": {
|
|
1889
|
+
"type": "intrinsic",
|
|
1890
|
+
"name": "string"
|
|
1891
|
+
}
|
|
1892
|
+
}
|
|
1893
|
+
],
|
|
1894
|
+
"type": {
|
|
1895
|
+
"type": "union",
|
|
1896
|
+
"types": [
|
|
1897
|
+
{
|
|
1898
|
+
"type": "reference",
|
|
1899
|
+
"id": 128,
|
|
1900
|
+
"name": "TModule"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"type": "intrinsic",
|
|
1904
|
+
"name": "undefined"
|
|
1905
|
+
}
|
|
1906
|
+
]
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
"id": 144,
|
|
1911
|
+
"name": "__type",
|
|
1912
|
+
"kind": 4096,
|
|
1913
|
+
"kindString": "Call signature",
|
|
1914
|
+
"flags": {},
|
|
1915
|
+
"parameters": [
|
|
1916
|
+
{
|
|
1917
|
+
"id": 145,
|
|
1918
|
+
"name": "address",
|
|
1919
|
+
"kind": 32768,
|
|
1920
|
+
"kindString": "Parameter",
|
|
1921
|
+
"flags": {},
|
|
1922
|
+
"type": {
|
|
1923
|
+
"type": "intrinsic",
|
|
1924
|
+
"name": "string"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
"id": 146,
|
|
1929
|
+
"name": "wrap",
|
|
1930
|
+
"kind": 32768,
|
|
1931
|
+
"kindString": "Parameter",
|
|
1932
|
+
"flags": {},
|
|
1933
|
+
"type": {
|
|
1934
|
+
"type": "union",
|
|
1935
|
+
"types": [
|
|
1936
|
+
{
|
|
1937
|
+
"type": "literal",
|
|
1938
|
+
"value": true
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"type": "reference",
|
|
1942
|
+
"name": "Account",
|
|
1943
|
+
"qualifiedName": "Account",
|
|
1944
|
+
"package": "@xyo-network/account"
|
|
1945
|
+
}
|
|
1946
|
+
]
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
],
|
|
1950
|
+
"type": {
|
|
1951
|
+
"type": "union",
|
|
1952
|
+
"types": [
|
|
1953
|
+
{
|
|
1954
|
+
"type": "reference",
|
|
1955
|
+
"id": 133,
|
|
1956
|
+
"name": "TWrapper"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"type": "intrinsic",
|
|
1960
|
+
"name": "undefined"
|
|
1961
|
+
}
|
|
1962
|
+
]
|
|
1963
|
+
}
|
|
1964
|
+
}
|
|
1965
|
+
]
|
|
1966
|
+
}
|
|
1967
|
+
}
|
|
1968
|
+
}
|
|
1969
|
+
]
|
|
1970
|
+
},
|
|
1971
|
+
{
|
|
1972
|
+
"id": 67,
|
|
1973
|
+
"name": "useArchiveArchivists",
|
|
1974
|
+
"kind": 64,
|
|
1975
|
+
"kindString": "Function",
|
|
1457
1976
|
"flags": {},
|
|
1458
1977
|
"sources": [
|
|
1459
1978
|
{
|
|
1460
|
-
"fileName": "packages/
|
|
1461
|
-
"line":
|
|
1979
|
+
"fileName": "packages/modules/packages/node/src/contexts/useArchiveArchivists.tsx",
|
|
1980
|
+
"line": 44,
|
|
1462
1981
|
"character": 13,
|
|
1463
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1982
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useArchiveArchivists.tsx#L44"
|
|
1464
1983
|
}
|
|
1465
1984
|
],
|
|
1466
1985
|
"signatures": [
|
|
1467
1986
|
{
|
|
1468
|
-
"id":
|
|
1987
|
+
"id": 68,
|
|
1469
1988
|
"name": "useArchiveArchivists",
|
|
1470
1989
|
"kind": 4096,
|
|
1471
1990
|
"kindString": "Call signature",
|
|
1472
1991
|
"flags": {},
|
|
1473
1992
|
"parameters": [
|
|
1474
1993
|
{
|
|
1475
|
-
"id":
|
|
1994
|
+
"id": 69,
|
|
1476
1995
|
"name": "archiveName",
|
|
1477
1996
|
"kind": 32768,
|
|
1478
1997
|
"kindString": "Parameter",
|
|
@@ -1485,7 +2004,7 @@
|
|
|
1485
2004
|
}
|
|
1486
2005
|
},
|
|
1487
2006
|
{
|
|
1488
|
-
"id":
|
|
2007
|
+
"id": 70,
|
|
1489
2008
|
"name": "refresher",
|
|
1490
2009
|
"kind": 32768,
|
|
1491
2010
|
"kindString": "Parameter",
|
|
@@ -1498,7 +2017,7 @@
|
|
|
1498
2017
|
}
|
|
1499
2018
|
},
|
|
1500
2019
|
{
|
|
1501
|
-
"id":
|
|
2020
|
+
"id": 71,
|
|
1502
2021
|
"name": "refreshAddresses",
|
|
1503
2022
|
"kind": 32768,
|
|
1504
2023
|
"kindString": "Parameter",
|
|
@@ -1531,29 +2050,29 @@
|
|
|
1531
2050
|
]
|
|
1532
2051
|
},
|
|
1533
2052
|
{
|
|
1534
|
-
"id":
|
|
2053
|
+
"id": 63,
|
|
1535
2054
|
"name": "useArchiveArchivistsRaw",
|
|
1536
2055
|
"kind": 64,
|
|
1537
2056
|
"kindString": "Function",
|
|
1538
2057
|
"flags": {},
|
|
1539
2058
|
"sources": [
|
|
1540
2059
|
{
|
|
1541
|
-
"fileName": "packages/
|
|
1542
|
-
"line":
|
|
2060
|
+
"fileName": "packages/modules/packages/node/src/contexts/useArchiveArchivists.tsx",
|
|
2061
|
+
"line": 13,
|
|
1543
2062
|
"character": 13,
|
|
1544
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2063
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useArchiveArchivists.tsx#L13"
|
|
1545
2064
|
}
|
|
1546
2065
|
],
|
|
1547
2066
|
"signatures": [
|
|
1548
2067
|
{
|
|
1549
|
-
"id":
|
|
2068
|
+
"id": 64,
|
|
1550
2069
|
"name": "useArchiveArchivistsRaw",
|
|
1551
2070
|
"kind": 4096,
|
|
1552
2071
|
"kindString": "Call signature",
|
|
1553
2072
|
"flags": {},
|
|
1554
2073
|
"parameters": [
|
|
1555
2074
|
{
|
|
1556
|
-
"id":
|
|
2075
|
+
"id": 65,
|
|
1557
2076
|
"name": "archiveName",
|
|
1558
2077
|
"kind": 32768,
|
|
1559
2078
|
"kindString": "Parameter",
|
|
@@ -1566,7 +2085,7 @@
|
|
|
1566
2085
|
}
|
|
1567
2086
|
},
|
|
1568
2087
|
{
|
|
1569
|
-
"id":
|
|
2088
|
+
"id": 66,
|
|
1570
2089
|
"name": "refresher",
|
|
1571
2090
|
"kind": 32768,
|
|
1572
2091
|
"kindString": "Parameter",
|
|
@@ -1596,29 +2115,29 @@
|
|
|
1596
2115
|
]
|
|
1597
2116
|
},
|
|
1598
2117
|
{
|
|
1599
|
-
"id":
|
|
2118
|
+
"id": 72,
|
|
1600
2119
|
"name": "useArchivistModule",
|
|
1601
2120
|
"kind": 64,
|
|
1602
2121
|
"kindString": "Function",
|
|
1603
2122
|
"flags": {},
|
|
1604
2123
|
"sources": [
|
|
1605
2124
|
{
|
|
1606
|
-
"fileName": "packages/
|
|
2125
|
+
"fileName": "packages/modules/packages/node/src/contexts/useArchivistModule.ts",
|
|
1607
2126
|
"line": 6,
|
|
1608
2127
|
"character": 13,
|
|
1609
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2128
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useArchivistModule.ts#L6"
|
|
1610
2129
|
}
|
|
1611
2130
|
],
|
|
1612
2131
|
"signatures": [
|
|
1613
2132
|
{
|
|
1614
|
-
"id":
|
|
2133
|
+
"id": 73,
|
|
1615
2134
|
"name": "useArchivistModule",
|
|
1616
2135
|
"kind": 4096,
|
|
1617
2136
|
"kindString": "Call signature",
|
|
1618
2137
|
"flags": {},
|
|
1619
2138
|
"parameters": [
|
|
1620
2139
|
{
|
|
1621
|
-
"id":
|
|
2140
|
+
"id": 74,
|
|
1622
2141
|
"name": "filter",
|
|
1623
2142
|
"kind": 32768,
|
|
1624
2143
|
"kindString": "Parameter",
|
|
@@ -1652,22 +2171,22 @@
|
|
|
1652
2171
|
]
|
|
1653
2172
|
},
|
|
1654
2173
|
{
|
|
1655
|
-
"id":
|
|
2174
|
+
"id": 75,
|
|
1656
2175
|
"name": "useArchivistModules",
|
|
1657
2176
|
"kind": 64,
|
|
1658
2177
|
"kindString": "Function",
|
|
1659
2178
|
"flags": {},
|
|
1660
2179
|
"sources": [
|
|
1661
2180
|
{
|
|
1662
|
-
"fileName": "packages/
|
|
2181
|
+
"fileName": "packages/modules/packages/node/src/contexts/useArchivistModules.ts",
|
|
1663
2182
|
"line": 5,
|
|
1664
2183
|
"character": 13,
|
|
1665
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2184
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useArchivistModules.ts#L5"
|
|
1666
2185
|
}
|
|
1667
2186
|
],
|
|
1668
2187
|
"signatures": [
|
|
1669
2188
|
{
|
|
1670
|
-
"id":
|
|
2189
|
+
"id": 76,
|
|
1671
2190
|
"name": "useArchivistModules",
|
|
1672
2191
|
"kind": 4096,
|
|
1673
2192
|
"kindString": "Call signature",
|
|
@@ -1694,29 +2213,29 @@
|
|
|
1694
2213
|
]
|
|
1695
2214
|
},
|
|
1696
2215
|
{
|
|
1697
|
-
"id":
|
|
2216
|
+
"id": 77,
|
|
1698
2217
|
"name": "useDivinerModule",
|
|
1699
2218
|
"kind": 64,
|
|
1700
2219
|
"kindString": "Function",
|
|
1701
2220
|
"flags": {},
|
|
1702
2221
|
"sources": [
|
|
1703
2222
|
{
|
|
1704
|
-
"fileName": "packages/
|
|
2223
|
+
"fileName": "packages/modules/packages/node/src/contexts/useDivinerModule.ts",
|
|
1705
2224
|
"line": 6,
|
|
1706
2225
|
"character": 13,
|
|
1707
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2226
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useDivinerModule.ts#L6"
|
|
1708
2227
|
}
|
|
1709
2228
|
],
|
|
1710
2229
|
"signatures": [
|
|
1711
2230
|
{
|
|
1712
|
-
"id":
|
|
2231
|
+
"id": 78,
|
|
1713
2232
|
"name": "useDivinerModule",
|
|
1714
2233
|
"kind": 4096,
|
|
1715
2234
|
"kindString": "Call signature",
|
|
1716
2235
|
"flags": {},
|
|
1717
2236
|
"parameters": [
|
|
1718
2237
|
{
|
|
1719
|
-
"id":
|
|
2238
|
+
"id": 79,
|
|
1720
2239
|
"name": "filter",
|
|
1721
2240
|
"kind": 32768,
|
|
1722
2241
|
"kindString": "Parameter",
|
|
@@ -1750,22 +2269,22 @@
|
|
|
1750
2269
|
]
|
|
1751
2270
|
},
|
|
1752
2271
|
{
|
|
1753
|
-
"id":
|
|
2272
|
+
"id": 80,
|
|
1754
2273
|
"name": "useDivinerModules",
|
|
1755
2274
|
"kind": 64,
|
|
1756
2275
|
"kindString": "Function",
|
|
1757
2276
|
"flags": {},
|
|
1758
2277
|
"sources": [
|
|
1759
2278
|
{
|
|
1760
|
-
"fileName": "packages/
|
|
2279
|
+
"fileName": "packages/modules/packages/node/src/contexts/useDivinerModules.ts",
|
|
1761
2280
|
"line": 6,
|
|
1762
2281
|
"character": 13,
|
|
1763
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2282
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useDivinerModules.ts#L6"
|
|
1764
2283
|
}
|
|
1765
2284
|
],
|
|
1766
2285
|
"signatures": [
|
|
1767
2286
|
{
|
|
1768
|
-
"id":
|
|
2287
|
+
"id": 81,
|
|
1769
2288
|
"name": "useDivinerModules",
|
|
1770
2289
|
"kind": 4096,
|
|
1771
2290
|
"kindString": "Call signature",
|
|
@@ -1792,29 +2311,29 @@
|
|
|
1792
2311
|
]
|
|
1793
2312
|
},
|
|
1794
2313
|
{
|
|
1795
|
-
"id":
|
|
2314
|
+
"id": 82,
|
|
1796
2315
|
"name": "useMemoryNodeUpdates",
|
|
1797
2316
|
"kind": 64,
|
|
1798
2317
|
"kindString": "Function",
|
|
1799
2318
|
"flags": {},
|
|
1800
2319
|
"sources": [
|
|
1801
2320
|
{
|
|
1802
|
-
"fileName": "packages/
|
|
2321
|
+
"fileName": "packages/modules/packages/node/src/contexts/useMemoryNodeUpdates.tsx",
|
|
1803
2322
|
"line": 13,
|
|
1804
2323
|
"character": 13,
|
|
1805
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2324
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useMemoryNodeUpdates.tsx#L13"
|
|
1806
2325
|
}
|
|
1807
2326
|
],
|
|
1808
2327
|
"signatures": [
|
|
1809
2328
|
{
|
|
1810
|
-
"id":
|
|
2329
|
+
"id": 83,
|
|
1811
2330
|
"name": "useMemoryNodeUpdates",
|
|
1812
2331
|
"kind": 4096,
|
|
1813
2332
|
"kindString": "Call signature",
|
|
1814
2333
|
"flags": {},
|
|
1815
2334
|
"parameters": [
|
|
1816
2335
|
{
|
|
1817
|
-
"id":
|
|
2336
|
+
"id": 84,
|
|
1818
2337
|
"name": "refreshAddresses",
|
|
1819
2338
|
"kind": 32768,
|
|
1820
2339
|
"kindString": "Parameter",
|
|
@@ -1832,163 +2351,36 @@
|
|
|
1832
2351
|
],
|
|
1833
2352
|
"type": {
|
|
1834
2353
|
"type": "reference",
|
|
1835
|
-
"name": "UseMemoryNodeUpdates"
|
|
1836
|
-
}
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"id":
|
|
1842
|
-
"name": "useModule",
|
|
1843
|
-
"kind": 64,
|
|
1844
|
-
"kindString": "Function",
|
|
1845
|
-
"flags": {},
|
|
1846
|
-
"sources": [
|
|
1847
|
-
{
|
|
1848
|
-
"fileName": "packages/
|
|
1849
|
-
"line":
|
|
1850
|
-
"character": 13,
|
|
1851
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1852
|
-
}
|
|
1853
|
-
],
|
|
1854
|
-
"signatures": [
|
|
1855
|
-
{
|
|
1856
|
-
"id":
|
|
1857
|
-
"name": "useModule",
|
|
1858
|
-
"kind": 4096,
|
|
1859
|
-
"kindString": "Call signature",
|
|
1860
|
-
"flags": {},
|
|
1861
|
-
"typeParameter": [
|
|
1862
|
-
{
|
|
1863
|
-
"id": 98,
|
|
1864
|
-
"name": "TModule",
|
|
1865
|
-
"kind": 131072,
|
|
1866
|
-
"kindString": "Type parameter",
|
|
1867
|
-
"flags": {},
|
|
1868
|
-
"type": {
|
|
1869
|
-
"type": "reference",
|
|
1870
|
-
"typeArguments": [
|
|
1871
|
-
{
|
|
1872
|
-
"type": "intersection",
|
|
1873
|
-
"types": [
|
|
1874
|
-
{
|
|
1875
|
-
"type": "reference",
|
|
1876
|
-
"name": "SchemaFields",
|
|
1877
|
-
"qualifiedName": "SchemaFields",
|
|
1878
|
-
"package": "@xyo-network/payload-model"
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"type": "reference",
|
|
1882
|
-
"name": "PayloadFields",
|
|
1883
|
-
"qualifiedName": "PayloadFields",
|
|
1884
|
-
"package": "@xyo-network/payload-model"
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"type": "reflection",
|
|
1888
|
-
"declaration": {
|
|
1889
|
-
"id": 94,
|
|
1890
|
-
"name": "__type",
|
|
1891
|
-
"kind": 65536,
|
|
1892
|
-
"kindString": "Type literal",
|
|
1893
|
-
"flags": {},
|
|
1894
|
-
"sources": [
|
|
1895
|
-
{
|
|
1896
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1897
|
-
"line": 8,
|
|
1898
|
-
"character": 75
|
|
1899
|
-
}
|
|
1900
|
-
]
|
|
1901
|
-
}
|
|
1902
|
-
},
|
|
1903
|
-
{
|
|
1904
|
-
"type": "reflection",
|
|
1905
|
-
"declaration": {
|
|
1906
|
-
"id": 95,
|
|
1907
|
-
"name": "__type",
|
|
1908
|
-
"kind": 65536,
|
|
1909
|
-
"kindString": "Type literal",
|
|
1910
|
-
"flags": {},
|
|
1911
|
-
"sources": [
|
|
1912
|
-
{
|
|
1913
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1914
|
-
"line": 18,
|
|
1915
|
-
"character": 17
|
|
1916
|
-
}
|
|
1917
|
-
]
|
|
1918
|
-
}
|
|
1919
|
-
}
|
|
1920
|
-
]
|
|
1921
|
-
}
|
|
1922
|
-
],
|
|
1923
|
-
"name": "Module",
|
|
1924
|
-
"qualifiedName": "Module",
|
|
1925
|
-
"package": "@xyo-network/module-model"
|
|
1926
|
-
},
|
|
1927
|
-
"default": {
|
|
1928
|
-
"type": "reference",
|
|
1929
|
-
"typeArguments": [
|
|
1930
|
-
{
|
|
1931
|
-
"type": "intersection",
|
|
1932
|
-
"types": [
|
|
1933
|
-
{
|
|
1934
|
-
"type": "reference",
|
|
1935
|
-
"name": "SchemaFields",
|
|
1936
|
-
"qualifiedName": "SchemaFields",
|
|
1937
|
-
"package": "@xyo-network/payload-model"
|
|
1938
|
-
},
|
|
1939
|
-
{
|
|
1940
|
-
"type": "reference",
|
|
1941
|
-
"name": "PayloadFields",
|
|
1942
|
-
"qualifiedName": "PayloadFields",
|
|
1943
|
-
"package": "@xyo-network/payload-model"
|
|
1944
|
-
},
|
|
1945
|
-
{
|
|
1946
|
-
"type": "reflection",
|
|
1947
|
-
"declaration": {
|
|
1948
|
-
"id": 96,
|
|
1949
|
-
"name": "__type",
|
|
1950
|
-
"kind": 65536,
|
|
1951
|
-
"kindString": "Type literal",
|
|
1952
|
-
"flags": {},
|
|
1953
|
-
"sources": [
|
|
1954
|
-
{
|
|
1955
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1956
|
-
"line": 8,
|
|
1957
|
-
"character": 75
|
|
1958
|
-
}
|
|
1959
|
-
]
|
|
1960
|
-
}
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"type": "reflection",
|
|
1964
|
-
"declaration": {
|
|
1965
|
-
"id": 97,
|
|
1966
|
-
"name": "__type",
|
|
1967
|
-
"kind": 65536,
|
|
1968
|
-
"kindString": "Type literal",
|
|
1969
|
-
"flags": {},
|
|
1970
|
-
"sources": [
|
|
1971
|
-
{
|
|
1972
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1973
|
-
"line": 18,
|
|
1974
|
-
"character": 17
|
|
1975
|
-
}
|
|
1976
|
-
]
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
]
|
|
1980
|
-
}
|
|
1981
|
-
],
|
|
1982
|
-
"name": "Module",
|
|
1983
|
-
"qualifiedName": "Module",
|
|
1984
|
-
"package": "@xyo-network/module-model"
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
],
|
|
2354
|
+
"name": "UseMemoryNodeUpdates"
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
]
|
|
2358
|
+
},
|
|
2359
|
+
{
|
|
2360
|
+
"id": 147,
|
|
2361
|
+
"name": "useModule",
|
|
2362
|
+
"kind": 64,
|
|
2363
|
+
"kindString": "Function",
|
|
2364
|
+
"flags": {},
|
|
2365
|
+
"sources": [
|
|
2366
|
+
{
|
|
2367
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule/useModule.tsx",
|
|
2368
|
+
"line": 5,
|
|
2369
|
+
"character": 13,
|
|
2370
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useModule/useModule.tsx#L5"
|
|
2371
|
+
}
|
|
2372
|
+
],
|
|
2373
|
+
"signatures": [
|
|
2374
|
+
{
|
|
2375
|
+
"id": 148,
|
|
2376
|
+
"name": "useModule",
|
|
2377
|
+
"kind": 4096,
|
|
2378
|
+
"kindString": "Call signature",
|
|
2379
|
+
"flags": {},
|
|
1988
2380
|
"parameters": [
|
|
1989
2381
|
{
|
|
1990
|
-
"id":
|
|
1991
|
-
"name": "
|
|
2382
|
+
"id": 149,
|
|
2383
|
+
"name": "name",
|
|
1992
2384
|
"kind": 32768,
|
|
1993
2385
|
"kindString": "Parameter",
|
|
1994
2386
|
"flags": {
|
|
@@ -1998,37 +2390,174 @@
|
|
|
1998
2390
|
"type": "intrinsic",
|
|
1999
2391
|
"name": "string"
|
|
2000
2392
|
}
|
|
2001
|
-
}
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"type": {
|
|
2396
|
+
"type": "union",
|
|
2397
|
+
"types": [
|
|
2398
|
+
{
|
|
2399
|
+
"type": "reference",
|
|
2400
|
+
"id": 128,
|
|
2401
|
+
"name": "TModule"
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"type": "intrinsic",
|
|
2405
|
+
"name": "undefined"
|
|
2406
|
+
}
|
|
2407
|
+
]
|
|
2408
|
+
}
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"id": 150,
|
|
2412
|
+
"name": "useModule",
|
|
2413
|
+
"kind": 4096,
|
|
2414
|
+
"kindString": "Call signature",
|
|
2415
|
+
"flags": {},
|
|
2416
|
+
"parameters": [
|
|
2002
2417
|
{
|
|
2003
|
-
"id":
|
|
2004
|
-
"name": "
|
|
2418
|
+
"id": 151,
|
|
2419
|
+
"name": "name",
|
|
2005
2420
|
"kind": 32768,
|
|
2006
2421
|
"kindString": "Parameter",
|
|
2007
2422
|
"flags": {},
|
|
2008
2423
|
"type": {
|
|
2009
|
-
"type": "
|
|
2010
|
-
"
|
|
2011
|
-
|
|
2012
|
-
|
|
2424
|
+
"type": "union",
|
|
2425
|
+
"types": [
|
|
2426
|
+
{
|
|
2427
|
+
"type": "intrinsic",
|
|
2428
|
+
"name": "undefined"
|
|
2429
|
+
},
|
|
2430
|
+
{
|
|
2013
2431
|
"type": "intrinsic",
|
|
2014
2432
|
"name": "string"
|
|
2015
2433
|
}
|
|
2016
|
-
|
|
2017
|
-
}
|
|
2018
|
-
|
|
2434
|
+
]
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
{
|
|
2438
|
+
"id": 152,
|
|
2439
|
+
"name": "wrap",
|
|
2440
|
+
"kind": 32768,
|
|
2441
|
+
"kindString": "Parameter",
|
|
2442
|
+
"flags": {},
|
|
2443
|
+
"type": {
|
|
2444
|
+
"type": "union",
|
|
2445
|
+
"types": [
|
|
2446
|
+
{
|
|
2447
|
+
"type": "literal",
|
|
2448
|
+
"value": true
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"type": "reference",
|
|
2452
|
+
"name": "Account",
|
|
2453
|
+
"qualifiedName": "Account",
|
|
2454
|
+
"package": "@xyo-network/account"
|
|
2455
|
+
}
|
|
2456
|
+
]
|
|
2457
|
+
}
|
|
2019
2458
|
}
|
|
2020
2459
|
],
|
|
2021
2460
|
"type": {
|
|
2022
2461
|
"type": "union",
|
|
2023
2462
|
"types": [
|
|
2463
|
+
{
|
|
2464
|
+
"type": "reference",
|
|
2465
|
+
"id": 133,
|
|
2466
|
+
"name": "TWrapper"
|
|
2467
|
+
},
|
|
2024
2468
|
{
|
|
2025
2469
|
"type": "intrinsic",
|
|
2026
2470
|
"name": "undefined"
|
|
2027
|
-
}
|
|
2471
|
+
}
|
|
2472
|
+
]
|
|
2473
|
+
}
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"id": 153,
|
|
2477
|
+
"name": "useModule",
|
|
2478
|
+
"kind": 4096,
|
|
2479
|
+
"kindString": "Call signature",
|
|
2480
|
+
"flags": {},
|
|
2481
|
+
"parameters": [
|
|
2482
|
+
{
|
|
2483
|
+
"id": 154,
|
|
2484
|
+
"name": "address",
|
|
2485
|
+
"kind": 32768,
|
|
2486
|
+
"kindString": "Parameter",
|
|
2487
|
+
"flags": {},
|
|
2488
|
+
"type": {
|
|
2489
|
+
"type": "intrinsic",
|
|
2490
|
+
"name": "string"
|
|
2491
|
+
}
|
|
2492
|
+
}
|
|
2493
|
+
],
|
|
2494
|
+
"type": {
|
|
2495
|
+
"type": "union",
|
|
2496
|
+
"types": [
|
|
2028
2497
|
{
|
|
2029
2498
|
"type": "reference",
|
|
2030
|
-
"id":
|
|
2499
|
+
"id": 128,
|
|
2031
2500
|
"name": "TModule"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"type": "intrinsic",
|
|
2504
|
+
"name": "undefined"
|
|
2505
|
+
}
|
|
2506
|
+
]
|
|
2507
|
+
}
|
|
2508
|
+
},
|
|
2509
|
+
{
|
|
2510
|
+
"id": 155,
|
|
2511
|
+
"name": "useModule",
|
|
2512
|
+
"kind": 4096,
|
|
2513
|
+
"kindString": "Call signature",
|
|
2514
|
+
"flags": {},
|
|
2515
|
+
"parameters": [
|
|
2516
|
+
{
|
|
2517
|
+
"id": 156,
|
|
2518
|
+
"name": "address",
|
|
2519
|
+
"kind": 32768,
|
|
2520
|
+
"kindString": "Parameter",
|
|
2521
|
+
"flags": {},
|
|
2522
|
+
"type": {
|
|
2523
|
+
"type": "intrinsic",
|
|
2524
|
+
"name": "string"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"id": 157,
|
|
2529
|
+
"name": "wrap",
|
|
2530
|
+
"kind": 32768,
|
|
2531
|
+
"kindString": "Parameter",
|
|
2532
|
+
"flags": {},
|
|
2533
|
+
"type": {
|
|
2534
|
+
"type": "union",
|
|
2535
|
+
"types": [
|
|
2536
|
+
{
|
|
2537
|
+
"type": "literal",
|
|
2538
|
+
"value": true
|
|
2539
|
+
},
|
|
2540
|
+
{
|
|
2541
|
+
"type": "reference",
|
|
2542
|
+
"name": "Account",
|
|
2543
|
+
"qualifiedName": "Account",
|
|
2544
|
+
"package": "@xyo-network/account"
|
|
2545
|
+
}
|
|
2546
|
+
]
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
],
|
|
2550
|
+
"type": {
|
|
2551
|
+
"type": "union",
|
|
2552
|
+
"types": [
|
|
2553
|
+
{
|
|
2554
|
+
"type": "reference",
|
|
2555
|
+
"id": 133,
|
|
2556
|
+
"name": "TWrapper"
|
|
2557
|
+
},
|
|
2558
|
+
{
|
|
2559
|
+
"type": "intrinsic",
|
|
2560
|
+
"name": "undefined"
|
|
2032
2561
|
}
|
|
2033
2562
|
]
|
|
2034
2563
|
}
|
|
@@ -2036,22 +2565,22 @@
|
|
|
2036
2565
|
]
|
|
2037
2566
|
},
|
|
2038
2567
|
{
|
|
2039
|
-
"id":
|
|
2568
|
+
"id": 85,
|
|
2040
2569
|
"name": "useModuleAddresses",
|
|
2041
2570
|
"kind": 64,
|
|
2042
2571
|
"kindString": "Function",
|
|
2043
2572
|
"flags": {},
|
|
2044
2573
|
"sources": [
|
|
2045
2574
|
{
|
|
2046
|
-
"fileName": "packages/
|
|
2575
|
+
"fileName": "packages/modules/packages/node/src/contexts/useModuleAddresses.ts",
|
|
2047
2576
|
"line": 6,
|
|
2048
2577
|
"character": 13,
|
|
2049
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2578
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useModuleAddresses.ts#L6"
|
|
2050
2579
|
}
|
|
2051
2580
|
],
|
|
2052
2581
|
"signatures": [
|
|
2053
2582
|
{
|
|
2054
|
-
"id":
|
|
2583
|
+
"id": 86,
|
|
2055
2584
|
"name": "useModuleAddresses",
|
|
2056
2585
|
"kind": 4096,
|
|
2057
2586
|
"kindString": "Call signature",
|
|
@@ -2091,29 +2620,29 @@
|
|
|
2091
2620
|
]
|
|
2092
2621
|
},
|
|
2093
2622
|
{
|
|
2094
|
-
"id":
|
|
2623
|
+
"id": 37,
|
|
2095
2624
|
"name": "useModuleRepository",
|
|
2096
2625
|
"kind": 64,
|
|
2097
2626
|
"kindString": "Function",
|
|
2098
2627
|
"flags": {},
|
|
2099
2628
|
"sources": [
|
|
2100
2629
|
{
|
|
2101
|
-
"fileName": "packages/
|
|
2630
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
2102
2631
|
"line": 5,
|
|
2103
2632
|
"character": 13,
|
|
2104
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2633
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
2105
2634
|
}
|
|
2106
2635
|
],
|
|
2107
2636
|
"signatures": [
|
|
2108
2637
|
{
|
|
2109
|
-
"id":
|
|
2638
|
+
"id": 38,
|
|
2110
2639
|
"name": "useModuleRepository",
|
|
2111
2640
|
"kind": 4096,
|
|
2112
2641
|
"kindString": "Call signature",
|
|
2113
2642
|
"flags": {},
|
|
2114
2643
|
"parameters": [
|
|
2115
2644
|
{
|
|
2116
|
-
"id":
|
|
2645
|
+
"id": 39,
|
|
2117
2646
|
"name": "required",
|
|
2118
2647
|
"kind": 32768,
|
|
2119
2648
|
"kindString": "Parameter",
|
|
@@ -2133,7 +2662,7 @@
|
|
|
2133
2662
|
"types": [
|
|
2134
2663
|
{
|
|
2135
2664
|
"type": "reference",
|
|
2136
|
-
"id":
|
|
2665
|
+
"id": 26,
|
|
2137
2666
|
"name": "ModuleRepositoryContextState"
|
|
2138
2667
|
},
|
|
2139
2668
|
{
|
|
@@ -2155,29 +2684,29 @@
|
|
|
2155
2684
|
]
|
|
2156
2685
|
},
|
|
2157
2686
|
{
|
|
2158
|
-
"id":
|
|
2687
|
+
"id": 87,
|
|
2159
2688
|
"name": "useModules",
|
|
2160
2689
|
"kind": 64,
|
|
2161
2690
|
"kindString": "Function",
|
|
2162
2691
|
"flags": {},
|
|
2163
2692
|
"sources": [
|
|
2164
2693
|
{
|
|
2165
|
-
"fileName": "packages/
|
|
2166
|
-
"line":
|
|
2694
|
+
"fileName": "packages/modules/packages/node/src/contexts/useModules.ts",
|
|
2695
|
+
"line": 7,
|
|
2167
2696
|
"character": 13,
|
|
2168
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2697
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useModules.ts#L7"
|
|
2169
2698
|
}
|
|
2170
2699
|
],
|
|
2171
2700
|
"signatures": [
|
|
2172
2701
|
{
|
|
2173
|
-
"id":
|
|
2702
|
+
"id": 88,
|
|
2174
2703
|
"name": "useModules",
|
|
2175
2704
|
"kind": 4096,
|
|
2176
2705
|
"kindString": "Call signature",
|
|
2177
2706
|
"flags": {},
|
|
2178
2707
|
"typeParameter": [
|
|
2179
2708
|
{
|
|
2180
|
-
"id":
|
|
2709
|
+
"id": 93,
|
|
2181
2710
|
"name": "T",
|
|
2182
2711
|
"kind": 131072,
|
|
2183
2712
|
"kindString": "Type parameter",
|
|
@@ -2203,7 +2732,7 @@
|
|
|
2203
2732
|
{
|
|
2204
2733
|
"type": "reflection",
|
|
2205
2734
|
"declaration": {
|
|
2206
|
-
"id":
|
|
2735
|
+
"id": 89,
|
|
2207
2736
|
"name": "__type",
|
|
2208
2737
|
"kind": 65536,
|
|
2209
2738
|
"kindString": "Type literal",
|
|
@@ -2220,7 +2749,7 @@
|
|
|
2220
2749
|
{
|
|
2221
2750
|
"type": "reflection",
|
|
2222
2751
|
"declaration": {
|
|
2223
|
-
"id":
|
|
2752
|
+
"id": 90,
|
|
2224
2753
|
"name": "__type",
|
|
2225
2754
|
"kind": 65536,
|
|
2226
2755
|
"kindString": "Type literal",
|
|
@@ -2262,7 +2791,7 @@
|
|
|
2262
2791
|
{
|
|
2263
2792
|
"type": "reflection",
|
|
2264
2793
|
"declaration": {
|
|
2265
|
-
"id":
|
|
2794
|
+
"id": 91,
|
|
2266
2795
|
"name": "__type",
|
|
2267
2796
|
"kind": 65536,
|
|
2268
2797
|
"kindString": "Type literal",
|
|
@@ -2279,7 +2808,7 @@
|
|
|
2279
2808
|
{
|
|
2280
2809
|
"type": "reflection",
|
|
2281
2810
|
"declaration": {
|
|
2282
|
-
"id":
|
|
2811
|
+
"id": 92,
|
|
2283
2812
|
"name": "__type",
|
|
2284
2813
|
"kind": 65536,
|
|
2285
2814
|
"kindString": "Type literal",
|
|
@@ -2304,7 +2833,7 @@
|
|
|
2304
2833
|
],
|
|
2305
2834
|
"parameters": [
|
|
2306
2835
|
{
|
|
2307
|
-
"id":
|
|
2836
|
+
"id": 94,
|
|
2308
2837
|
"name": "filter",
|
|
2309
2838
|
"kind": 32768,
|
|
2310
2839
|
"kindString": "Parameter",
|
|
@@ -2323,90 +2852,224 @@
|
|
|
2323
2852
|
"type": "union",
|
|
2324
2853
|
"types": [
|
|
2325
2854
|
{
|
|
2326
|
-
"type": "intrinsic",
|
|
2327
|
-
"name": "undefined"
|
|
2855
|
+
"type": "intrinsic",
|
|
2856
|
+
"name": "undefined"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"type": "array",
|
|
2860
|
+
"elementType": {
|
|
2861
|
+
"type": "reference",
|
|
2862
|
+
"id": 93,
|
|
2863
|
+
"name": "T"
|
|
2864
|
+
}
|
|
2865
|
+
}
|
|
2866
|
+
]
|
|
2867
|
+
}
|
|
2868
|
+
}
|
|
2869
|
+
]
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
"id": 158,
|
|
2873
|
+
"name": "useNode",
|
|
2874
|
+
"kind": 64,
|
|
2875
|
+
"kindString": "Function",
|
|
2876
|
+
"flags": {},
|
|
2877
|
+
"sources": [
|
|
2878
|
+
{
|
|
2879
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode/useNode.tsx",
|
|
2880
|
+
"line": 5,
|
|
2881
|
+
"character": 13,
|
|
2882
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useNode/useNode.tsx#L5"
|
|
2883
|
+
}
|
|
2884
|
+
],
|
|
2885
|
+
"signatures": [
|
|
2886
|
+
{
|
|
2887
|
+
"id": 159,
|
|
2888
|
+
"name": "useNode",
|
|
2889
|
+
"kind": 4096,
|
|
2890
|
+
"kindString": "Call signature",
|
|
2891
|
+
"flags": {},
|
|
2892
|
+
"parameters": [
|
|
2893
|
+
{
|
|
2894
|
+
"id": 160,
|
|
2895
|
+
"name": "name",
|
|
2896
|
+
"kind": 32768,
|
|
2897
|
+
"kindString": "Parameter",
|
|
2898
|
+
"flags": {
|
|
2899
|
+
"isOptional": true
|
|
2900
|
+
},
|
|
2901
|
+
"type": {
|
|
2902
|
+
"type": "intrinsic",
|
|
2903
|
+
"name": "string"
|
|
2904
|
+
}
|
|
2905
|
+
}
|
|
2906
|
+
],
|
|
2907
|
+
"type": {
|
|
2908
|
+
"type": "union",
|
|
2909
|
+
"types": [
|
|
2910
|
+
{
|
|
2911
|
+
"type": "reference",
|
|
2912
|
+
"id": 128,
|
|
2913
|
+
"name": "TModule"
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
"type": "intrinsic",
|
|
2917
|
+
"name": "undefined"
|
|
2918
|
+
}
|
|
2919
|
+
]
|
|
2920
|
+
}
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"id": 161,
|
|
2924
|
+
"name": "useNode",
|
|
2925
|
+
"kind": 4096,
|
|
2926
|
+
"kindString": "Call signature",
|
|
2927
|
+
"flags": {},
|
|
2928
|
+
"parameters": [
|
|
2929
|
+
{
|
|
2930
|
+
"id": 162,
|
|
2931
|
+
"name": "name",
|
|
2932
|
+
"kind": 32768,
|
|
2933
|
+
"kindString": "Parameter",
|
|
2934
|
+
"flags": {},
|
|
2935
|
+
"type": {
|
|
2936
|
+
"type": "union",
|
|
2937
|
+
"types": [
|
|
2938
|
+
{
|
|
2939
|
+
"type": "intrinsic",
|
|
2940
|
+
"name": "undefined"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"type": "intrinsic",
|
|
2944
|
+
"name": "string"
|
|
2945
|
+
}
|
|
2946
|
+
]
|
|
2947
|
+
}
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
"id": 163,
|
|
2951
|
+
"name": "wrap",
|
|
2952
|
+
"kind": 32768,
|
|
2953
|
+
"kindString": "Parameter",
|
|
2954
|
+
"flags": {},
|
|
2955
|
+
"type": {
|
|
2956
|
+
"type": "union",
|
|
2957
|
+
"types": [
|
|
2958
|
+
{
|
|
2959
|
+
"type": "literal",
|
|
2960
|
+
"value": true
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"type": "reference",
|
|
2964
|
+
"name": "Account",
|
|
2965
|
+
"qualifiedName": "Account",
|
|
2966
|
+
"package": "@xyo-network/account"
|
|
2967
|
+
}
|
|
2968
|
+
]
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
],
|
|
2972
|
+
"type": {
|
|
2973
|
+
"type": "union",
|
|
2974
|
+
"types": [
|
|
2975
|
+
{
|
|
2976
|
+
"type": "reference",
|
|
2977
|
+
"id": 133,
|
|
2978
|
+
"name": "TWrapper"
|
|
2328
2979
|
},
|
|
2329
2980
|
{
|
|
2330
|
-
"type": "
|
|
2331
|
-
"
|
|
2332
|
-
"type": "reference",
|
|
2333
|
-
"id": 109,
|
|
2334
|
-
"name": "T"
|
|
2335
|
-
}
|
|
2981
|
+
"type": "intrinsic",
|
|
2982
|
+
"name": "undefined"
|
|
2336
2983
|
}
|
|
2337
2984
|
]
|
|
2338
2985
|
}
|
|
2339
|
-
}
|
|
2340
|
-
]
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"id": 111,
|
|
2344
|
-
"name": "useNode",
|
|
2345
|
-
"kind": 64,
|
|
2346
|
-
"kindString": "Function",
|
|
2347
|
-
"flags": {},
|
|
2348
|
-
"sources": [
|
|
2349
|
-
{
|
|
2350
|
-
"fileName": "packages/sdk/packages/node/src/contexts/useNode.ts",
|
|
2351
|
-
"line": 8,
|
|
2352
|
-
"character": 13,
|
|
2353
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8608e333a40/packages/sdk/packages/node/src/contexts/useNode.ts#L8"
|
|
2354
|
-
}
|
|
2355
|
-
],
|
|
2356
|
-
"signatures": [
|
|
2986
|
+
},
|
|
2357
2987
|
{
|
|
2358
|
-
"id":
|
|
2988
|
+
"id": 164,
|
|
2359
2989
|
"name": "useNode",
|
|
2360
2990
|
"kind": 4096,
|
|
2361
2991
|
"kindString": "Call signature",
|
|
2362
2992
|
"flags": {},
|
|
2363
|
-
"
|
|
2993
|
+
"parameters": [
|
|
2364
2994
|
{
|
|
2365
|
-
"id":
|
|
2366
|
-
"name": "
|
|
2367
|
-
"kind":
|
|
2368
|
-
"kindString": "
|
|
2995
|
+
"id": 165,
|
|
2996
|
+
"name": "address",
|
|
2997
|
+
"kind": 32768,
|
|
2998
|
+
"kindString": "Parameter",
|
|
2369
2999
|
"flags": {},
|
|
2370
3000
|
"type": {
|
|
2371
|
-
"type": "
|
|
2372
|
-
"name": "
|
|
2373
|
-
"qualifiedName": "NodeModule",
|
|
2374
|
-
"package": "@xyo-network/node"
|
|
2375
|
-
},
|
|
2376
|
-
"default": {
|
|
2377
|
-
"type": "reference",
|
|
2378
|
-
"name": "NodeModule",
|
|
2379
|
-
"qualifiedName": "NodeModule",
|
|
2380
|
-
"package": "@xyo-network/node"
|
|
3001
|
+
"type": "intrinsic",
|
|
3002
|
+
"name": "string"
|
|
2381
3003
|
}
|
|
2382
3004
|
}
|
|
2383
3005
|
],
|
|
3006
|
+
"type": {
|
|
3007
|
+
"type": "union",
|
|
3008
|
+
"types": [
|
|
3009
|
+
{
|
|
3010
|
+
"type": "reference",
|
|
3011
|
+
"id": 128,
|
|
3012
|
+
"name": "TModule"
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"type": "intrinsic",
|
|
3016
|
+
"name": "undefined"
|
|
3017
|
+
}
|
|
3018
|
+
]
|
|
3019
|
+
}
|
|
3020
|
+
},
|
|
3021
|
+
{
|
|
3022
|
+
"id": 166,
|
|
3023
|
+
"name": "useNode",
|
|
3024
|
+
"kind": 4096,
|
|
3025
|
+
"kindString": "Call signature",
|
|
3026
|
+
"flags": {},
|
|
2384
3027
|
"parameters": [
|
|
2385
3028
|
{
|
|
2386
|
-
"id":
|
|
2387
|
-
"name": "
|
|
3029
|
+
"id": 167,
|
|
3030
|
+
"name": "address",
|
|
2388
3031
|
"kind": 32768,
|
|
2389
3032
|
"kindString": "Parameter",
|
|
2390
|
-
"flags": {
|
|
2391
|
-
"isOptional": true
|
|
2392
|
-
},
|
|
3033
|
+
"flags": {},
|
|
2393
3034
|
"type": {
|
|
2394
3035
|
"type": "intrinsic",
|
|
2395
3036
|
"name": "string"
|
|
2396
3037
|
}
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
"id": 168,
|
|
3041
|
+
"name": "wrap",
|
|
3042
|
+
"kind": 32768,
|
|
3043
|
+
"kindString": "Parameter",
|
|
3044
|
+
"flags": {},
|
|
3045
|
+
"type": {
|
|
3046
|
+
"type": "union",
|
|
3047
|
+
"types": [
|
|
3048
|
+
{
|
|
3049
|
+
"type": "literal",
|
|
3050
|
+
"value": true
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
"type": "reference",
|
|
3054
|
+
"name": "Account",
|
|
3055
|
+
"qualifiedName": "Account",
|
|
3056
|
+
"package": "@xyo-network/account"
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
3059
|
+
}
|
|
2397
3060
|
}
|
|
2398
3061
|
],
|
|
2399
3062
|
"type": {
|
|
2400
3063
|
"type": "union",
|
|
2401
3064
|
"types": [
|
|
2402
3065
|
{
|
|
2403
|
-
"type": "
|
|
2404
|
-
"
|
|
3066
|
+
"type": "reference",
|
|
3067
|
+
"id": 133,
|
|
3068
|
+
"name": "TWrapper"
|
|
2405
3069
|
},
|
|
2406
3070
|
{
|
|
2407
|
-
"type": "
|
|
2408
|
-
"
|
|
2409
|
-
"name": "T"
|
|
3071
|
+
"type": "intrinsic",
|
|
3072
|
+
"name": "undefined"
|
|
2410
3073
|
}
|
|
2411
3074
|
]
|
|
2412
3075
|
}
|
|
@@ -2414,29 +3077,29 @@
|
|
|
2414
3077
|
]
|
|
2415
3078
|
},
|
|
2416
3079
|
{
|
|
2417
|
-
"id":
|
|
3080
|
+
"id": 60,
|
|
2418
3081
|
"name": "useNodeDrawer",
|
|
2419
3082
|
"kind": 64,
|
|
2420
3083
|
"kindString": "Function",
|
|
2421
3084
|
"flags": {},
|
|
2422
3085
|
"sources": [
|
|
2423
3086
|
{
|
|
2424
|
-
"fileName": "packages/
|
|
3087
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
2425
3088
|
"line": 5,
|
|
2426
3089
|
"character": 13,
|
|
2427
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3090
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
2428
3091
|
}
|
|
2429
3092
|
],
|
|
2430
3093
|
"signatures": [
|
|
2431
3094
|
{
|
|
2432
|
-
"id":
|
|
3095
|
+
"id": 61,
|
|
2433
3096
|
"name": "useNodeDrawer",
|
|
2434
3097
|
"kind": 4096,
|
|
2435
3098
|
"kindString": "Call signature",
|
|
2436
3099
|
"flags": {},
|
|
2437
3100
|
"parameters": [
|
|
2438
3101
|
{
|
|
2439
|
-
"id":
|
|
3102
|
+
"id": 62,
|
|
2440
3103
|
"name": "required",
|
|
2441
3104
|
"kind": 32768,
|
|
2442
3105
|
"kindString": "Parameter",
|
|
@@ -2456,7 +3119,7 @@
|
|
|
2456
3119
|
"types": [
|
|
2457
3120
|
{
|
|
2458
3121
|
"type": "reference",
|
|
2459
|
-
"id":
|
|
3122
|
+
"id": 56,
|
|
2460
3123
|
"name": "NodeDrawerState"
|
|
2461
3124
|
},
|
|
2462
3125
|
{
|
|
@@ -2478,29 +3141,29 @@
|
|
|
2478
3141
|
]
|
|
2479
3142
|
},
|
|
2480
3143
|
{
|
|
2481
|
-
"id":
|
|
3144
|
+
"id": 102,
|
|
2482
3145
|
"name": "useNodeQueryDiviner",
|
|
2483
3146
|
"kind": 64,
|
|
2484
3147
|
"kindString": "Function",
|
|
2485
3148
|
"flags": {},
|
|
2486
3149
|
"sources": [
|
|
2487
3150
|
{
|
|
2488
|
-
"fileName": "packages/
|
|
2489
|
-
"line":
|
|
3151
|
+
"fileName": "packages/modules/packages/node/src/contexts/useNodeQueryDiviner.tsx",
|
|
3152
|
+
"line": 44,
|
|
2490
3153
|
"character": 13,
|
|
2491
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3154
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useNodeQueryDiviner.tsx#L44"
|
|
2492
3155
|
}
|
|
2493
3156
|
],
|
|
2494
3157
|
"signatures": [
|
|
2495
3158
|
{
|
|
2496
|
-
"id":
|
|
3159
|
+
"id": 103,
|
|
2497
3160
|
"name": "useNodeQueryDiviner",
|
|
2498
3161
|
"kind": 4096,
|
|
2499
3162
|
"kindString": "Call signature",
|
|
2500
3163
|
"flags": {},
|
|
2501
3164
|
"parameters": [
|
|
2502
3165
|
{
|
|
2503
|
-
"id":
|
|
3166
|
+
"id": 104,
|
|
2504
3167
|
"name": "moduleIdentifier",
|
|
2505
3168
|
"kind": 32768,
|
|
2506
3169
|
"kindString": "Parameter",
|
|
@@ -2513,7 +3176,7 @@
|
|
|
2513
3176
|
}
|
|
2514
3177
|
},
|
|
2515
3178
|
{
|
|
2516
|
-
"id":
|
|
3179
|
+
"id": 105,
|
|
2517
3180
|
"name": "query",
|
|
2518
3181
|
"kind": 32768,
|
|
2519
3182
|
"kindString": "Parameter",
|
|
@@ -2538,7 +3201,7 @@
|
|
|
2538
3201
|
{
|
|
2539
3202
|
"type": "reflection",
|
|
2540
3203
|
"declaration": {
|
|
2541
|
-
"id":
|
|
3204
|
+
"id": 106,
|
|
2542
3205
|
"name": "__type",
|
|
2543
3206
|
"kind": 65536,
|
|
2544
3207
|
"kindString": "Type literal",
|
|
@@ -2556,7 +3219,7 @@
|
|
|
2556
3219
|
}
|
|
2557
3220
|
},
|
|
2558
3221
|
{
|
|
2559
|
-
"id":
|
|
3222
|
+
"id": 107,
|
|
2560
3223
|
"name": "refresher",
|
|
2561
3224
|
"kind": 32768,
|
|
2562
3225
|
"kindString": "Parameter",
|
|
@@ -2569,7 +3232,7 @@
|
|
|
2569
3232
|
}
|
|
2570
3233
|
},
|
|
2571
3234
|
{
|
|
2572
|
-
"id":
|
|
3235
|
+
"id": 108,
|
|
2573
3236
|
"name": "refreshAddresses",
|
|
2574
3237
|
"kind": 32768,
|
|
2575
3238
|
"kindString": "Parameter",
|
|
@@ -2616,7 +3279,7 @@
|
|
|
2616
3279
|
{
|
|
2617
3280
|
"type": "reflection",
|
|
2618
3281
|
"declaration": {
|
|
2619
|
-
"id":
|
|
3282
|
+
"id": 109,
|
|
2620
3283
|
"name": "__type",
|
|
2621
3284
|
"kind": 65536,
|
|
2622
3285
|
"kindString": "Type literal",
|
|
@@ -2660,29 +3323,29 @@
|
|
|
2660
3323
|
]
|
|
2661
3324
|
},
|
|
2662
3325
|
{
|
|
2663
|
-
"id":
|
|
3326
|
+
"id": 95,
|
|
2664
3327
|
"name": "useNodeQueryDivinerRaw",
|
|
2665
3328
|
"kind": 64,
|
|
2666
3329
|
"kindString": "Function",
|
|
2667
3330
|
"flags": {},
|
|
2668
3331
|
"sources": [
|
|
2669
3332
|
{
|
|
2670
|
-
"fileName": "packages/
|
|
2671
|
-
"line":
|
|
3333
|
+
"fileName": "packages/modules/packages/node/src/contexts/useNodeQueryDiviner.tsx",
|
|
3334
|
+
"line": 10,
|
|
2672
3335
|
"character": 13,
|
|
2673
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3336
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useNodeQueryDiviner.tsx#L10"
|
|
2674
3337
|
}
|
|
2675
3338
|
],
|
|
2676
3339
|
"signatures": [
|
|
2677
3340
|
{
|
|
2678
|
-
"id":
|
|
3341
|
+
"id": 96,
|
|
2679
3342
|
"name": "useNodeQueryDivinerRaw",
|
|
2680
3343
|
"kind": 4096,
|
|
2681
3344
|
"kindString": "Call signature",
|
|
2682
3345
|
"flags": {},
|
|
2683
3346
|
"parameters": [
|
|
2684
3347
|
{
|
|
2685
|
-
"id":
|
|
3348
|
+
"id": 97,
|
|
2686
3349
|
"name": "moduleIdentifier",
|
|
2687
3350
|
"kind": 32768,
|
|
2688
3351
|
"kindString": "Parameter",
|
|
@@ -2695,7 +3358,7 @@
|
|
|
2695
3358
|
}
|
|
2696
3359
|
},
|
|
2697
3360
|
{
|
|
2698
|
-
"id":
|
|
3361
|
+
"id": 98,
|
|
2699
3362
|
"name": "query",
|
|
2700
3363
|
"kind": 32768,
|
|
2701
3364
|
"kindString": "Parameter",
|
|
@@ -2720,7 +3383,7 @@
|
|
|
2720
3383
|
{
|
|
2721
3384
|
"type": "reflection",
|
|
2722
3385
|
"declaration": {
|
|
2723
|
-
"id":
|
|
3386
|
+
"id": 99,
|
|
2724
3387
|
"name": "__type",
|
|
2725
3388
|
"kind": 65536,
|
|
2726
3389
|
"kindString": "Type literal",
|
|
@@ -2738,7 +3401,7 @@
|
|
|
2738
3401
|
}
|
|
2739
3402
|
},
|
|
2740
3403
|
{
|
|
2741
|
-
"id":
|
|
3404
|
+
"id": 100,
|
|
2742
3405
|
"name": "refresher",
|
|
2743
3406
|
"kind": 32768,
|
|
2744
3407
|
"kindString": "Parameter",
|
|
@@ -2782,7 +3445,7 @@
|
|
|
2782
3445
|
{
|
|
2783
3446
|
"type": "reflection",
|
|
2784
3447
|
"declaration": {
|
|
2785
|
-
"id":
|
|
3448
|
+
"id": 101,
|
|
2786
3449
|
"name": "__type",
|
|
2787
3450
|
"kind": 65536,
|
|
2788
3451
|
"kindString": "Type literal",
|
|
@@ -2826,55 +3489,88 @@
|
|
|
2826
3489
|
]
|
|
2827
3490
|
},
|
|
2828
3491
|
{
|
|
2829
|
-
"id":
|
|
2830
|
-
"name": "
|
|
3492
|
+
"id": 169,
|
|
3493
|
+
"name": "useProvidedNode",
|
|
2831
3494
|
"kind": 64,
|
|
2832
3495
|
"kindString": "Function",
|
|
2833
3496
|
"flags": {},
|
|
2834
3497
|
"sources": [
|
|
2835
3498
|
{
|
|
2836
|
-
"fileName": "packages/
|
|
2837
|
-
"line":
|
|
3499
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode/useProvidedNode.tsx",
|
|
3500
|
+
"line": 14,
|
|
2838
3501
|
"character": 13,
|
|
2839
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3502
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/hooks/useNode/useProvidedNode.tsx#L14"
|
|
2840
3503
|
}
|
|
2841
3504
|
],
|
|
2842
3505
|
"signatures": [
|
|
2843
3506
|
{
|
|
2844
|
-
"id":
|
|
2845
|
-
"name": "
|
|
3507
|
+
"id": 170,
|
|
3508
|
+
"name": "useProvidedNode",
|
|
2846
3509
|
"kind": 4096,
|
|
2847
3510
|
"kindString": "Call signature",
|
|
2848
3511
|
"flags": {},
|
|
2849
3512
|
"parameters": [
|
|
2850
3513
|
{
|
|
2851
|
-
"id":
|
|
2852
|
-
"name": "
|
|
3514
|
+
"id": 171,
|
|
3515
|
+
"name": "wrap",
|
|
2853
3516
|
"kind": 32768,
|
|
2854
3517
|
"kindString": "Parameter",
|
|
2855
3518
|
"flags": {
|
|
2856
3519
|
"isOptional": true
|
|
2857
3520
|
},
|
|
2858
3521
|
"type": {
|
|
2859
|
-
"type": "
|
|
2860
|
-
"
|
|
2861
|
-
"qualifiedName": "ModuleFilter",
|
|
2862
|
-
"package": "@xyo-network/module-model"
|
|
3522
|
+
"type": "literal",
|
|
3523
|
+
"value": false
|
|
2863
3524
|
}
|
|
2864
3525
|
}
|
|
2865
3526
|
],
|
|
2866
3527
|
"type": {
|
|
2867
3528
|
"type": "union",
|
|
2868
3529
|
"types": [
|
|
3530
|
+
{
|
|
3531
|
+
"type": "reference",
|
|
3532
|
+
"name": "NodeModule",
|
|
3533
|
+
"qualifiedName": "NodeModule",
|
|
3534
|
+
"package": "@xyo-network/node"
|
|
3535
|
+
},
|
|
2869
3536
|
{
|
|
2870
3537
|
"type": "intrinsic",
|
|
2871
3538
|
"name": "undefined"
|
|
2872
|
-
}
|
|
3539
|
+
}
|
|
3540
|
+
]
|
|
3541
|
+
}
|
|
3542
|
+
},
|
|
3543
|
+
{
|
|
3544
|
+
"id": 172,
|
|
3545
|
+
"name": "useProvidedNode",
|
|
3546
|
+
"kind": 4096,
|
|
3547
|
+
"kindString": "Call signature",
|
|
3548
|
+
"flags": {},
|
|
3549
|
+
"parameters": [
|
|
3550
|
+
{
|
|
3551
|
+
"id": 173,
|
|
3552
|
+
"name": "wrap",
|
|
3553
|
+
"kind": 32768,
|
|
3554
|
+
"kindString": "Parameter",
|
|
3555
|
+
"flags": {},
|
|
3556
|
+
"type": {
|
|
3557
|
+
"type": "literal",
|
|
3558
|
+
"value": true
|
|
3559
|
+
}
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"type": {
|
|
3563
|
+
"type": "union",
|
|
3564
|
+
"types": [
|
|
2873
3565
|
{
|
|
2874
3566
|
"type": "reference",
|
|
2875
|
-
"name": "
|
|
2876
|
-
"qualifiedName": "
|
|
2877
|
-
"package": "@xyo-network/
|
|
3567
|
+
"name": "NodeWrapper",
|
|
3568
|
+
"qualifiedName": "NodeWrapper",
|
|
3569
|
+
"package": "@xyo-network/node"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
"type": "intrinsic",
|
|
3573
|
+
"name": "undefined"
|
|
2878
3574
|
}
|
|
2879
3575
|
]
|
|
2880
3576
|
}
|
|
@@ -2882,26 +3578,43 @@
|
|
|
2882
3578
|
]
|
|
2883
3579
|
},
|
|
2884
3580
|
{
|
|
2885
|
-
"id":
|
|
2886
|
-
"name": "
|
|
3581
|
+
"id": 110,
|
|
3582
|
+
"name": "useWitnessModule",
|
|
2887
3583
|
"kind": 64,
|
|
2888
3584
|
"kindString": "Function",
|
|
2889
3585
|
"flags": {},
|
|
2890
3586
|
"sources": [
|
|
2891
3587
|
{
|
|
2892
|
-
"fileName": "packages/
|
|
2893
|
-
"line":
|
|
3588
|
+
"fileName": "packages/modules/packages/node/src/contexts/useWitnessModule.ts",
|
|
3589
|
+
"line": 6,
|
|
2894
3590
|
"character": 13,
|
|
2895
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3591
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useWitnessModule.ts#L6"
|
|
2896
3592
|
}
|
|
2897
3593
|
],
|
|
2898
3594
|
"signatures": [
|
|
2899
3595
|
{
|
|
2900
|
-
"id":
|
|
2901
|
-
"name": "
|
|
3596
|
+
"id": 111,
|
|
3597
|
+
"name": "useWitnessModule",
|
|
2902
3598
|
"kind": 4096,
|
|
2903
3599
|
"kindString": "Call signature",
|
|
2904
3600
|
"flags": {},
|
|
3601
|
+
"parameters": [
|
|
3602
|
+
{
|
|
3603
|
+
"id": 112,
|
|
3604
|
+
"name": "filter",
|
|
3605
|
+
"kind": 32768,
|
|
3606
|
+
"kindString": "Parameter",
|
|
3607
|
+
"flags": {
|
|
3608
|
+
"isOptional": true
|
|
3609
|
+
},
|
|
3610
|
+
"type": {
|
|
3611
|
+
"type": "reference",
|
|
3612
|
+
"name": "ModuleFilter",
|
|
3613
|
+
"qualifiedName": "ModuleFilter",
|
|
3614
|
+
"package": "@xyo-network/module-model"
|
|
3615
|
+
}
|
|
3616
|
+
}
|
|
3617
|
+
],
|
|
2905
3618
|
"type": {
|
|
2906
3619
|
"type": "union",
|
|
2907
3620
|
"types": [
|
|
@@ -2910,13 +3623,10 @@
|
|
|
2910
3623
|
"name": "undefined"
|
|
2911
3624
|
},
|
|
2912
3625
|
{
|
|
2913
|
-
"type": "
|
|
2914
|
-
"
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
"qualifiedName": "WitnessWrapper",
|
|
2918
|
-
"package": "@xyo-network/witness"
|
|
2919
|
-
}
|
|
3626
|
+
"type": "reference",
|
|
3627
|
+
"name": "WitnessWrapper",
|
|
3628
|
+
"qualifiedName": "WitnessWrapper",
|
|
3629
|
+
"package": "@xyo-network/witness"
|
|
2920
3630
|
}
|
|
2921
3631
|
]
|
|
2922
3632
|
}
|
|
@@ -2924,77 +3634,26 @@
|
|
|
2924
3634
|
]
|
|
2925
3635
|
},
|
|
2926
3636
|
{
|
|
2927
|
-
"id":
|
|
2928
|
-
"name": "
|
|
3637
|
+
"id": 113,
|
|
3638
|
+
"name": "useWitnessModules",
|
|
2929
3639
|
"kind": 64,
|
|
2930
3640
|
"kindString": "Function",
|
|
2931
3641
|
"flags": {},
|
|
2932
3642
|
"sources": [
|
|
2933
3643
|
{
|
|
2934
|
-
"fileName": "packages/
|
|
2935
|
-
"line":
|
|
3644
|
+
"fileName": "packages/modules/packages/node/src/contexts/useWitnessModules.ts",
|
|
3645
|
+
"line": 5,
|
|
2936
3646
|
"character": 13,
|
|
2937
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3647
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/contexts/useWitnessModules.ts#L5"
|
|
2938
3648
|
}
|
|
2939
3649
|
],
|
|
2940
3650
|
"signatures": [
|
|
2941
3651
|
{
|
|
2942
|
-
"id":
|
|
2943
|
-
"name": "
|
|
3652
|
+
"id": 114,
|
|
3653
|
+
"name": "useWitnessModules",
|
|
2944
3654
|
"kind": 4096,
|
|
2945
3655
|
"kindString": "Call signature",
|
|
2946
3656
|
"flags": {},
|
|
2947
|
-
"typeParameter": [
|
|
2948
|
-
{
|
|
2949
|
-
"id": 117,
|
|
2950
|
-
"name": "T",
|
|
2951
|
-
"kind": 131072,
|
|
2952
|
-
"kindString": "Type parameter",
|
|
2953
|
-
"flags": {},
|
|
2954
|
-
"type": {
|
|
2955
|
-
"type": "reference",
|
|
2956
|
-
"name": "NodeModule",
|
|
2957
|
-
"qualifiedName": "NodeModule",
|
|
2958
|
-
"package": "@xyo-network/node"
|
|
2959
|
-
},
|
|
2960
|
-
"default": {
|
|
2961
|
-
"type": "reference",
|
|
2962
|
-
"name": "NodeModule",
|
|
2963
|
-
"qualifiedName": "NodeModule",
|
|
2964
|
-
"package": "@xyo-network/node"
|
|
2965
|
-
}
|
|
2966
|
-
}
|
|
2967
|
-
],
|
|
2968
|
-
"parameters": [
|
|
2969
|
-
{
|
|
2970
|
-
"id": 118,
|
|
2971
|
-
"name": "nameOrAddress",
|
|
2972
|
-
"kind": 32768,
|
|
2973
|
-
"kindString": "Parameter",
|
|
2974
|
-
"flags": {
|
|
2975
|
-
"isOptional": true
|
|
2976
|
-
},
|
|
2977
|
-
"type": {
|
|
2978
|
-
"type": "intrinsic",
|
|
2979
|
-
"name": "string"
|
|
2980
|
-
}
|
|
2981
|
-
},
|
|
2982
|
-
{
|
|
2983
|
-
"id": 119,
|
|
2984
|
-
"name": "account",
|
|
2985
|
-
"kind": 32768,
|
|
2986
|
-
"kindString": "Parameter",
|
|
2987
|
-
"flags": {
|
|
2988
|
-
"isOptional": true
|
|
2989
|
-
},
|
|
2990
|
-
"type": {
|
|
2991
|
-
"type": "reference",
|
|
2992
|
-
"name": "Account",
|
|
2993
|
-
"qualifiedName": "Account",
|
|
2994
|
-
"package": "@xyo-network/account"
|
|
2995
|
-
}
|
|
2996
|
-
}
|
|
2997
|
-
],
|
|
2998
3657
|
"type": {
|
|
2999
3658
|
"type": "union",
|
|
3000
3659
|
"types": [
|
|
@@ -3003,18 +3662,13 @@
|
|
|
3003
3662
|
"name": "undefined"
|
|
3004
3663
|
},
|
|
3005
3664
|
{
|
|
3006
|
-
"type": "
|
|
3007
|
-
"
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
}
|
|
3014
|
-
],
|
|
3015
|
-
"name": "NodeWrapper",
|
|
3016
|
-
"qualifiedName": "NodeWrapper",
|
|
3017
|
-
"package": "@xyo-network/node"
|
|
3665
|
+
"type": "array",
|
|
3666
|
+
"elementType": {
|
|
3667
|
+
"type": "reference",
|
|
3668
|
+
"name": "WitnessWrapper",
|
|
3669
|
+
"qualifiedName": "WitnessWrapper",
|
|
3670
|
+
"package": "@xyo-network/witness"
|
|
3671
|
+
}
|
|
3018
3672
|
}
|
|
3019
3673
|
]
|
|
3020
3674
|
}
|
|
@@ -3026,67 +3680,67 @@
|
|
|
3026
3680
|
{
|
|
3027
3681
|
"title": "Interfaces",
|
|
3028
3682
|
"children": [
|
|
3029
|
-
|
|
3030
|
-
|
|
3683
|
+
26,
|
|
3684
|
+
47,
|
|
3031
3685
|
5,
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3686
|
+
50,
|
|
3687
|
+
56,
|
|
3688
|
+
41,
|
|
3689
|
+
23
|
|
3036
3690
|
]
|
|
3037
3691
|
},
|
|
3038
3692
|
{
|
|
3039
3693
|
"title": "Type Aliases",
|
|
3040
3694
|
"children": [
|
|
3041
|
-
|
|
3042
|
-
|
|
3695
|
+
10,
|
|
3696
|
+
115
|
|
3043
3697
|
]
|
|
3044
3698
|
},
|
|
3045
3699
|
{
|
|
3046
3700
|
"title": "Variables",
|
|
3047
3701
|
"children": [
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3702
|
+
18,
|
|
3703
|
+
40,
|
|
3704
|
+
49
|
|
3051
3705
|
]
|
|
3052
3706
|
},
|
|
3053
3707
|
{
|
|
3054
3708
|
"title": "Functions",
|
|
3055
3709
|
"children": [
|
|
3056
|
-
|
|
3057
|
-
|
|
3710
|
+
14,
|
|
3711
|
+
19,
|
|
3058
3712
|
1,
|
|
3059
3713
|
6,
|
|
3060
|
-
|
|
3061
|
-
|
|
3714
|
+
52,
|
|
3715
|
+
43,
|
|
3716
|
+
122,
|
|
3717
|
+
67,
|
|
3062
3718
|
63,
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3719
|
+
72,
|
|
3720
|
+
75,
|
|
3721
|
+
77,
|
|
3722
|
+
80,
|
|
3066
3723
|
82,
|
|
3067
|
-
|
|
3724
|
+
147,
|
|
3725
|
+
85,
|
|
3726
|
+
37,
|
|
3068
3727
|
87,
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
127,
|
|
3077
|
-
120,
|
|
3078
|
-
135,
|
|
3079
|
-
138,
|
|
3080
|
-
115
|
|
3728
|
+
158,
|
|
3729
|
+
60,
|
|
3730
|
+
102,
|
|
3731
|
+
95,
|
|
3732
|
+
169,
|
|
3733
|
+
110,
|
|
3734
|
+
113
|
|
3081
3735
|
]
|
|
3082
3736
|
}
|
|
3083
3737
|
],
|
|
3084
3738
|
"sources": [
|
|
3085
3739
|
{
|
|
3086
|
-
"fileName": "packages/
|
|
3740
|
+
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
3087
3741
|
"line": 1,
|
|
3088
3742
|
"character": 0,
|
|
3089
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3743
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/5a97f0b172c/packages/modules/packages/node/src/index.ts#L1"
|
|
3090
3744
|
}
|
|
3091
3745
|
]
|
|
3092
3746
|
}
|