@xyo-network/react-node 2.45.0-rc.1 → 2.45.0-rc.11
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 +1 -1
- package/dist/cjs/components/Node.js.map +1 -1
- package/dist/cjs/components/NodeDrawer.js +1 -1
- package/dist/cjs/components/NodeDrawer.js.map +1 -1
- package/dist/cjs/contexts/index.js +0 -11
- package/dist/cjs/contexts/index.js.map +1 -1
- package/dist/cjs/hooks/index.js +12 -0
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/{contexts → hooks}/useArchiveArchivists.js +2 -2
- package/dist/cjs/hooks/useArchiveArchivists.js.map +1 -0
- package/dist/cjs/hooks/useArchivistModule.js.map +1 -0
- package/dist/cjs/hooks/useArchivistModules.js.map +1 -0
- package/dist/cjs/hooks/useDivinerModule.js.map +1 -0
- package/dist/cjs/hooks/useDivinerModules.js.map +1 -0
- package/dist/cjs/{contexts → hooks}/useMemoryNodeUpdates.js +2 -2
- package/dist/cjs/hooks/useMemoryNodeUpdates.js.map +1 -0
- package/dist/cjs/hooks/useModule.js +7 -0
- package/dist/cjs/hooks/useModule.js.map +1 -0
- package/dist/cjs/{contexts → hooks}/useModuleAddresses.js +2 -2
- package/dist/cjs/hooks/useModuleAddresses.js.map +1 -0
- package/dist/cjs/{contexts → hooks}/useModules.js +2 -2
- package/dist/cjs/hooks/useModules.js.map +1 -0
- package/dist/cjs/hooks/useNode.js +62 -0
- package/dist/cjs/hooks/useNode.js.map +1 -0
- package/dist/cjs/{contexts → hooks}/useNodeQueryDiviner.js +2 -2
- package/dist/cjs/hooks/useNodeQueryDiviner.js.map +1 -0
- package/dist/cjs/hooks/useProvidedNode.js +25 -0
- package/dist/cjs/hooks/useProvidedNode.js.map +1 -0
- package/dist/cjs/hooks/useWitnessModule.js.map +1 -0
- package/dist/cjs/hooks/useWitnessModules.js.map +1 -0
- package/dist/docs.json +957 -311
- package/dist/esm/components/Node.js +1 -1
- package/dist/esm/components/Node.js.map +1 -1
- package/dist/esm/components/NodeDrawer.js +1 -1
- package/dist/esm/components/NodeDrawer.js.map +1 -1
- package/dist/esm/contexts/index.js +0 -11
- package/dist/esm/contexts/index.js.map +1 -1
- package/dist/esm/hooks/index.js +12 -0
- package/dist/esm/hooks/index.js.map +1 -1
- package/dist/esm/{contexts → hooks}/useArchiveArchivists.js +2 -2
- package/dist/esm/hooks/useArchiveArchivists.js.map +1 -0
- package/dist/esm/hooks/useArchivistModule.js.map +1 -0
- package/dist/esm/hooks/useArchivistModules.js.map +1 -0
- package/dist/esm/hooks/useDivinerModule.js.map +1 -0
- package/dist/esm/hooks/useDivinerModules.js.map +1 -0
- package/dist/esm/{contexts → hooks}/useMemoryNodeUpdates.js +2 -2
- package/dist/esm/hooks/useMemoryNodeUpdates.js.map +1 -0
- package/dist/esm/hooks/useModule.js +4 -0
- package/dist/esm/hooks/useModule.js.map +1 -0
- package/dist/esm/{contexts → hooks}/useModuleAddresses.js +2 -2
- package/dist/esm/hooks/useModuleAddresses.js.map +1 -0
- package/dist/esm/{contexts → hooks}/useModules.js +2 -2
- package/dist/esm/hooks/useModules.js.map +1 -0
- package/dist/esm/hooks/useNode.js +57 -0
- package/dist/esm/hooks/useNode.js.map +1 -0
- package/dist/esm/{contexts → hooks}/useNodeQueryDiviner.js +2 -2
- package/dist/esm/hooks/useNodeQueryDiviner.js.map +1 -0
- package/dist/esm/hooks/useProvidedNode.js +22 -0
- package/dist/esm/hooks/useProvidedNode.js.map +1 -0
- package/dist/esm/hooks/useWitnessModule.js.map +1 -0
- package/dist/esm/hooks/useWitnessModules.js.map +1 -0
- package/dist/types/contexts/index.d.ts +0 -11
- package/dist/types/contexts/index.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +12 -0
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/useArchiveArchivists.d.ts.map +1 -0
- package/dist/types/hooks/useArchivistModule.d.ts.map +1 -0
- package/dist/types/hooks/useArchivistModules.d.ts.map +1 -0
- package/dist/types/hooks/useDivinerModule.d.ts.map +1 -0
- package/dist/types/hooks/useDivinerModules.d.ts.map +1 -0
- package/dist/types/hooks/useMemoryNodeUpdates.d.ts.map +1 -0
- package/dist/types/hooks/{useModule/useModule.d.ts → useModule.d.ts} +19 -8
- package/dist/types/hooks/useModule.d.ts.map +1 -0
- package/dist/types/hooks/useModuleAddresses.d.ts.map +1 -0
- package/dist/types/hooks/useModules.d.ts.map +1 -0
- package/dist/types/hooks/{useModule/createUseModuleHook.d.ts → useNode.d.ts} +17 -7
- package/dist/types/hooks/useNode.d.ts.map +1 -0
- package/dist/types/hooks/useNodeQueryDiviner.d.ts.map +1 -0
- package/dist/types/hooks/useProvidedNode.d.ts +8 -0
- package/dist/types/hooks/useProvidedNode.d.ts.map +1 -0
- package/dist/types/hooks/useWitnessModule.d.ts.map +1 -0
- package/dist/types/hooks/useWitnessModules.d.ts.map +1 -0
- package/package.json +11 -11
- package/src/components/Node.stories.tsx +1 -1
- package/src/components/Node.tsx +1 -1
- package/src/components/NodeDrawer.tsx +1 -1
- package/src/contexts/index.ts +0 -11
- package/src/hooks/index.ts +12 -0
- package/src/{contexts → hooks}/useArchiveArchivists.tsx +2 -2
- package/src/{contexts → hooks}/useMemoryNodeUpdates.tsx +2 -2
- package/src/hooks/{useModule/useModule.tsx → useModule.tsx} +2 -2
- package/src/{contexts → hooks}/useModuleAddresses.ts +2 -2
- package/src/{contexts → hooks}/useModules.ts +2 -2
- package/src/hooks/useNode.tsx +83 -0
- package/src/{contexts → hooks}/useNodeQueryDiviner.tsx +2 -2
- package/src/hooks/useProvidedNode.tsx +28 -0
- package/dist/cjs/contexts/useArchiveArchivists.js.map +0 -1
- package/dist/cjs/contexts/useArchivistModule.js.map +0 -1
- package/dist/cjs/contexts/useArchivistModules.js.map +0 -1
- package/dist/cjs/contexts/useDivinerModule.js.map +0 -1
- package/dist/cjs/contexts/useDivinerModules.js.map +0 -1
- package/dist/cjs/contexts/useMemoryNodeUpdates.js.map +0 -1
- package/dist/cjs/contexts/useModuleAddresses.js.map +0 -1
- package/dist/cjs/contexts/useModules.js.map +0 -1
- package/dist/cjs/contexts/useNodeQueryDiviner.js.map +0 -1
- package/dist/cjs/contexts/useWitnessModule.js.map +0 -1
- package/dist/cjs/contexts/useWitnessModules.js.map +0 -1
- package/dist/cjs/hooks/useModule/createUseModuleHook.js +0 -26
- package/dist/cjs/hooks/useModule/createUseModuleHook.js.map +0 -1
- package/dist/cjs/hooks/useModule/index.js +0 -6
- package/dist/cjs/hooks/useModule/index.js.map +0 -1
- package/dist/cjs/hooks/useModule/useModule.js +0 -7
- package/dist/cjs/hooks/useModule/useModule.js.map +0 -1
- package/dist/cjs/hooks/useNode/index.js +0 -6
- package/dist/cjs/hooks/useNode/index.js.map +0 -1
- package/dist/cjs/hooks/useNode/useNode.js +0 -7
- package/dist/cjs/hooks/useNode/useNode.js.map +0 -1
- package/dist/cjs/hooks/useNode/useProvidedNode.js +0 -12
- package/dist/cjs/hooks/useNode/useProvidedNode.js.map +0 -1
- package/dist/esm/contexts/useArchiveArchivists.js.map +0 -1
- package/dist/esm/contexts/useArchivistModule.js.map +0 -1
- package/dist/esm/contexts/useArchivistModules.js.map +0 -1
- package/dist/esm/contexts/useDivinerModule.js.map +0 -1
- package/dist/esm/contexts/useDivinerModules.js.map +0 -1
- package/dist/esm/contexts/useMemoryNodeUpdates.js.map +0 -1
- package/dist/esm/contexts/useModuleAddresses.js.map +0 -1
- package/dist/esm/contexts/useModules.js.map +0 -1
- package/dist/esm/contexts/useNodeQueryDiviner.js.map +0 -1
- package/dist/esm/contexts/useWitnessModule.js.map +0 -1
- package/dist/esm/contexts/useWitnessModules.js.map +0 -1
- package/dist/esm/hooks/useModule/createUseModuleHook.js +0 -21
- package/dist/esm/hooks/useModule/createUseModuleHook.js.map +0 -1
- package/dist/esm/hooks/useModule/index.js +0 -3
- package/dist/esm/hooks/useModule/index.js.map +0 -1
- package/dist/esm/hooks/useModule/useModule.js +0 -4
- package/dist/esm/hooks/useModule/useModule.js.map +0 -1
- package/dist/esm/hooks/useNode/index.js +0 -3
- package/dist/esm/hooks/useNode/index.js.map +0 -1
- package/dist/esm/hooks/useNode/useNode.js +0 -4
- package/dist/esm/hooks/useNode/useNode.js.map +0 -1
- package/dist/esm/hooks/useNode/useProvidedNode.js +0 -9
- package/dist/esm/hooks/useNode/useProvidedNode.js.map +0 -1
- package/dist/types/contexts/useArchiveArchivists.d.ts.map +0 -1
- package/dist/types/contexts/useArchivistModule.d.ts.map +0 -1
- package/dist/types/contexts/useArchivistModules.d.ts.map +0 -1
- package/dist/types/contexts/useDivinerModule.d.ts.map +0 -1
- package/dist/types/contexts/useDivinerModules.d.ts.map +0 -1
- package/dist/types/contexts/useMemoryNodeUpdates.d.ts.map +0 -1
- package/dist/types/contexts/useModuleAddresses.d.ts.map +0 -1
- package/dist/types/contexts/useModules.d.ts.map +0 -1
- package/dist/types/contexts/useNodeQueryDiviner.d.ts.map +0 -1
- package/dist/types/contexts/useWitnessModule.d.ts.map +0 -1
- package/dist/types/contexts/useWitnessModules.d.ts.map +0 -1
- package/dist/types/hooks/useModule/createUseModuleHook.d.ts.map +0 -1
- package/dist/types/hooks/useModule/index.d.ts +0 -3
- package/dist/types/hooks/useModule/index.d.ts.map +0 -1
- package/dist/types/hooks/useModule/useModule.d.ts.map +0 -1
- package/dist/types/hooks/useNode/index.d.ts +0 -3
- package/dist/types/hooks/useNode/index.d.ts.map +0 -1
- package/dist/types/hooks/useNode/useNode.d.ts +0 -8
- package/dist/types/hooks/useNode/useNode.d.ts.map +0 -1
- package/dist/types/hooks/useNode/useProvidedNode.d.ts +0 -6
- package/dist/types/hooks/useNode/useProvidedNode.d.ts.map +0 -1
- package/src/hooks/useModule/createUseModuleHook.tsx +0 -42
- package/src/hooks/useModule/index.ts +0 -2
- package/src/hooks/useNode/index.ts +0 -2
- package/src/hooks/useNode/useNode.tsx +0 -5
- package/src/hooks/useNode/useProvidedNode.tsx +0 -14
- /package/dist/cjs/{contexts → hooks}/useArchivistModule.js +0 -0
- /package/dist/cjs/{contexts → hooks}/useArchivistModules.js +0 -0
- /package/dist/cjs/{contexts → hooks}/useDivinerModule.js +0 -0
- /package/dist/cjs/{contexts → hooks}/useDivinerModules.js +0 -0
- /package/dist/cjs/{contexts → hooks}/useWitnessModule.js +0 -0
- /package/dist/cjs/{contexts → hooks}/useWitnessModules.js +0 -0
- /package/dist/esm/{contexts → hooks}/useArchivistModule.js +0 -0
- /package/dist/esm/{contexts → hooks}/useArchivistModules.js +0 -0
- /package/dist/esm/{contexts → hooks}/useDivinerModule.js +0 -0
- /package/dist/esm/{contexts → hooks}/useDivinerModules.js +0 -0
- /package/dist/esm/{contexts → hooks}/useWitnessModule.js +0 -0
- /package/dist/esm/{contexts → hooks}/useWitnessModules.js +0 -0
- /package/dist/types/{contexts → hooks}/useArchiveArchivists.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useArchivistModule.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useArchivistModules.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useDivinerModule.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useDivinerModules.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useMemoryNodeUpdates.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useModuleAddresses.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useModules.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useNodeQueryDiviner.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useWitnessModule.d.ts +0 -0
- /package/dist/types/{contexts → hooks}/useWitnessModules.d.ts +0 -0
- /package/src/{contexts → hooks}/useArchivistModule.ts +0 -0
- /package/src/{contexts → hooks}/useArchivistModules.ts +0 -0
- /package/src/{contexts → hooks}/useDivinerModule.ts +0 -0
- /package/src/{contexts → hooks}/useDivinerModules.ts +0 -0
- /package/src/{contexts → hooks}/useWitnessModule.ts +0 -0
- /package/src/{contexts → hooks}/useWitnessModules.ts +0 -0
package/dist/docs.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
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/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L9"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"type": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
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/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L9"
|
|
68
68
|
}
|
|
69
69
|
],
|
|
70
70
|
"signatures": [
|
|
@@ -114,7 +114,7 @@
|
|
|
114
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/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L10"
|
|
118
118
|
}
|
|
119
119
|
],
|
|
120
120
|
"type": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
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/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L11"
|
|
140
140
|
}
|
|
141
141
|
],
|
|
142
142
|
"type": {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
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/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L11"
|
|
156
156
|
}
|
|
157
157
|
],
|
|
158
158
|
"signatures": [
|
|
@@ -202,7 +202,7 @@
|
|
|
202
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/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L8"
|
|
206
206
|
}
|
|
207
207
|
],
|
|
208
208
|
"extendedTypes": [
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"fileName": "packages/modules/packages/node/src/contexts/Node/State.ts",
|
|
233
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/4373c74a480/packages/modules/packages/node/src/contexts/Node/State.ts#L4"
|
|
236
236
|
}
|
|
237
237
|
],
|
|
238
238
|
"type": {
|
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"fileName": "packages/modules/packages/node/src/contexts/Node/State.ts",
|
|
257
257
|
"line": 3,
|
|
258
258
|
"character": 17,
|
|
259
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
259
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/Node/State.ts#L3"
|
|
260
260
|
}
|
|
261
261
|
]
|
|
262
262
|
},
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
272
272
|
"line": 10,
|
|
273
273
|
"character": 17,
|
|
274
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
274
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/components/NodeDrawer.tsx#L10"
|
|
275
275
|
}
|
|
276
276
|
],
|
|
277
277
|
"extendedTypes": [
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
322
322
|
"line": 7,
|
|
323
323
|
"character": 2,
|
|
324
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
324
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L7"
|
|
325
325
|
}
|
|
326
326
|
],
|
|
327
327
|
"type": {
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
344
344
|
"line": 6,
|
|
345
345
|
"character": 17,
|
|
346
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
346
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L6"
|
|
347
347
|
}
|
|
348
348
|
],
|
|
349
349
|
"extendedTypes": [
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
376
376
|
"line": 5,
|
|
377
377
|
"character": 2,
|
|
378
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
378
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L5"
|
|
379
379
|
}
|
|
380
380
|
],
|
|
381
381
|
"type": {
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
419
419
|
"line": 6,
|
|
420
420
|
"character": 2,
|
|
421
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
421
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L6"
|
|
422
422
|
}
|
|
423
423
|
],
|
|
424
424
|
"type": {
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts",
|
|
459
459
|
"line": 4,
|
|
460
460
|
"character": 17,
|
|
461
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
461
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/State.ts#L4"
|
|
462
462
|
}
|
|
463
463
|
],
|
|
464
464
|
"extendedTypes": [
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
489
489
|
"line": 8,
|
|
490
490
|
"character": 2,
|
|
491
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
491
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L8"
|
|
492
492
|
}
|
|
493
493
|
],
|
|
494
494
|
"type": {
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
513
513
|
"line": 7,
|
|
514
514
|
"character": 17,
|
|
515
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
515
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L7"
|
|
516
516
|
}
|
|
517
517
|
]
|
|
518
518
|
},
|
|
@@ -527,7 +527,7 @@
|
|
|
527
527
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/State.ts",
|
|
528
528
|
"line": 4,
|
|
529
529
|
"character": 17,
|
|
530
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
530
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L4"
|
|
531
531
|
}
|
|
532
532
|
],
|
|
533
533
|
"indexSignature": {
|
|
@@ -567,7 +567,7 @@
|
|
|
567
567
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
568
568
|
"line": 8,
|
|
569
569
|
"character": 12,
|
|
570
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
570
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
571
571
|
}
|
|
572
572
|
],
|
|
573
573
|
"type": {
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
599
599
|
"line": 9,
|
|
600
600
|
"character": 2,
|
|
601
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
601
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L9"
|
|
602
602
|
}
|
|
603
603
|
],
|
|
604
604
|
"type": {
|
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
630
630
|
"line": 10,
|
|
631
631
|
"character": 2,
|
|
632
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
632
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L10"
|
|
633
633
|
}
|
|
634
634
|
],
|
|
635
635
|
"type": {
|
|
@@ -652,7 +652,7 @@
|
|
|
652
652
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
653
653
|
"line": 8,
|
|
654
654
|
"character": 51,
|
|
655
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
655
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
656
656
|
}
|
|
657
657
|
]
|
|
658
658
|
}
|
|
@@ -681,21 +681,98 @@
|
|
|
681
681
|
},
|
|
682
682
|
{
|
|
683
683
|
"id": 115,
|
|
684
|
+
"name": "NodeFunc",
|
|
685
|
+
"kind": 4194304,
|
|
686
|
+
"kindString": "Type alias",
|
|
687
|
+
"flags": {},
|
|
688
|
+
"sources": [
|
|
689
|
+
{
|
|
690
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
691
|
+
"line": 15,
|
|
692
|
+
"character": 12,
|
|
693
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L15"
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"type": {
|
|
697
|
+
"type": "reflection",
|
|
698
|
+
"declaration": {
|
|
699
|
+
"id": 116,
|
|
700
|
+
"name": "__type",
|
|
701
|
+
"kind": 65536,
|
|
702
|
+
"kindString": "Type literal",
|
|
703
|
+
"flags": {},
|
|
704
|
+
"sources": [
|
|
705
|
+
{
|
|
706
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
707
|
+
"line": 15,
|
|
708
|
+
"character": 23,
|
|
709
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L15"
|
|
710
|
+
}
|
|
711
|
+
],
|
|
712
|
+
"signatures": [
|
|
713
|
+
{
|
|
714
|
+
"id": 117,
|
|
715
|
+
"name": "__type",
|
|
716
|
+
"kind": 4096,
|
|
717
|
+
"kindString": "Call signature",
|
|
718
|
+
"flags": {},
|
|
719
|
+
"type": {
|
|
720
|
+
"type": "tuple",
|
|
721
|
+
"elements": [
|
|
722
|
+
{
|
|
723
|
+
"type": "union",
|
|
724
|
+
"types": [
|
|
725
|
+
{
|
|
726
|
+
"type": "reference",
|
|
727
|
+
"name": "NodeModule",
|
|
728
|
+
"qualifiedName": "NodeModule",
|
|
729
|
+
"package": "@xyo-network/node"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
"type": "intrinsic",
|
|
733
|
+
"name": "undefined"
|
|
734
|
+
}
|
|
735
|
+
]
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
"type": "union",
|
|
739
|
+
"types": [
|
|
740
|
+
{
|
|
741
|
+
"type": "reference",
|
|
742
|
+
"name": "Error",
|
|
743
|
+
"qualifiedName": "Error",
|
|
744
|
+
"package": "typescript"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"type": "intrinsic",
|
|
748
|
+
"name": "undefined"
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
}
|
|
752
|
+
]
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
]
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"id": 108,
|
|
684
761
|
"name": "WrapFunc",
|
|
685
762
|
"kind": 4194304,
|
|
686
763
|
"kindString": "Type alias",
|
|
687
764
|
"flags": {},
|
|
688
765
|
"sources": [
|
|
689
766
|
{
|
|
690
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
691
|
-
"line":
|
|
767
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
768
|
+
"line": 10,
|
|
692
769
|
"character": 12,
|
|
693
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
770
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L10"
|
|
694
771
|
}
|
|
695
772
|
],
|
|
696
773
|
"typeParameters": [
|
|
697
774
|
{
|
|
698
|
-
"id":
|
|
775
|
+
"id": 113,
|
|
699
776
|
"name": "TModule",
|
|
700
777
|
"kind": 131072,
|
|
701
778
|
"kindString": "Type parameter",
|
|
@@ -714,7 +791,7 @@
|
|
|
714
791
|
}
|
|
715
792
|
},
|
|
716
793
|
{
|
|
717
|
-
"id":
|
|
794
|
+
"id": 114,
|
|
718
795
|
"name": "TWrapper",
|
|
719
796
|
"kind": 131072,
|
|
720
797
|
"kindString": "Type parameter",
|
|
@@ -736,29 +813,29 @@
|
|
|
736
813
|
"type": {
|
|
737
814
|
"type": "reflection",
|
|
738
815
|
"declaration": {
|
|
739
|
-
"id":
|
|
816
|
+
"id": 109,
|
|
740
817
|
"name": "__type",
|
|
741
818
|
"kind": 65536,
|
|
742
819
|
"kindString": "Type literal",
|
|
743
820
|
"flags": {},
|
|
744
821
|
"sources": [
|
|
745
822
|
{
|
|
746
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
747
|
-
"line":
|
|
823
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
824
|
+
"line": 10,
|
|
748
825
|
"character": 104,
|
|
749
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
826
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L10"
|
|
750
827
|
}
|
|
751
828
|
],
|
|
752
829
|
"signatures": [
|
|
753
830
|
{
|
|
754
|
-
"id":
|
|
831
|
+
"id": 110,
|
|
755
832
|
"name": "__type",
|
|
756
833
|
"kind": 4096,
|
|
757
834
|
"kindString": "Call signature",
|
|
758
835
|
"flags": {},
|
|
759
836
|
"parameters": [
|
|
760
837
|
{
|
|
761
|
-
"id":
|
|
838
|
+
"id": 111,
|
|
762
839
|
"name": "module",
|
|
763
840
|
"kind": 32768,
|
|
764
841
|
"kindString": "Parameter",
|
|
@@ -767,12 +844,12 @@
|
|
|
767
844
|
},
|
|
768
845
|
"type": {
|
|
769
846
|
"type": "reference",
|
|
770
|
-
"id":
|
|
847
|
+
"id": 113,
|
|
771
848
|
"name": "TModule"
|
|
772
849
|
}
|
|
773
850
|
},
|
|
774
851
|
{
|
|
775
|
-
"id":
|
|
852
|
+
"id": 112,
|
|
776
853
|
"name": "account",
|
|
777
854
|
"kind": 32768,
|
|
778
855
|
"kindString": "Parameter",
|
|
@@ -788,9 +865,18 @@
|
|
|
788
865
|
}
|
|
789
866
|
],
|
|
790
867
|
"type": {
|
|
791
|
-
"type": "
|
|
792
|
-
"
|
|
793
|
-
|
|
868
|
+
"type": "union",
|
|
869
|
+
"types": [
|
|
870
|
+
{
|
|
871
|
+
"type": "reference",
|
|
872
|
+
"id": 114,
|
|
873
|
+
"name": "TWrapper"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"type": "intrinsic",
|
|
877
|
+
"name": "undefined"
|
|
878
|
+
}
|
|
879
|
+
]
|
|
794
880
|
}
|
|
795
881
|
}
|
|
796
882
|
]
|
|
@@ -810,7 +896,7 @@
|
|
|
810
896
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts",
|
|
811
897
|
"line": 5,
|
|
812
898
|
"character": 13,
|
|
813
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
899
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts#L5"
|
|
814
900
|
}
|
|
815
901
|
],
|
|
816
902
|
"type": {
|
|
@@ -850,7 +936,7 @@
|
|
|
850
936
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Context.ts",
|
|
851
937
|
"line": 5,
|
|
852
938
|
"character": 13,
|
|
853
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
939
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/Node/Context.ts#L5"
|
|
854
940
|
}
|
|
855
941
|
],
|
|
856
942
|
"type": {
|
|
@@ -890,7 +976,7 @@
|
|
|
890
976
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts",
|
|
891
977
|
"line": 5,
|
|
892
978
|
"character": 13,
|
|
893
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
979
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
894
980
|
}
|
|
895
981
|
],
|
|
896
982
|
"type": {
|
|
@@ -928,7 +1014,7 @@
|
|
|
928
1014
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
929
1015
|
"line": 14,
|
|
930
1016
|
"character": 13,
|
|
931
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1017
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
932
1018
|
}
|
|
933
1019
|
],
|
|
934
1020
|
"signatures": [
|
|
@@ -1004,7 +1090,7 @@
|
|
|
1004
1090
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx",
|
|
1005
1091
|
"line": 11,
|
|
1006
1092
|
"character": 13,
|
|
1007
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1093
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx#L11"
|
|
1008
1094
|
}
|
|
1009
1095
|
],
|
|
1010
1096
|
"signatures": [
|
|
@@ -1079,7 +1165,7 @@
|
|
|
1079
1165
|
"fileName": "packages/modules/packages/node/src/components/Node.tsx",
|
|
1080
1166
|
"line": 8,
|
|
1081
1167
|
"character": 13,
|
|
1082
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1168
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/components/Node.tsx#L8"
|
|
1083
1169
|
}
|
|
1084
1170
|
],
|
|
1085
1171
|
"signatures": [
|
|
@@ -1156,7 +1242,7 @@
|
|
|
1156
1242
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
1157
1243
|
"line": 12,
|
|
1158
1244
|
"character": 13,
|
|
1159
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1245
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/components/NodeDrawer.tsx#L12"
|
|
1160
1246
|
}
|
|
1161
1247
|
],
|
|
1162
1248
|
"signatures": [
|
|
@@ -1232,7 +1318,7 @@
|
|
|
1232
1318
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
1233
1319
|
"line": 10,
|
|
1234
1320
|
"character": 13,
|
|
1235
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1321
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1236
1322
|
}
|
|
1237
1323
|
],
|
|
1238
1324
|
"signatures": [
|
|
@@ -1308,7 +1394,7 @@
|
|
|
1308
1394
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
1309
1395
|
"line": 11,
|
|
1310
1396
|
"character": 13,
|
|
1311
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1397
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L11"
|
|
1312
1398
|
}
|
|
1313
1399
|
],
|
|
1314
1400
|
"signatures": [
|
|
@@ -1382,29 +1468,29 @@
|
|
|
1382
1468
|
]
|
|
1383
1469
|
},
|
|
1384
1470
|
{
|
|
1385
|
-
"id":
|
|
1471
|
+
"id": 118,
|
|
1386
1472
|
"name": "createUseModuleHook",
|
|
1387
1473
|
"kind": 64,
|
|
1388
1474
|
"kindString": "Function",
|
|
1389
1475
|
"flags": {},
|
|
1390
1476
|
"sources": [
|
|
1391
1477
|
{
|
|
1392
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1393
|
-
"line":
|
|
1478
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1479
|
+
"line": 17,
|
|
1394
1480
|
"character": 13,
|
|
1395
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1481
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L17"
|
|
1396
1482
|
}
|
|
1397
1483
|
],
|
|
1398
1484
|
"signatures": [
|
|
1399
1485
|
{
|
|
1400
|
-
"id":
|
|
1486
|
+
"id": 119,
|
|
1401
1487
|
"name": "createUseModuleHook",
|
|
1402
1488
|
"kind": 4096,
|
|
1403
1489
|
"kindString": "Call signature",
|
|
1404
1490
|
"flags": {},
|
|
1405
1491
|
"typeParameter": [
|
|
1406
1492
|
{
|
|
1407
|
-
"id":
|
|
1493
|
+
"id": 124,
|
|
1408
1494
|
"name": "TModule",
|
|
1409
1495
|
"kind": 131072,
|
|
1410
1496
|
"kindString": "Type parameter",
|
|
@@ -1430,7 +1516,7 @@
|
|
|
1430
1516
|
{
|
|
1431
1517
|
"type": "reflection",
|
|
1432
1518
|
"declaration": {
|
|
1433
|
-
"id":
|
|
1519
|
+
"id": 120,
|
|
1434
1520
|
"name": "__type",
|
|
1435
1521
|
"kind": 65536,
|
|
1436
1522
|
"kindString": "Type literal",
|
|
@@ -1447,7 +1533,7 @@
|
|
|
1447
1533
|
{
|
|
1448
1534
|
"type": "reflection",
|
|
1449
1535
|
"declaration": {
|
|
1450
|
-
"id":
|
|
1536
|
+
"id": 121,
|
|
1451
1537
|
"name": "__type",
|
|
1452
1538
|
"kind": 65536,
|
|
1453
1539
|
"kindString": "Type literal",
|
|
@@ -1489,7 +1575,7 @@
|
|
|
1489
1575
|
{
|
|
1490
1576
|
"type": "reflection",
|
|
1491
1577
|
"declaration": {
|
|
1492
|
-
"id":
|
|
1578
|
+
"id": 122,
|
|
1493
1579
|
"name": "__type",
|
|
1494
1580
|
"kind": 65536,
|
|
1495
1581
|
"kindString": "Type literal",
|
|
@@ -1506,7 +1592,7 @@
|
|
|
1506
1592
|
{
|
|
1507
1593
|
"type": "reflection",
|
|
1508
1594
|
"declaration": {
|
|
1509
|
-
"id":
|
|
1595
|
+
"id": 123,
|
|
1510
1596
|
"name": "__type",
|
|
1511
1597
|
"kind": 65536,
|
|
1512
1598
|
"kindString": "Type literal",
|
|
@@ -1529,7 +1615,7 @@
|
|
|
1529
1615
|
}
|
|
1530
1616
|
},
|
|
1531
1617
|
{
|
|
1532
|
-
"id":
|
|
1618
|
+
"id": 129,
|
|
1533
1619
|
"name": "TWrapper",
|
|
1534
1620
|
"kind": 131072,
|
|
1535
1621
|
"kindString": "Type parameter",
|
|
@@ -1558,7 +1644,7 @@
|
|
|
1558
1644
|
{
|
|
1559
1645
|
"type": "reflection",
|
|
1560
1646
|
"declaration": {
|
|
1561
|
-
"id":
|
|
1647
|
+
"id": 125,
|
|
1562
1648
|
"name": "__type",
|
|
1563
1649
|
"kind": 65536,
|
|
1564
1650
|
"kindString": "Type literal",
|
|
@@ -1575,7 +1661,7 @@
|
|
|
1575
1661
|
{
|
|
1576
1662
|
"type": "reflection",
|
|
1577
1663
|
"declaration": {
|
|
1578
|
-
"id":
|
|
1664
|
+
"id": 126,
|
|
1579
1665
|
"name": "__type",
|
|
1580
1666
|
"kind": 65536,
|
|
1581
1667
|
"kindString": "Type literal",
|
|
@@ -1598,7 +1684,7 @@
|
|
|
1598
1684
|
},
|
|
1599
1685
|
{
|
|
1600
1686
|
"type": "reference",
|
|
1601
|
-
"id":
|
|
1687
|
+
"id": 129,
|
|
1602
1688
|
"name": "TWrapper"
|
|
1603
1689
|
}
|
|
1604
1690
|
],
|
|
@@ -1630,7 +1716,7 @@
|
|
|
1630
1716
|
{
|
|
1631
1717
|
"type": "reflection",
|
|
1632
1718
|
"declaration": {
|
|
1633
|
-
"id":
|
|
1719
|
+
"id": 127,
|
|
1634
1720
|
"name": "__type",
|
|
1635
1721
|
"kind": 65536,
|
|
1636
1722
|
"kindString": "Type literal",
|
|
@@ -1647,7 +1733,7 @@
|
|
|
1647
1733
|
{
|
|
1648
1734
|
"type": "reflection",
|
|
1649
1735
|
"declaration": {
|
|
1650
|
-
"id":
|
|
1736
|
+
"id": 128,
|
|
1651
1737
|
"name": "__type",
|
|
1652
1738
|
"kind": 65536,
|
|
1653
1739
|
"kindString": "Type literal",
|
|
@@ -1675,23 +1761,23 @@
|
|
|
1675
1761
|
}
|
|
1676
1762
|
},
|
|
1677
1763
|
{
|
|
1678
|
-
"id":
|
|
1764
|
+
"id": 130,
|
|
1679
1765
|
"name": "TWrapFunc",
|
|
1680
1766
|
"kind": 131072,
|
|
1681
1767
|
"kindString": "Type parameter",
|
|
1682
1768
|
"flags": {},
|
|
1683
1769
|
"type": {
|
|
1684
1770
|
"type": "reference",
|
|
1685
|
-
"id":
|
|
1771
|
+
"id": 108,
|
|
1686
1772
|
"typeArguments": [
|
|
1687
1773
|
{
|
|
1688
1774
|
"type": "reference",
|
|
1689
|
-
"id":
|
|
1775
|
+
"id": 124,
|
|
1690
1776
|
"name": "TModule"
|
|
1691
1777
|
},
|
|
1692
1778
|
{
|
|
1693
1779
|
"type": "reference",
|
|
1694
|
-
"id":
|
|
1780
|
+
"id": 129,
|
|
1695
1781
|
"name": "TWrapper"
|
|
1696
1782
|
}
|
|
1697
1783
|
],
|
|
@@ -1699,16 +1785,16 @@
|
|
|
1699
1785
|
},
|
|
1700
1786
|
"default": {
|
|
1701
1787
|
"type": "reference",
|
|
1702
|
-
"id":
|
|
1788
|
+
"id": 108,
|
|
1703
1789
|
"typeArguments": [
|
|
1704
1790
|
{
|
|
1705
1791
|
"type": "reference",
|
|
1706
|
-
"id":
|
|
1792
|
+
"id": 124,
|
|
1707
1793
|
"name": "TModule"
|
|
1708
1794
|
},
|
|
1709
1795
|
{
|
|
1710
1796
|
"type": "reference",
|
|
1711
|
-
"id":
|
|
1797
|
+
"id": 129,
|
|
1712
1798
|
"name": "TWrapper"
|
|
1713
1799
|
}
|
|
1714
1800
|
],
|
|
@@ -1718,68 +1804,86 @@
|
|
|
1718
1804
|
],
|
|
1719
1805
|
"parameters": [
|
|
1720
1806
|
{
|
|
1721
|
-
"id":
|
|
1807
|
+
"id": 131,
|
|
1722
1808
|
"name": "wrapFunc",
|
|
1723
1809
|
"kind": 32768,
|
|
1724
1810
|
"kindString": "Parameter",
|
|
1725
1811
|
"flags": {},
|
|
1726
1812
|
"type": {
|
|
1727
1813
|
"type": "reference",
|
|
1728
|
-
"id":
|
|
1814
|
+
"id": 130,
|
|
1729
1815
|
"name": "TWrapFunc"
|
|
1730
1816
|
}
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"id": 132,
|
|
1820
|
+
"name": "nodeFunc",
|
|
1821
|
+
"kind": 32768,
|
|
1822
|
+
"kindString": "Parameter",
|
|
1823
|
+
"flags": {},
|
|
1824
|
+
"type": {
|
|
1825
|
+
"type": "reference",
|
|
1826
|
+
"id": 115,
|
|
1827
|
+
"name": "NodeFunc"
|
|
1828
|
+
}
|
|
1731
1829
|
}
|
|
1732
1830
|
],
|
|
1733
1831
|
"type": {
|
|
1734
1832
|
"type": "reflection",
|
|
1735
1833
|
"declaration": {
|
|
1736
|
-
"id":
|
|
1834
|
+
"id": 133,
|
|
1737
1835
|
"name": "__type",
|
|
1738
1836
|
"kind": 65536,
|
|
1739
1837
|
"kindString": "Type literal",
|
|
1740
1838
|
"flags": {},
|
|
1741
1839
|
"sources": [
|
|
1742
1840
|
{
|
|
1743
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1744
|
-
"line":
|
|
1841
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1842
|
+
"line": 25,
|
|
1745
1843
|
"character": 11,
|
|
1746
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1844
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L25"
|
|
1747
1845
|
},
|
|
1748
1846
|
{
|
|
1749
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1750
|
-
"line":
|
|
1847
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1848
|
+
"line": 26,
|
|
1751
1849
|
"character": 11,
|
|
1752
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1850
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L26"
|
|
1753
1851
|
},
|
|
1754
1852
|
{
|
|
1755
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1756
|
-
"line":
|
|
1853
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1854
|
+
"line": 27,
|
|
1757
1855
|
"character": 11,
|
|
1758
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1856
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L27"
|
|
1759
1857
|
},
|
|
1760
1858
|
{
|
|
1761
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1762
|
-
"line":
|
|
1859
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1860
|
+
"line": 28,
|
|
1763
1861
|
"character": 11,
|
|
1764
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1862
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L28"
|
|
1765
1863
|
},
|
|
1766
1864
|
{
|
|
1767
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1768
|
-
"line":
|
|
1865
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1866
|
+
"line": 29,
|
|
1867
|
+
"character": 11,
|
|
1868
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L29"
|
|
1869
|
+
},
|
|
1870
|
+
{
|
|
1871
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1872
|
+
"line": 30,
|
|
1769
1873
|
"character": 11,
|
|
1770
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1874
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L30"
|
|
1771
1875
|
}
|
|
1772
1876
|
],
|
|
1773
1877
|
"signatures": [
|
|
1774
1878
|
{
|
|
1775
|
-
"id":
|
|
1879
|
+
"id": 134,
|
|
1776
1880
|
"name": "__type",
|
|
1777
1881
|
"kind": 4096,
|
|
1778
1882
|
"kindString": "Call signature",
|
|
1779
1883
|
"flags": {},
|
|
1780
1884
|
"parameters": [
|
|
1781
1885
|
{
|
|
1782
|
-
"id":
|
|
1886
|
+
"id": 135,
|
|
1783
1887
|
"name": "name",
|
|
1784
1888
|
"kind": 32768,
|
|
1785
1889
|
"kindString": "Parameter",
|
|
@@ -1793,29 +1897,49 @@
|
|
|
1793
1897
|
}
|
|
1794
1898
|
],
|
|
1795
1899
|
"type": {
|
|
1796
|
-
"type": "
|
|
1797
|
-
"
|
|
1900
|
+
"type": "tuple",
|
|
1901
|
+
"elements": [
|
|
1798
1902
|
{
|
|
1799
|
-
"type": "
|
|
1800
|
-
"
|
|
1801
|
-
|
|
1903
|
+
"type": "union",
|
|
1904
|
+
"types": [
|
|
1905
|
+
{
|
|
1906
|
+
"type": "reference",
|
|
1907
|
+
"id": 124,
|
|
1908
|
+
"name": "TModule"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
"type": "intrinsic",
|
|
1912
|
+
"name": "undefined"
|
|
1913
|
+
}
|
|
1914
|
+
]
|
|
1802
1915
|
},
|
|
1803
1916
|
{
|
|
1804
|
-
"type": "
|
|
1805
|
-
"
|
|
1917
|
+
"type": "union",
|
|
1918
|
+
"types": [
|
|
1919
|
+
{
|
|
1920
|
+
"type": "reference",
|
|
1921
|
+
"name": "Error",
|
|
1922
|
+
"qualifiedName": "Error",
|
|
1923
|
+
"package": "typescript"
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
"type": "intrinsic",
|
|
1927
|
+
"name": "undefined"
|
|
1928
|
+
}
|
|
1929
|
+
]
|
|
1806
1930
|
}
|
|
1807
1931
|
]
|
|
1808
1932
|
}
|
|
1809
1933
|
},
|
|
1810
1934
|
{
|
|
1811
|
-
"id":
|
|
1935
|
+
"id": 136,
|
|
1812
1936
|
"name": "__type",
|
|
1813
1937
|
"kind": 4096,
|
|
1814
1938
|
"kindString": "Call signature",
|
|
1815
1939
|
"flags": {},
|
|
1816
1940
|
"parameters": [
|
|
1817
1941
|
{
|
|
1818
|
-
"id":
|
|
1942
|
+
"id": 137,
|
|
1819
1943
|
"name": "name",
|
|
1820
1944
|
"kind": 32768,
|
|
1821
1945
|
"kindString": "Parameter",
|
|
@@ -1835,7 +1959,7 @@
|
|
|
1835
1959
|
}
|
|
1836
1960
|
},
|
|
1837
1961
|
{
|
|
1838
|
-
"id":
|
|
1962
|
+
"id": 138,
|
|
1839
1963
|
"name": "wrap",
|
|
1840
1964
|
"kind": 32768,
|
|
1841
1965
|
"kindString": "Parameter",
|
|
@@ -1858,29 +1982,114 @@
|
|
|
1858
1982
|
}
|
|
1859
1983
|
],
|
|
1860
1984
|
"type": {
|
|
1861
|
-
"type": "
|
|
1862
|
-
"
|
|
1985
|
+
"type": "tuple",
|
|
1986
|
+
"elements": [
|
|
1863
1987
|
{
|
|
1864
|
-
"type": "
|
|
1865
|
-
"
|
|
1866
|
-
|
|
1988
|
+
"type": "union",
|
|
1989
|
+
"types": [
|
|
1990
|
+
{
|
|
1991
|
+
"type": "reference",
|
|
1992
|
+
"id": 129,
|
|
1993
|
+
"name": "TWrapper"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"type": "intrinsic",
|
|
1997
|
+
"name": "undefined"
|
|
1998
|
+
}
|
|
1999
|
+
]
|
|
1867
2000
|
},
|
|
1868
2001
|
{
|
|
1869
|
-
"type": "
|
|
1870
|
-
"
|
|
2002
|
+
"type": "union",
|
|
2003
|
+
"types": [
|
|
2004
|
+
{
|
|
2005
|
+
"type": "reference",
|
|
2006
|
+
"name": "Error",
|
|
2007
|
+
"qualifiedName": "Error",
|
|
2008
|
+
"package": "typescript"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"type": "intrinsic",
|
|
2012
|
+
"name": "undefined"
|
|
2013
|
+
}
|
|
2014
|
+
]
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
}
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
"id": 139,
|
|
2021
|
+
"name": "__type",
|
|
2022
|
+
"kind": 4096,
|
|
2023
|
+
"kindString": "Call signature",
|
|
2024
|
+
"flags": {},
|
|
2025
|
+
"parameters": [
|
|
2026
|
+
{
|
|
2027
|
+
"id": 140,
|
|
2028
|
+
"name": "wrap",
|
|
2029
|
+
"kind": 32768,
|
|
2030
|
+
"kindString": "Parameter",
|
|
2031
|
+
"flags": {},
|
|
2032
|
+
"type": {
|
|
2033
|
+
"type": "union",
|
|
2034
|
+
"types": [
|
|
2035
|
+
{
|
|
2036
|
+
"type": "literal",
|
|
2037
|
+
"value": true
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
"type": "reference",
|
|
2041
|
+
"name": "Account",
|
|
2042
|
+
"qualifiedName": "Account",
|
|
2043
|
+
"package": "@xyo-network/account"
|
|
2044
|
+
}
|
|
2045
|
+
]
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
],
|
|
2049
|
+
"type": {
|
|
2050
|
+
"type": "tuple",
|
|
2051
|
+
"elements": [
|
|
2052
|
+
{
|
|
2053
|
+
"type": "union",
|
|
2054
|
+
"types": [
|
|
2055
|
+
{
|
|
2056
|
+
"type": "reference",
|
|
2057
|
+
"id": 129,
|
|
2058
|
+
"name": "TWrapper"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
"type": "intrinsic",
|
|
2062
|
+
"name": "undefined"
|
|
2063
|
+
}
|
|
2064
|
+
]
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"type": "union",
|
|
2068
|
+
"types": [
|
|
2069
|
+
{
|
|
2070
|
+
"type": "reference",
|
|
2071
|
+
"name": "Error",
|
|
2072
|
+
"qualifiedName": "Error",
|
|
2073
|
+
"package": "typescript"
|
|
2074
|
+
},
|
|
2075
|
+
{
|
|
2076
|
+
"type": "intrinsic",
|
|
2077
|
+
"name": "undefined"
|
|
2078
|
+
}
|
|
2079
|
+
]
|
|
1871
2080
|
}
|
|
1872
2081
|
]
|
|
1873
2082
|
}
|
|
1874
2083
|
},
|
|
1875
2084
|
{
|
|
1876
|
-
"id":
|
|
2085
|
+
"id": 141,
|
|
1877
2086
|
"name": "__type",
|
|
1878
2087
|
"kind": 4096,
|
|
1879
2088
|
"kindString": "Call signature",
|
|
1880
2089
|
"flags": {},
|
|
1881
2090
|
"parameters": [
|
|
1882
2091
|
{
|
|
1883
|
-
"id":
|
|
2092
|
+
"id": 142,
|
|
1884
2093
|
"name": "address",
|
|
1885
2094
|
"kind": 32768,
|
|
1886
2095
|
"kindString": "Parameter",
|
|
@@ -1892,29 +2101,49 @@
|
|
|
1892
2101
|
}
|
|
1893
2102
|
],
|
|
1894
2103
|
"type": {
|
|
1895
|
-
"type": "
|
|
1896
|
-
"
|
|
2104
|
+
"type": "tuple",
|
|
2105
|
+
"elements": [
|
|
1897
2106
|
{
|
|
1898
|
-
"type": "
|
|
1899
|
-
"
|
|
1900
|
-
|
|
2107
|
+
"type": "union",
|
|
2108
|
+
"types": [
|
|
2109
|
+
{
|
|
2110
|
+
"type": "reference",
|
|
2111
|
+
"id": 124,
|
|
2112
|
+
"name": "TModule"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"type": "intrinsic",
|
|
2116
|
+
"name": "undefined"
|
|
2117
|
+
}
|
|
2118
|
+
]
|
|
1901
2119
|
},
|
|
1902
2120
|
{
|
|
1903
|
-
"type": "
|
|
1904
|
-
"
|
|
2121
|
+
"type": "union",
|
|
2122
|
+
"types": [
|
|
2123
|
+
{
|
|
2124
|
+
"type": "reference",
|
|
2125
|
+
"name": "Error",
|
|
2126
|
+
"qualifiedName": "Error",
|
|
2127
|
+
"package": "typescript"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"type": "intrinsic",
|
|
2131
|
+
"name": "undefined"
|
|
2132
|
+
}
|
|
2133
|
+
]
|
|
1905
2134
|
}
|
|
1906
2135
|
]
|
|
1907
2136
|
}
|
|
1908
2137
|
},
|
|
1909
2138
|
{
|
|
1910
|
-
"id":
|
|
2139
|
+
"id": 143,
|
|
1911
2140
|
"name": "__type",
|
|
1912
2141
|
"kind": 4096,
|
|
1913
2142
|
"kindString": "Call signature",
|
|
1914
2143
|
"flags": {},
|
|
1915
2144
|
"parameters": [
|
|
1916
2145
|
{
|
|
1917
|
-
"id":
|
|
2146
|
+
"id": 144,
|
|
1918
2147
|
"name": "address",
|
|
1919
2148
|
"kind": 32768,
|
|
1920
2149
|
"kindString": "Parameter",
|
|
@@ -1925,7 +2154,7 @@
|
|
|
1925
2154
|
}
|
|
1926
2155
|
},
|
|
1927
2156
|
{
|
|
1928
|
-
"id":
|
|
2157
|
+
"id": 145,
|
|
1929
2158
|
"name": "wrap",
|
|
1930
2159
|
"kind": 32768,
|
|
1931
2160
|
"kindString": "Parameter",
|
|
@@ -1948,21 +2177,41 @@
|
|
|
1948
2177
|
}
|
|
1949
2178
|
],
|
|
1950
2179
|
"type": {
|
|
1951
|
-
"type": "
|
|
1952
|
-
"
|
|
2180
|
+
"type": "tuple",
|
|
2181
|
+
"elements": [
|
|
1953
2182
|
{
|
|
1954
|
-
"type": "
|
|
1955
|
-
"
|
|
1956
|
-
|
|
2183
|
+
"type": "union",
|
|
2184
|
+
"types": [
|
|
2185
|
+
{
|
|
2186
|
+
"type": "reference",
|
|
2187
|
+
"id": 129,
|
|
2188
|
+
"name": "TWrapper"
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"type": "intrinsic",
|
|
2192
|
+
"name": "undefined"
|
|
2193
|
+
}
|
|
2194
|
+
]
|
|
1957
2195
|
},
|
|
1958
2196
|
{
|
|
1959
|
-
"type": "
|
|
1960
|
-
"
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
2197
|
+
"type": "union",
|
|
2198
|
+
"types": [
|
|
2199
|
+
{
|
|
2200
|
+
"type": "reference",
|
|
2201
|
+
"name": "Error",
|
|
2202
|
+
"qualifiedName": "Error",
|
|
2203
|
+
"package": "typescript"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"type": "intrinsic",
|
|
2207
|
+
"name": "undefined"
|
|
2208
|
+
}
|
|
2209
|
+
]
|
|
2210
|
+
}
|
|
2211
|
+
]
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
]
|
|
1966
2215
|
}
|
|
1967
2216
|
}
|
|
1968
2217
|
}
|
|
@@ -1976,10 +2225,10 @@
|
|
|
1976
2225
|
"flags": {},
|
|
1977
2226
|
"sources": [
|
|
1978
2227
|
{
|
|
1979
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2228
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
1980
2229
|
"line": 44,
|
|
1981
2230
|
"character": 13,
|
|
1982
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2231
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L44"
|
|
1983
2232
|
}
|
|
1984
2233
|
],
|
|
1985
2234
|
"signatures": [
|
|
@@ -2057,10 +2306,10 @@
|
|
|
2057
2306
|
"flags": {},
|
|
2058
2307
|
"sources": [
|
|
2059
2308
|
{
|
|
2060
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2309
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
2061
2310
|
"line": 13,
|
|
2062
2311
|
"character": 13,
|
|
2063
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2312
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L13"
|
|
2064
2313
|
}
|
|
2065
2314
|
],
|
|
2066
2315
|
"signatures": [
|
|
@@ -2122,10 +2371,10 @@
|
|
|
2122
2371
|
"flags": {},
|
|
2123
2372
|
"sources": [
|
|
2124
2373
|
{
|
|
2125
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2374
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModule.ts",
|
|
2126
2375
|
"line": 6,
|
|
2127
2376
|
"character": 13,
|
|
2128
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2377
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useArchivistModule.ts#L6"
|
|
2129
2378
|
}
|
|
2130
2379
|
],
|
|
2131
2380
|
"signatures": [
|
|
@@ -2178,10 +2427,10 @@
|
|
|
2178
2427
|
"flags": {},
|
|
2179
2428
|
"sources": [
|
|
2180
2429
|
{
|
|
2181
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2430
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModules.ts",
|
|
2182
2431
|
"line": 5,
|
|
2183
2432
|
"character": 13,
|
|
2184
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2433
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useArchivistModules.ts#L5"
|
|
2185
2434
|
}
|
|
2186
2435
|
],
|
|
2187
2436
|
"signatures": [
|
|
@@ -2220,10 +2469,10 @@
|
|
|
2220
2469
|
"flags": {},
|
|
2221
2470
|
"sources": [
|
|
2222
2471
|
{
|
|
2223
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2472
|
+
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModule.ts",
|
|
2224
2473
|
"line": 6,
|
|
2225
2474
|
"character": 13,
|
|
2226
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2475
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useDivinerModule.ts#L6"
|
|
2227
2476
|
}
|
|
2228
2477
|
],
|
|
2229
2478
|
"signatures": [
|
|
@@ -2276,10 +2525,10 @@
|
|
|
2276
2525
|
"flags": {},
|
|
2277
2526
|
"sources": [
|
|
2278
2527
|
{
|
|
2279
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2528
|
+
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModules.ts",
|
|
2280
2529
|
"line": 6,
|
|
2281
2530
|
"character": 13,
|
|
2282
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2531
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useDivinerModules.ts#L6"
|
|
2283
2532
|
}
|
|
2284
2533
|
],
|
|
2285
2534
|
"signatures": [
|
|
@@ -2318,10 +2567,10 @@
|
|
|
2318
2567
|
"flags": {},
|
|
2319
2568
|
"sources": [
|
|
2320
2569
|
{
|
|
2321
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2570
|
+
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
2322
2571
|
"line": 13,
|
|
2323
2572
|
"character": 13,
|
|
2324
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2573
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2325
2574
|
}
|
|
2326
2575
|
],
|
|
2327
2576
|
"signatures": [
|
|
@@ -2357,29 +2606,29 @@
|
|
|
2357
2606
|
]
|
|
2358
2607
|
},
|
|
2359
2608
|
{
|
|
2360
|
-
"id":
|
|
2609
|
+
"id": 85,
|
|
2361
2610
|
"name": "useModule",
|
|
2362
2611
|
"kind": 64,
|
|
2363
2612
|
"kindString": "Function",
|
|
2364
2613
|
"flags": {},
|
|
2365
2614
|
"sources": [
|
|
2366
2615
|
{
|
|
2367
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModule
|
|
2616
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
2368
2617
|
"line": 5,
|
|
2369
2618
|
"character": 13,
|
|
2370
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2619
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useModule.tsx#L5"
|
|
2371
2620
|
}
|
|
2372
2621
|
],
|
|
2373
2622
|
"signatures": [
|
|
2374
2623
|
{
|
|
2375
|
-
"id":
|
|
2624
|
+
"id": 86,
|
|
2376
2625
|
"name": "useModule",
|
|
2377
2626
|
"kind": 4096,
|
|
2378
2627
|
"kindString": "Call signature",
|
|
2379
2628
|
"flags": {},
|
|
2380
2629
|
"parameters": [
|
|
2381
2630
|
{
|
|
2382
|
-
"id":
|
|
2631
|
+
"id": 87,
|
|
2383
2632
|
"name": "name",
|
|
2384
2633
|
"kind": 32768,
|
|
2385
2634
|
"kindString": "Parameter",
|
|
@@ -2393,29 +2642,49 @@
|
|
|
2393
2642
|
}
|
|
2394
2643
|
],
|
|
2395
2644
|
"type": {
|
|
2396
|
-
"type": "
|
|
2397
|
-
"
|
|
2645
|
+
"type": "tuple",
|
|
2646
|
+
"elements": [
|
|
2398
2647
|
{
|
|
2399
|
-
"type": "
|
|
2400
|
-
"
|
|
2401
|
-
|
|
2648
|
+
"type": "union",
|
|
2649
|
+
"types": [
|
|
2650
|
+
{
|
|
2651
|
+
"type": "reference",
|
|
2652
|
+
"id": 124,
|
|
2653
|
+
"name": "TModule"
|
|
2654
|
+
},
|
|
2655
|
+
{
|
|
2656
|
+
"type": "intrinsic",
|
|
2657
|
+
"name": "undefined"
|
|
2658
|
+
}
|
|
2659
|
+
]
|
|
2402
2660
|
},
|
|
2403
2661
|
{
|
|
2404
|
-
"type": "
|
|
2405
|
-
"
|
|
2662
|
+
"type": "union",
|
|
2663
|
+
"types": [
|
|
2664
|
+
{
|
|
2665
|
+
"type": "reference",
|
|
2666
|
+
"name": "Error",
|
|
2667
|
+
"qualifiedName": "Error",
|
|
2668
|
+
"package": "typescript"
|
|
2669
|
+
},
|
|
2670
|
+
{
|
|
2671
|
+
"type": "intrinsic",
|
|
2672
|
+
"name": "undefined"
|
|
2673
|
+
}
|
|
2674
|
+
]
|
|
2406
2675
|
}
|
|
2407
2676
|
]
|
|
2408
2677
|
}
|
|
2409
2678
|
},
|
|
2410
2679
|
{
|
|
2411
|
-
"id":
|
|
2680
|
+
"id": 88,
|
|
2412
2681
|
"name": "useModule",
|
|
2413
2682
|
"kind": 4096,
|
|
2414
2683
|
"kindString": "Call signature",
|
|
2415
2684
|
"flags": {},
|
|
2416
2685
|
"parameters": [
|
|
2417
2686
|
{
|
|
2418
|
-
"id":
|
|
2687
|
+
"id": 89,
|
|
2419
2688
|
"name": "name",
|
|
2420
2689
|
"kind": 32768,
|
|
2421
2690
|
"kindString": "Parameter",
|
|
@@ -2435,7 +2704,7 @@
|
|
|
2435
2704
|
}
|
|
2436
2705
|
},
|
|
2437
2706
|
{
|
|
2438
|
-
"id":
|
|
2707
|
+
"id": 90,
|
|
2439
2708
|
"name": "wrap",
|
|
2440
2709
|
"kind": 32768,
|
|
2441
2710
|
"kindString": "Parameter",
|
|
@@ -2458,29 +2727,114 @@
|
|
|
2458
2727
|
}
|
|
2459
2728
|
],
|
|
2460
2729
|
"type": {
|
|
2461
|
-
"type": "
|
|
2462
|
-
"
|
|
2730
|
+
"type": "tuple",
|
|
2731
|
+
"elements": [
|
|
2463
2732
|
{
|
|
2464
|
-
"type": "
|
|
2465
|
-
"
|
|
2466
|
-
|
|
2733
|
+
"type": "union",
|
|
2734
|
+
"types": [
|
|
2735
|
+
{
|
|
2736
|
+
"type": "reference",
|
|
2737
|
+
"id": 129,
|
|
2738
|
+
"name": "TWrapper"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"type": "intrinsic",
|
|
2742
|
+
"name": "undefined"
|
|
2743
|
+
}
|
|
2744
|
+
]
|
|
2467
2745
|
},
|
|
2468
2746
|
{
|
|
2469
|
-
"type": "
|
|
2470
|
-
"
|
|
2747
|
+
"type": "union",
|
|
2748
|
+
"types": [
|
|
2749
|
+
{
|
|
2750
|
+
"type": "reference",
|
|
2751
|
+
"name": "Error",
|
|
2752
|
+
"qualifiedName": "Error",
|
|
2753
|
+
"package": "typescript"
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"type": "intrinsic",
|
|
2757
|
+
"name": "undefined"
|
|
2758
|
+
}
|
|
2759
|
+
]
|
|
2760
|
+
}
|
|
2761
|
+
]
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"id": 91,
|
|
2766
|
+
"name": "useModule",
|
|
2767
|
+
"kind": 4096,
|
|
2768
|
+
"kindString": "Call signature",
|
|
2769
|
+
"flags": {},
|
|
2770
|
+
"parameters": [
|
|
2771
|
+
{
|
|
2772
|
+
"id": 92,
|
|
2773
|
+
"name": "wrap",
|
|
2774
|
+
"kind": 32768,
|
|
2775
|
+
"kindString": "Parameter",
|
|
2776
|
+
"flags": {},
|
|
2777
|
+
"type": {
|
|
2778
|
+
"type": "union",
|
|
2779
|
+
"types": [
|
|
2780
|
+
{
|
|
2781
|
+
"type": "literal",
|
|
2782
|
+
"value": true
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
"type": "reference",
|
|
2786
|
+
"name": "Account",
|
|
2787
|
+
"qualifiedName": "Account",
|
|
2788
|
+
"package": "@xyo-network/account"
|
|
2789
|
+
}
|
|
2790
|
+
]
|
|
2791
|
+
}
|
|
2792
|
+
}
|
|
2793
|
+
],
|
|
2794
|
+
"type": {
|
|
2795
|
+
"type": "tuple",
|
|
2796
|
+
"elements": [
|
|
2797
|
+
{
|
|
2798
|
+
"type": "union",
|
|
2799
|
+
"types": [
|
|
2800
|
+
{
|
|
2801
|
+
"type": "reference",
|
|
2802
|
+
"id": 129,
|
|
2803
|
+
"name": "TWrapper"
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"type": "intrinsic",
|
|
2807
|
+
"name": "undefined"
|
|
2808
|
+
}
|
|
2809
|
+
]
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
"type": "union",
|
|
2813
|
+
"types": [
|
|
2814
|
+
{
|
|
2815
|
+
"type": "reference",
|
|
2816
|
+
"name": "Error",
|
|
2817
|
+
"qualifiedName": "Error",
|
|
2818
|
+
"package": "typescript"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
"type": "intrinsic",
|
|
2822
|
+
"name": "undefined"
|
|
2823
|
+
}
|
|
2824
|
+
]
|
|
2471
2825
|
}
|
|
2472
2826
|
]
|
|
2473
2827
|
}
|
|
2474
2828
|
},
|
|
2475
2829
|
{
|
|
2476
|
-
"id":
|
|
2830
|
+
"id": 93,
|
|
2477
2831
|
"name": "useModule",
|
|
2478
2832
|
"kind": 4096,
|
|
2479
2833
|
"kindString": "Call signature",
|
|
2480
2834
|
"flags": {},
|
|
2481
2835
|
"parameters": [
|
|
2482
2836
|
{
|
|
2483
|
-
"id":
|
|
2837
|
+
"id": 94,
|
|
2484
2838
|
"name": "address",
|
|
2485
2839
|
"kind": 32768,
|
|
2486
2840
|
"kindString": "Parameter",
|
|
@@ -2492,29 +2846,49 @@
|
|
|
2492
2846
|
}
|
|
2493
2847
|
],
|
|
2494
2848
|
"type": {
|
|
2495
|
-
"type": "
|
|
2496
|
-
"
|
|
2849
|
+
"type": "tuple",
|
|
2850
|
+
"elements": [
|
|
2497
2851
|
{
|
|
2498
|
-
"type": "
|
|
2499
|
-
"
|
|
2500
|
-
|
|
2852
|
+
"type": "union",
|
|
2853
|
+
"types": [
|
|
2854
|
+
{
|
|
2855
|
+
"type": "reference",
|
|
2856
|
+
"id": 124,
|
|
2857
|
+
"name": "TModule"
|
|
2858
|
+
},
|
|
2859
|
+
{
|
|
2860
|
+
"type": "intrinsic",
|
|
2861
|
+
"name": "undefined"
|
|
2862
|
+
}
|
|
2863
|
+
]
|
|
2501
2864
|
},
|
|
2502
2865
|
{
|
|
2503
|
-
"type": "
|
|
2504
|
-
"
|
|
2866
|
+
"type": "union",
|
|
2867
|
+
"types": [
|
|
2868
|
+
{
|
|
2869
|
+
"type": "reference",
|
|
2870
|
+
"name": "Error",
|
|
2871
|
+
"qualifiedName": "Error",
|
|
2872
|
+
"package": "typescript"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"type": "intrinsic",
|
|
2876
|
+
"name": "undefined"
|
|
2877
|
+
}
|
|
2878
|
+
]
|
|
2505
2879
|
}
|
|
2506
2880
|
]
|
|
2507
2881
|
}
|
|
2508
2882
|
},
|
|
2509
2883
|
{
|
|
2510
|
-
"id":
|
|
2884
|
+
"id": 95,
|
|
2511
2885
|
"name": "useModule",
|
|
2512
2886
|
"kind": 4096,
|
|
2513
2887
|
"kindString": "Call signature",
|
|
2514
2888
|
"flags": {},
|
|
2515
2889
|
"parameters": [
|
|
2516
2890
|
{
|
|
2517
|
-
"id":
|
|
2891
|
+
"id": 96,
|
|
2518
2892
|
"name": "address",
|
|
2519
2893
|
"kind": 32768,
|
|
2520
2894
|
"kindString": "Parameter",
|
|
@@ -2525,7 +2899,7 @@
|
|
|
2525
2899
|
}
|
|
2526
2900
|
},
|
|
2527
2901
|
{
|
|
2528
|
-
"id":
|
|
2902
|
+
"id": 97,
|
|
2529
2903
|
"name": "wrap",
|
|
2530
2904
|
"kind": 32768,
|
|
2531
2905
|
"kindString": "Parameter",
|
|
@@ -2548,16 +2922,36 @@
|
|
|
2548
2922
|
}
|
|
2549
2923
|
],
|
|
2550
2924
|
"type": {
|
|
2551
|
-
"type": "
|
|
2552
|
-
"
|
|
2925
|
+
"type": "tuple",
|
|
2926
|
+
"elements": [
|
|
2553
2927
|
{
|
|
2554
|
-
"type": "
|
|
2555
|
-
"
|
|
2556
|
-
|
|
2928
|
+
"type": "union",
|
|
2929
|
+
"types": [
|
|
2930
|
+
{
|
|
2931
|
+
"type": "reference",
|
|
2932
|
+
"id": 129,
|
|
2933
|
+
"name": "TWrapper"
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"type": "intrinsic",
|
|
2937
|
+
"name": "undefined"
|
|
2938
|
+
}
|
|
2939
|
+
]
|
|
2557
2940
|
},
|
|
2558
2941
|
{
|
|
2559
|
-
"type": "
|
|
2560
|
-
"
|
|
2942
|
+
"type": "union",
|
|
2943
|
+
"types": [
|
|
2944
|
+
{
|
|
2945
|
+
"type": "reference",
|
|
2946
|
+
"name": "Error",
|
|
2947
|
+
"qualifiedName": "Error",
|
|
2948
|
+
"package": "typescript"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"type": "intrinsic",
|
|
2952
|
+
"name": "undefined"
|
|
2953
|
+
}
|
|
2954
|
+
]
|
|
2561
2955
|
}
|
|
2562
2956
|
]
|
|
2563
2957
|
}
|
|
@@ -2565,22 +2959,22 @@
|
|
|
2565
2959
|
]
|
|
2566
2960
|
},
|
|
2567
2961
|
{
|
|
2568
|
-
"id":
|
|
2962
|
+
"id": 98,
|
|
2569
2963
|
"name": "useModuleAddresses",
|
|
2570
2964
|
"kind": 64,
|
|
2571
2965
|
"kindString": "Function",
|
|
2572
2966
|
"flags": {},
|
|
2573
2967
|
"sources": [
|
|
2574
2968
|
{
|
|
2575
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2969
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModuleAddresses.ts",
|
|
2576
2970
|
"line": 6,
|
|
2577
2971
|
"character": 13,
|
|
2578
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2972
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useModuleAddresses.ts#L6"
|
|
2579
2973
|
}
|
|
2580
2974
|
],
|
|
2581
2975
|
"signatures": [
|
|
2582
2976
|
{
|
|
2583
|
-
"id":
|
|
2977
|
+
"id": 99,
|
|
2584
2978
|
"name": "useModuleAddresses",
|
|
2585
2979
|
"kind": 4096,
|
|
2586
2980
|
"kindString": "Call signature",
|
|
@@ -2630,7 +3024,7 @@
|
|
|
2630
3024
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
2631
3025
|
"line": 5,
|
|
2632
3026
|
"character": 13,
|
|
2633
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3027
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
2634
3028
|
}
|
|
2635
3029
|
],
|
|
2636
3030
|
"signatures": [
|
|
@@ -2684,29 +3078,29 @@
|
|
|
2684
3078
|
]
|
|
2685
3079
|
},
|
|
2686
3080
|
{
|
|
2687
|
-
"id":
|
|
3081
|
+
"id": 100,
|
|
2688
3082
|
"name": "useModules",
|
|
2689
3083
|
"kind": 64,
|
|
2690
3084
|
"kindString": "Function",
|
|
2691
3085
|
"flags": {},
|
|
2692
3086
|
"sources": [
|
|
2693
3087
|
{
|
|
2694
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3088
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModules.ts",
|
|
2695
3089
|
"line": 7,
|
|
2696
3090
|
"character": 13,
|
|
2697
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3091
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useModules.ts#L7"
|
|
2698
3092
|
}
|
|
2699
3093
|
],
|
|
2700
3094
|
"signatures": [
|
|
2701
3095
|
{
|
|
2702
|
-
"id":
|
|
3096
|
+
"id": 101,
|
|
2703
3097
|
"name": "useModules",
|
|
2704
3098
|
"kind": 4096,
|
|
2705
3099
|
"kindString": "Call signature",
|
|
2706
3100
|
"flags": {},
|
|
2707
3101
|
"typeParameter": [
|
|
2708
3102
|
{
|
|
2709
|
-
"id":
|
|
3103
|
+
"id": 106,
|
|
2710
3104
|
"name": "T",
|
|
2711
3105
|
"kind": 131072,
|
|
2712
3106
|
"kindString": "Type parameter",
|
|
@@ -2732,7 +3126,7 @@
|
|
|
2732
3126
|
{
|
|
2733
3127
|
"type": "reflection",
|
|
2734
3128
|
"declaration": {
|
|
2735
|
-
"id":
|
|
3129
|
+
"id": 102,
|
|
2736
3130
|
"name": "__type",
|
|
2737
3131
|
"kind": 65536,
|
|
2738
3132
|
"kindString": "Type literal",
|
|
@@ -2749,7 +3143,7 @@
|
|
|
2749
3143
|
{
|
|
2750
3144
|
"type": "reflection",
|
|
2751
3145
|
"declaration": {
|
|
2752
|
-
"id":
|
|
3146
|
+
"id": 103,
|
|
2753
3147
|
"name": "__type",
|
|
2754
3148
|
"kind": 65536,
|
|
2755
3149
|
"kindString": "Type literal",
|
|
@@ -2791,7 +3185,7 @@
|
|
|
2791
3185
|
{
|
|
2792
3186
|
"type": "reflection",
|
|
2793
3187
|
"declaration": {
|
|
2794
|
-
"id":
|
|
3188
|
+
"id": 104,
|
|
2795
3189
|
"name": "__type",
|
|
2796
3190
|
"kind": 65536,
|
|
2797
3191
|
"kindString": "Type literal",
|
|
@@ -2808,7 +3202,7 @@
|
|
|
2808
3202
|
{
|
|
2809
3203
|
"type": "reflection",
|
|
2810
3204
|
"declaration": {
|
|
2811
|
-
"id":
|
|
3205
|
+
"id": 105,
|
|
2812
3206
|
"name": "__type",
|
|
2813
3207
|
"kind": 65536,
|
|
2814
3208
|
"kindString": "Type literal",
|
|
@@ -2833,7 +3227,7 @@
|
|
|
2833
3227
|
],
|
|
2834
3228
|
"parameters": [
|
|
2835
3229
|
{
|
|
2836
|
-
"id":
|
|
3230
|
+
"id": 107,
|
|
2837
3231
|
"name": "filter",
|
|
2838
3232
|
"kind": 32768,
|
|
2839
3233
|
"kindString": "Parameter",
|
|
@@ -2859,7 +3253,7 @@
|
|
|
2859
3253
|
"type": "array",
|
|
2860
3254
|
"elementType": {
|
|
2861
3255
|
"type": "reference",
|
|
2862
|
-
"id":
|
|
3256
|
+
"id": 106,
|
|
2863
3257
|
"name": "T"
|
|
2864
3258
|
}
|
|
2865
3259
|
}
|
|
@@ -2869,29 +3263,29 @@
|
|
|
2869
3263
|
]
|
|
2870
3264
|
},
|
|
2871
3265
|
{
|
|
2872
|
-
"id":
|
|
3266
|
+
"id": 146,
|
|
2873
3267
|
"name": "useNode",
|
|
2874
3268
|
"kind": 64,
|
|
2875
3269
|
"kindString": "Function",
|
|
2876
3270
|
"flags": {},
|
|
2877
3271
|
"sources": [
|
|
2878
3272
|
{
|
|
2879
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode
|
|
2880
|
-
"line":
|
|
3273
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
3274
|
+
"line": 83,
|
|
2881
3275
|
"character": 13,
|
|
2882
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3276
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNode.tsx#L83"
|
|
2883
3277
|
}
|
|
2884
3278
|
],
|
|
2885
3279
|
"signatures": [
|
|
2886
3280
|
{
|
|
2887
|
-
"id":
|
|
3281
|
+
"id": 147,
|
|
2888
3282
|
"name": "useNode",
|
|
2889
3283
|
"kind": 4096,
|
|
2890
3284
|
"kindString": "Call signature",
|
|
2891
3285
|
"flags": {},
|
|
2892
3286
|
"parameters": [
|
|
2893
3287
|
{
|
|
2894
|
-
"id":
|
|
3288
|
+
"id": 148,
|
|
2895
3289
|
"name": "name",
|
|
2896
3290
|
"kind": 32768,
|
|
2897
3291
|
"kindString": "Parameter",
|
|
@@ -2905,29 +3299,49 @@
|
|
|
2905
3299
|
}
|
|
2906
3300
|
],
|
|
2907
3301
|
"type": {
|
|
2908
|
-
"type": "
|
|
2909
|
-
"
|
|
3302
|
+
"type": "tuple",
|
|
3303
|
+
"elements": [
|
|
2910
3304
|
{
|
|
2911
|
-
"type": "
|
|
2912
|
-
"
|
|
2913
|
-
|
|
3305
|
+
"type": "union",
|
|
3306
|
+
"types": [
|
|
3307
|
+
{
|
|
3308
|
+
"type": "reference",
|
|
3309
|
+
"id": 124,
|
|
3310
|
+
"name": "TModule"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type": "intrinsic",
|
|
3314
|
+
"name": "undefined"
|
|
3315
|
+
}
|
|
3316
|
+
]
|
|
2914
3317
|
},
|
|
2915
3318
|
{
|
|
2916
|
-
"type": "
|
|
2917
|
-
"
|
|
3319
|
+
"type": "union",
|
|
3320
|
+
"types": [
|
|
3321
|
+
{
|
|
3322
|
+
"type": "reference",
|
|
3323
|
+
"name": "Error",
|
|
3324
|
+
"qualifiedName": "Error",
|
|
3325
|
+
"package": "typescript"
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
"type": "intrinsic",
|
|
3329
|
+
"name": "undefined"
|
|
3330
|
+
}
|
|
3331
|
+
]
|
|
2918
3332
|
}
|
|
2919
3333
|
]
|
|
2920
3334
|
}
|
|
2921
3335
|
},
|
|
2922
3336
|
{
|
|
2923
|
-
"id":
|
|
3337
|
+
"id": 149,
|
|
2924
3338
|
"name": "useNode",
|
|
2925
3339
|
"kind": 4096,
|
|
2926
3340
|
"kindString": "Call signature",
|
|
2927
3341
|
"flags": {},
|
|
2928
3342
|
"parameters": [
|
|
2929
3343
|
{
|
|
2930
|
-
"id":
|
|
3344
|
+
"id": 150,
|
|
2931
3345
|
"name": "name",
|
|
2932
3346
|
"kind": 32768,
|
|
2933
3347
|
"kindString": "Parameter",
|
|
@@ -2947,7 +3361,7 @@
|
|
|
2947
3361
|
}
|
|
2948
3362
|
},
|
|
2949
3363
|
{
|
|
2950
|
-
"id":
|
|
3364
|
+
"id": 151,
|
|
2951
3365
|
"name": "wrap",
|
|
2952
3366
|
"kind": 32768,
|
|
2953
3367
|
"kindString": "Parameter",
|
|
@@ -2970,29 +3384,114 @@
|
|
|
2970
3384
|
}
|
|
2971
3385
|
],
|
|
2972
3386
|
"type": {
|
|
2973
|
-
"type": "
|
|
2974
|
-
"
|
|
2975
|
-
{
|
|
2976
|
-
"type": "reference",
|
|
2977
|
-
"id": 133,
|
|
2978
|
-
"name": "TWrapper"
|
|
2979
|
-
},
|
|
3387
|
+
"type": "tuple",
|
|
3388
|
+
"elements": [
|
|
2980
3389
|
{
|
|
2981
|
-
"type": "
|
|
2982
|
-
"
|
|
3390
|
+
"type": "union",
|
|
3391
|
+
"types": [
|
|
3392
|
+
{
|
|
3393
|
+
"type": "reference",
|
|
3394
|
+
"id": 129,
|
|
3395
|
+
"name": "TWrapper"
|
|
3396
|
+
},
|
|
3397
|
+
{
|
|
3398
|
+
"type": "intrinsic",
|
|
3399
|
+
"name": "undefined"
|
|
3400
|
+
}
|
|
3401
|
+
]
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"type": "union",
|
|
3405
|
+
"types": [
|
|
3406
|
+
{
|
|
3407
|
+
"type": "reference",
|
|
3408
|
+
"name": "Error",
|
|
3409
|
+
"qualifiedName": "Error",
|
|
3410
|
+
"package": "typescript"
|
|
3411
|
+
},
|
|
3412
|
+
{
|
|
3413
|
+
"type": "intrinsic",
|
|
3414
|
+
"name": "undefined"
|
|
3415
|
+
}
|
|
3416
|
+
]
|
|
2983
3417
|
}
|
|
2984
3418
|
]
|
|
2985
3419
|
}
|
|
2986
3420
|
},
|
|
2987
3421
|
{
|
|
2988
|
-
"id":
|
|
3422
|
+
"id": 152,
|
|
2989
3423
|
"name": "useNode",
|
|
2990
3424
|
"kind": 4096,
|
|
2991
3425
|
"kindString": "Call signature",
|
|
2992
3426
|
"flags": {},
|
|
2993
3427
|
"parameters": [
|
|
2994
3428
|
{
|
|
2995
|
-
"id":
|
|
3429
|
+
"id": 153,
|
|
3430
|
+
"name": "wrap",
|
|
3431
|
+
"kind": 32768,
|
|
3432
|
+
"kindString": "Parameter",
|
|
3433
|
+
"flags": {},
|
|
3434
|
+
"type": {
|
|
3435
|
+
"type": "union",
|
|
3436
|
+
"types": [
|
|
3437
|
+
{
|
|
3438
|
+
"type": "literal",
|
|
3439
|
+
"value": true
|
|
3440
|
+
},
|
|
3441
|
+
{
|
|
3442
|
+
"type": "reference",
|
|
3443
|
+
"name": "Account",
|
|
3444
|
+
"qualifiedName": "Account",
|
|
3445
|
+
"package": "@xyo-network/account"
|
|
3446
|
+
}
|
|
3447
|
+
]
|
|
3448
|
+
}
|
|
3449
|
+
}
|
|
3450
|
+
],
|
|
3451
|
+
"type": {
|
|
3452
|
+
"type": "tuple",
|
|
3453
|
+
"elements": [
|
|
3454
|
+
{
|
|
3455
|
+
"type": "union",
|
|
3456
|
+
"types": [
|
|
3457
|
+
{
|
|
3458
|
+
"type": "reference",
|
|
3459
|
+
"id": 129,
|
|
3460
|
+
"name": "TWrapper"
|
|
3461
|
+
},
|
|
3462
|
+
{
|
|
3463
|
+
"type": "intrinsic",
|
|
3464
|
+
"name": "undefined"
|
|
3465
|
+
}
|
|
3466
|
+
]
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
"type": "union",
|
|
3470
|
+
"types": [
|
|
3471
|
+
{
|
|
3472
|
+
"type": "reference",
|
|
3473
|
+
"name": "Error",
|
|
3474
|
+
"qualifiedName": "Error",
|
|
3475
|
+
"package": "typescript"
|
|
3476
|
+
},
|
|
3477
|
+
{
|
|
3478
|
+
"type": "intrinsic",
|
|
3479
|
+
"name": "undefined"
|
|
3480
|
+
}
|
|
3481
|
+
]
|
|
3482
|
+
}
|
|
3483
|
+
]
|
|
3484
|
+
}
|
|
3485
|
+
},
|
|
3486
|
+
{
|
|
3487
|
+
"id": 154,
|
|
3488
|
+
"name": "useNode",
|
|
3489
|
+
"kind": 4096,
|
|
3490
|
+
"kindString": "Call signature",
|
|
3491
|
+
"flags": {},
|
|
3492
|
+
"parameters": [
|
|
3493
|
+
{
|
|
3494
|
+
"id": 155,
|
|
2996
3495
|
"name": "address",
|
|
2997
3496
|
"kind": 32768,
|
|
2998
3497
|
"kindString": "Parameter",
|
|
@@ -3004,29 +3503,49 @@
|
|
|
3004
3503
|
}
|
|
3005
3504
|
],
|
|
3006
3505
|
"type": {
|
|
3007
|
-
"type": "
|
|
3008
|
-
"
|
|
3506
|
+
"type": "tuple",
|
|
3507
|
+
"elements": [
|
|
3009
3508
|
{
|
|
3010
|
-
"type": "
|
|
3011
|
-
"
|
|
3012
|
-
|
|
3509
|
+
"type": "union",
|
|
3510
|
+
"types": [
|
|
3511
|
+
{
|
|
3512
|
+
"type": "reference",
|
|
3513
|
+
"id": 124,
|
|
3514
|
+
"name": "TModule"
|
|
3515
|
+
},
|
|
3516
|
+
{
|
|
3517
|
+
"type": "intrinsic",
|
|
3518
|
+
"name": "undefined"
|
|
3519
|
+
}
|
|
3520
|
+
]
|
|
3013
3521
|
},
|
|
3014
3522
|
{
|
|
3015
|
-
"type": "
|
|
3016
|
-
"
|
|
3523
|
+
"type": "union",
|
|
3524
|
+
"types": [
|
|
3525
|
+
{
|
|
3526
|
+
"type": "reference",
|
|
3527
|
+
"name": "Error",
|
|
3528
|
+
"qualifiedName": "Error",
|
|
3529
|
+
"package": "typescript"
|
|
3530
|
+
},
|
|
3531
|
+
{
|
|
3532
|
+
"type": "intrinsic",
|
|
3533
|
+
"name": "undefined"
|
|
3534
|
+
}
|
|
3535
|
+
]
|
|
3017
3536
|
}
|
|
3018
3537
|
]
|
|
3019
3538
|
}
|
|
3020
3539
|
},
|
|
3021
3540
|
{
|
|
3022
|
-
"id":
|
|
3541
|
+
"id": 156,
|
|
3023
3542
|
"name": "useNode",
|
|
3024
3543
|
"kind": 4096,
|
|
3025
3544
|
"kindString": "Call signature",
|
|
3026
3545
|
"flags": {},
|
|
3027
3546
|
"parameters": [
|
|
3028
3547
|
{
|
|
3029
|
-
"id":
|
|
3548
|
+
"id": 157,
|
|
3030
3549
|
"name": "address",
|
|
3031
3550
|
"kind": 32768,
|
|
3032
3551
|
"kindString": "Parameter",
|
|
@@ -3037,7 +3556,7 @@
|
|
|
3037
3556
|
}
|
|
3038
3557
|
},
|
|
3039
3558
|
{
|
|
3040
|
-
"id":
|
|
3559
|
+
"id": 158,
|
|
3041
3560
|
"name": "wrap",
|
|
3042
3561
|
"kind": 32768,
|
|
3043
3562
|
"kindString": "Parameter",
|
|
@@ -3060,16 +3579,36 @@
|
|
|
3060
3579
|
}
|
|
3061
3580
|
],
|
|
3062
3581
|
"type": {
|
|
3063
|
-
"type": "
|
|
3064
|
-
"
|
|
3582
|
+
"type": "tuple",
|
|
3583
|
+
"elements": [
|
|
3065
3584
|
{
|
|
3066
|
-
"type": "
|
|
3067
|
-
"
|
|
3068
|
-
|
|
3585
|
+
"type": "union",
|
|
3586
|
+
"types": [
|
|
3587
|
+
{
|
|
3588
|
+
"type": "reference",
|
|
3589
|
+
"id": 129,
|
|
3590
|
+
"name": "TWrapper"
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"type": "intrinsic",
|
|
3594
|
+
"name": "undefined"
|
|
3595
|
+
}
|
|
3596
|
+
]
|
|
3069
3597
|
},
|
|
3070
3598
|
{
|
|
3071
|
-
"type": "
|
|
3072
|
-
"
|
|
3599
|
+
"type": "union",
|
|
3600
|
+
"types": [
|
|
3601
|
+
{
|
|
3602
|
+
"type": "reference",
|
|
3603
|
+
"name": "Error",
|
|
3604
|
+
"qualifiedName": "Error",
|
|
3605
|
+
"package": "typescript"
|
|
3606
|
+
},
|
|
3607
|
+
{
|
|
3608
|
+
"type": "intrinsic",
|
|
3609
|
+
"name": "undefined"
|
|
3610
|
+
}
|
|
3611
|
+
]
|
|
3073
3612
|
}
|
|
3074
3613
|
]
|
|
3075
3614
|
}
|
|
@@ -3087,7 +3626,7 @@
|
|
|
3087
3626
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
3088
3627
|
"line": 5,
|
|
3089
3628
|
"character": 13,
|
|
3090
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3629
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
3091
3630
|
}
|
|
3092
3631
|
],
|
|
3093
3632
|
"signatures": [
|
|
@@ -3141,29 +3680,29 @@
|
|
|
3141
3680
|
]
|
|
3142
3681
|
},
|
|
3143
3682
|
{
|
|
3144
|
-
"id":
|
|
3683
|
+
"id": 166,
|
|
3145
3684
|
"name": "useNodeQueryDiviner",
|
|
3146
3685
|
"kind": 64,
|
|
3147
3686
|
"kindString": "Function",
|
|
3148
3687
|
"flags": {},
|
|
3149
3688
|
"sources": [
|
|
3150
3689
|
{
|
|
3151
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3690
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx",
|
|
3152
3691
|
"line": 44,
|
|
3153
3692
|
"character": 13,
|
|
3154
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3693
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx#L44"
|
|
3155
3694
|
}
|
|
3156
3695
|
],
|
|
3157
3696
|
"signatures": [
|
|
3158
3697
|
{
|
|
3159
|
-
"id":
|
|
3698
|
+
"id": 167,
|
|
3160
3699
|
"name": "useNodeQueryDiviner",
|
|
3161
3700
|
"kind": 4096,
|
|
3162
3701
|
"kindString": "Call signature",
|
|
3163
3702
|
"flags": {},
|
|
3164
3703
|
"parameters": [
|
|
3165
3704
|
{
|
|
3166
|
-
"id":
|
|
3705
|
+
"id": 168,
|
|
3167
3706
|
"name": "moduleIdentifier",
|
|
3168
3707
|
"kind": 32768,
|
|
3169
3708
|
"kindString": "Parameter",
|
|
@@ -3176,7 +3715,7 @@
|
|
|
3176
3715
|
}
|
|
3177
3716
|
},
|
|
3178
3717
|
{
|
|
3179
|
-
"id":
|
|
3718
|
+
"id": 169,
|
|
3180
3719
|
"name": "query",
|
|
3181
3720
|
"kind": 32768,
|
|
3182
3721
|
"kindString": "Parameter",
|
|
@@ -3201,7 +3740,7 @@
|
|
|
3201
3740
|
{
|
|
3202
3741
|
"type": "reflection",
|
|
3203
3742
|
"declaration": {
|
|
3204
|
-
"id":
|
|
3743
|
+
"id": 170,
|
|
3205
3744
|
"name": "__type",
|
|
3206
3745
|
"kind": 65536,
|
|
3207
3746
|
"kindString": "Type literal",
|
|
@@ -3219,7 +3758,7 @@
|
|
|
3219
3758
|
}
|
|
3220
3759
|
},
|
|
3221
3760
|
{
|
|
3222
|
-
"id":
|
|
3761
|
+
"id": 171,
|
|
3223
3762
|
"name": "refresher",
|
|
3224
3763
|
"kind": 32768,
|
|
3225
3764
|
"kindString": "Parameter",
|
|
@@ -3232,7 +3771,7 @@
|
|
|
3232
3771
|
}
|
|
3233
3772
|
},
|
|
3234
3773
|
{
|
|
3235
|
-
"id":
|
|
3774
|
+
"id": 172,
|
|
3236
3775
|
"name": "refreshAddresses",
|
|
3237
3776
|
"kind": 32768,
|
|
3238
3777
|
"kindString": "Parameter",
|
|
@@ -3279,7 +3818,7 @@
|
|
|
3279
3818
|
{
|
|
3280
3819
|
"type": "reflection",
|
|
3281
3820
|
"declaration": {
|
|
3282
|
-
"id":
|
|
3821
|
+
"id": 173,
|
|
3283
3822
|
"name": "__type",
|
|
3284
3823
|
"kind": 65536,
|
|
3285
3824
|
"kindString": "Type literal",
|
|
@@ -3323,29 +3862,29 @@
|
|
|
3323
3862
|
]
|
|
3324
3863
|
},
|
|
3325
3864
|
{
|
|
3326
|
-
"id":
|
|
3865
|
+
"id": 159,
|
|
3327
3866
|
"name": "useNodeQueryDivinerRaw",
|
|
3328
3867
|
"kind": 64,
|
|
3329
3868
|
"kindString": "Function",
|
|
3330
3869
|
"flags": {},
|
|
3331
3870
|
"sources": [
|
|
3332
3871
|
{
|
|
3333
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3872
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx",
|
|
3334
3873
|
"line": 10,
|
|
3335
3874
|
"character": 13,
|
|
3336
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3875
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx#L10"
|
|
3337
3876
|
}
|
|
3338
3877
|
],
|
|
3339
3878
|
"signatures": [
|
|
3340
3879
|
{
|
|
3341
|
-
"id":
|
|
3880
|
+
"id": 160,
|
|
3342
3881
|
"name": "useNodeQueryDivinerRaw",
|
|
3343
3882
|
"kind": 4096,
|
|
3344
3883
|
"kindString": "Call signature",
|
|
3345
3884
|
"flags": {},
|
|
3346
3885
|
"parameters": [
|
|
3347
3886
|
{
|
|
3348
|
-
"id":
|
|
3887
|
+
"id": 161,
|
|
3349
3888
|
"name": "moduleIdentifier",
|
|
3350
3889
|
"kind": 32768,
|
|
3351
3890
|
"kindString": "Parameter",
|
|
@@ -3358,7 +3897,7 @@
|
|
|
3358
3897
|
}
|
|
3359
3898
|
},
|
|
3360
3899
|
{
|
|
3361
|
-
"id":
|
|
3900
|
+
"id": 162,
|
|
3362
3901
|
"name": "query",
|
|
3363
3902
|
"kind": 32768,
|
|
3364
3903
|
"kindString": "Parameter",
|
|
@@ -3383,7 +3922,7 @@
|
|
|
3383
3922
|
{
|
|
3384
3923
|
"type": "reflection",
|
|
3385
3924
|
"declaration": {
|
|
3386
|
-
"id":
|
|
3925
|
+
"id": 163,
|
|
3387
3926
|
"name": "__type",
|
|
3388
3927
|
"kind": 65536,
|
|
3389
3928
|
"kindString": "Type literal",
|
|
@@ -3401,7 +3940,7 @@
|
|
|
3401
3940
|
}
|
|
3402
3941
|
},
|
|
3403
3942
|
{
|
|
3404
|
-
"id":
|
|
3943
|
+
"id": 164,
|
|
3405
3944
|
"name": "refresher",
|
|
3406
3945
|
"kind": 32768,
|
|
3407
3946
|
"kindString": "Parameter",
|
|
@@ -3445,7 +3984,7 @@
|
|
|
3445
3984
|
{
|
|
3446
3985
|
"type": "reflection",
|
|
3447
3986
|
"declaration": {
|
|
3448
|
-
"id":
|
|
3987
|
+
"id": 165,
|
|
3449
3988
|
"name": "__type",
|
|
3450
3989
|
"kind": 65536,
|
|
3451
3990
|
"kindString": "Type literal",
|
|
@@ -3489,35 +4028,90 @@
|
|
|
3489
4028
|
]
|
|
3490
4029
|
},
|
|
3491
4030
|
{
|
|
3492
|
-
"id":
|
|
4031
|
+
"id": 174,
|
|
3493
4032
|
"name": "useProvidedNode",
|
|
3494
4033
|
"kind": 64,
|
|
3495
4034
|
"kindString": "Function",
|
|
3496
4035
|
"flags": {},
|
|
3497
4036
|
"sources": [
|
|
3498
4037
|
{
|
|
3499
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3500
|
-
"line":
|
|
4038
|
+
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
4039
|
+
"line": 28,
|
|
3501
4040
|
"character": 13,
|
|
3502
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4041
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L28"
|
|
3503
4042
|
}
|
|
3504
4043
|
],
|
|
3505
4044
|
"signatures": [
|
|
3506
4045
|
{
|
|
3507
|
-
"id":
|
|
4046
|
+
"id": 175,
|
|
3508
4047
|
"name": "useProvidedNode",
|
|
3509
4048
|
"kind": 4096,
|
|
3510
4049
|
"kindString": "Call signature",
|
|
3511
4050
|
"flags": {},
|
|
3512
4051
|
"parameters": [
|
|
3513
4052
|
{
|
|
3514
|
-
"id":
|
|
4053
|
+
"id": 176,
|
|
3515
4054
|
"name": "wrap",
|
|
3516
4055
|
"kind": 32768,
|
|
3517
4056
|
"kindString": "Parameter",
|
|
3518
4057
|
"flags": {
|
|
3519
4058
|
"isOptional": true
|
|
3520
4059
|
},
|
|
4060
|
+
"type": {
|
|
4061
|
+
"type": "intrinsic",
|
|
4062
|
+
"name": "undefined"
|
|
4063
|
+
}
|
|
4064
|
+
}
|
|
4065
|
+
],
|
|
4066
|
+
"type": {
|
|
4067
|
+
"type": "tuple",
|
|
4068
|
+
"elements": [
|
|
4069
|
+
{
|
|
4070
|
+
"type": "union",
|
|
4071
|
+
"types": [
|
|
4072
|
+
{
|
|
4073
|
+
"type": "reference",
|
|
4074
|
+
"name": "NodeModule",
|
|
4075
|
+
"qualifiedName": "NodeModule",
|
|
4076
|
+
"package": "@xyo-network/node"
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"type": "intrinsic",
|
|
4080
|
+
"name": "undefined"
|
|
4081
|
+
}
|
|
4082
|
+
]
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
"type": "union",
|
|
4086
|
+
"types": [
|
|
4087
|
+
{
|
|
4088
|
+
"type": "reference",
|
|
4089
|
+
"name": "Error",
|
|
4090
|
+
"qualifiedName": "Error",
|
|
4091
|
+
"package": "typescript"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"type": "intrinsic",
|
|
4095
|
+
"name": "undefined"
|
|
4096
|
+
}
|
|
4097
|
+
]
|
|
4098
|
+
}
|
|
4099
|
+
]
|
|
4100
|
+
}
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"id": 177,
|
|
4104
|
+
"name": "useProvidedNode",
|
|
4105
|
+
"kind": 4096,
|
|
4106
|
+
"kindString": "Call signature",
|
|
4107
|
+
"flags": {},
|
|
4108
|
+
"parameters": [
|
|
4109
|
+
{
|
|
4110
|
+
"id": 178,
|
|
4111
|
+
"name": "wrap",
|
|
4112
|
+
"kind": 32768,
|
|
4113
|
+
"kindString": "Parameter",
|
|
4114
|
+
"flags": {},
|
|
3521
4115
|
"type": {
|
|
3522
4116
|
"type": "literal",
|
|
3523
4117
|
"value": false
|
|
@@ -3525,52 +4119,103 @@
|
|
|
3525
4119
|
}
|
|
3526
4120
|
],
|
|
3527
4121
|
"type": {
|
|
3528
|
-
"type": "
|
|
3529
|
-
"
|
|
4122
|
+
"type": "tuple",
|
|
4123
|
+
"elements": [
|
|
3530
4124
|
{
|
|
3531
|
-
"type": "
|
|
3532
|
-
"
|
|
3533
|
-
|
|
3534
|
-
|
|
4125
|
+
"type": "union",
|
|
4126
|
+
"types": [
|
|
4127
|
+
{
|
|
4128
|
+
"type": "reference",
|
|
4129
|
+
"name": "NodeModule",
|
|
4130
|
+
"qualifiedName": "NodeModule",
|
|
4131
|
+
"package": "@xyo-network/node"
|
|
4132
|
+
},
|
|
4133
|
+
{
|
|
4134
|
+
"type": "intrinsic",
|
|
4135
|
+
"name": "undefined"
|
|
4136
|
+
}
|
|
4137
|
+
]
|
|
3535
4138
|
},
|
|
3536
4139
|
{
|
|
3537
|
-
"type": "
|
|
3538
|
-
"
|
|
4140
|
+
"type": "union",
|
|
4141
|
+
"types": [
|
|
4142
|
+
{
|
|
4143
|
+
"type": "reference",
|
|
4144
|
+
"name": "Error",
|
|
4145
|
+
"qualifiedName": "Error",
|
|
4146
|
+
"package": "typescript"
|
|
4147
|
+
},
|
|
4148
|
+
{
|
|
4149
|
+
"type": "intrinsic",
|
|
4150
|
+
"name": "undefined"
|
|
4151
|
+
}
|
|
4152
|
+
]
|
|
3539
4153
|
}
|
|
3540
4154
|
]
|
|
3541
4155
|
}
|
|
3542
4156
|
},
|
|
3543
4157
|
{
|
|
3544
|
-
"id":
|
|
4158
|
+
"id": 179,
|
|
3545
4159
|
"name": "useProvidedNode",
|
|
3546
4160
|
"kind": 4096,
|
|
3547
4161
|
"kindString": "Call signature",
|
|
3548
4162
|
"flags": {},
|
|
3549
4163
|
"parameters": [
|
|
3550
4164
|
{
|
|
3551
|
-
"id":
|
|
4165
|
+
"id": 180,
|
|
3552
4166
|
"name": "wrap",
|
|
3553
4167
|
"kind": 32768,
|
|
3554
4168
|
"kindString": "Parameter",
|
|
3555
4169
|
"flags": {},
|
|
3556
4170
|
"type": {
|
|
3557
|
-
"type": "
|
|
3558
|
-
"
|
|
4171
|
+
"type": "union",
|
|
4172
|
+
"types": [
|
|
4173
|
+
{
|
|
4174
|
+
"type": "literal",
|
|
4175
|
+
"value": true
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
"type": "reference",
|
|
4179
|
+
"name": "Account",
|
|
4180
|
+
"qualifiedName": "Account",
|
|
4181
|
+
"package": "@xyo-network/account"
|
|
4182
|
+
}
|
|
4183
|
+
]
|
|
3559
4184
|
}
|
|
3560
4185
|
}
|
|
3561
4186
|
],
|
|
3562
4187
|
"type": {
|
|
3563
|
-
"type": "
|
|
3564
|
-
"
|
|
4188
|
+
"type": "tuple",
|
|
4189
|
+
"elements": [
|
|
3565
4190
|
{
|
|
3566
|
-
"type": "
|
|
3567
|
-
"
|
|
3568
|
-
|
|
3569
|
-
|
|
4191
|
+
"type": "union",
|
|
4192
|
+
"types": [
|
|
4193
|
+
{
|
|
4194
|
+
"type": "reference",
|
|
4195
|
+
"name": "NodeWrapper",
|
|
4196
|
+
"qualifiedName": "NodeWrapper",
|
|
4197
|
+
"package": "@xyo-network/node"
|
|
4198
|
+
},
|
|
4199
|
+
{
|
|
4200
|
+
"type": "intrinsic",
|
|
4201
|
+
"name": "undefined"
|
|
4202
|
+
}
|
|
4203
|
+
]
|
|
3570
4204
|
},
|
|
3571
4205
|
{
|
|
3572
|
-
"type": "
|
|
3573
|
-
"
|
|
4206
|
+
"type": "union",
|
|
4207
|
+
"types": [
|
|
4208
|
+
{
|
|
4209
|
+
"type": "reference",
|
|
4210
|
+
"name": "Error",
|
|
4211
|
+
"qualifiedName": "Error",
|
|
4212
|
+
"package": "typescript"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"type": "intrinsic",
|
|
4216
|
+
"name": "undefined"
|
|
4217
|
+
}
|
|
4218
|
+
]
|
|
3574
4219
|
}
|
|
3575
4220
|
]
|
|
3576
4221
|
}
|
|
@@ -3578,29 +4223,29 @@
|
|
|
3578
4223
|
]
|
|
3579
4224
|
},
|
|
3580
4225
|
{
|
|
3581
|
-
"id":
|
|
4226
|
+
"id": 181,
|
|
3582
4227
|
"name": "useWitnessModule",
|
|
3583
4228
|
"kind": 64,
|
|
3584
4229
|
"kindString": "Function",
|
|
3585
4230
|
"flags": {},
|
|
3586
4231
|
"sources": [
|
|
3587
4232
|
{
|
|
3588
|
-
"fileName": "packages/modules/packages/node/src/
|
|
4233
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModule.ts",
|
|
3589
4234
|
"line": 6,
|
|
3590
4235
|
"character": 13,
|
|
3591
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4236
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useWitnessModule.ts#L6"
|
|
3592
4237
|
}
|
|
3593
4238
|
],
|
|
3594
4239
|
"signatures": [
|
|
3595
4240
|
{
|
|
3596
|
-
"id":
|
|
4241
|
+
"id": 182,
|
|
3597
4242
|
"name": "useWitnessModule",
|
|
3598
4243
|
"kind": 4096,
|
|
3599
4244
|
"kindString": "Call signature",
|
|
3600
4245
|
"flags": {},
|
|
3601
4246
|
"parameters": [
|
|
3602
4247
|
{
|
|
3603
|
-
"id":
|
|
4248
|
+
"id": 183,
|
|
3604
4249
|
"name": "filter",
|
|
3605
4250
|
"kind": 32768,
|
|
3606
4251
|
"kindString": "Parameter",
|
|
@@ -3634,22 +4279,22 @@
|
|
|
3634
4279
|
]
|
|
3635
4280
|
},
|
|
3636
4281
|
{
|
|
3637
|
-
"id":
|
|
4282
|
+
"id": 184,
|
|
3638
4283
|
"name": "useWitnessModules",
|
|
3639
4284
|
"kind": 64,
|
|
3640
4285
|
"kindString": "Function",
|
|
3641
4286
|
"flags": {},
|
|
3642
4287
|
"sources": [
|
|
3643
4288
|
{
|
|
3644
|
-
"fileName": "packages/modules/packages/node/src/
|
|
4289
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModules.ts",
|
|
3645
4290
|
"line": 5,
|
|
3646
4291
|
"character": 13,
|
|
3647
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4292
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/hooks/useWitnessModules.ts#L5"
|
|
3648
4293
|
}
|
|
3649
4294
|
],
|
|
3650
4295
|
"signatures": [
|
|
3651
4296
|
{
|
|
3652
|
-
"id":
|
|
4297
|
+
"id": 185,
|
|
3653
4298
|
"name": "useWitnessModules",
|
|
3654
4299
|
"kind": 4096,
|
|
3655
4300
|
"kindString": "Call signature",
|
|
@@ -3693,7 +4338,8 @@
|
|
|
3693
4338
|
"title": "Type Aliases",
|
|
3694
4339
|
"children": [
|
|
3695
4340
|
10,
|
|
3696
|
-
115
|
|
4341
|
+
115,
|
|
4342
|
+
108
|
|
3697
4343
|
]
|
|
3698
4344
|
},
|
|
3699
4345
|
{
|
|
@@ -3713,7 +4359,7 @@
|
|
|
3713
4359
|
6,
|
|
3714
4360
|
52,
|
|
3715
4361
|
43,
|
|
3716
|
-
|
|
4362
|
+
118,
|
|
3717
4363
|
67,
|
|
3718
4364
|
63,
|
|
3719
4365
|
72,
|
|
@@ -3721,17 +4367,17 @@
|
|
|
3721
4367
|
77,
|
|
3722
4368
|
80,
|
|
3723
4369
|
82,
|
|
3724
|
-
147,
|
|
3725
4370
|
85,
|
|
4371
|
+
98,
|
|
3726
4372
|
37,
|
|
3727
|
-
|
|
3728
|
-
|
|
4373
|
+
100,
|
|
4374
|
+
146,
|
|
3729
4375
|
60,
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
4376
|
+
166,
|
|
4377
|
+
159,
|
|
4378
|
+
174,
|
|
4379
|
+
181,
|
|
4380
|
+
184
|
|
3735
4381
|
]
|
|
3736
4382
|
}
|
|
3737
4383
|
],
|
|
@@ -3740,7 +4386,7 @@
|
|
|
3740
4386
|
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
3741
4387
|
"line": 1,
|
|
3742
4388
|
"character": 0,
|
|
3743
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4389
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/4373c74a480/packages/modules/packages/node/src/index.ts#L1"
|
|
3744
4390
|
}
|
|
3745
4391
|
]
|
|
3746
4392
|
}
|