@xyo-network/react-node 2.45.0-rc.2 → 2.45.0-rc.4
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/createUseModuleHook.js +44 -0
- package/dist/cjs/hooks/createUseModuleHook.js.map +1 -0
- package/dist/cjs/hooks/index.js +13 -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/useModule.js → useModule.js} +2 -1
- 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 +11 -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/{useNode/useProvidedNode.js → useProvidedNode.js} +2 -2
- 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 +898 -336
- 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/createUseModuleHook.js +39 -0
- package/dist/esm/hooks/createUseModuleHook.js.map +1 -0
- package/dist/esm/hooks/index.js +13 -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 +5 -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 +8 -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/{useNode/useProvidedNode.js → useProvidedNode.js} +2 -2
- 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/{useModule/createUseModuleHook.d.ts → createUseModuleHook.d.ts} +8 -6
- package/dist/types/hooks/createUseModuleHook.d.ts.map +1 -0
- package/dist/types/hooks/index.d.ts +13 -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/useNode.d.ts +9 -0
- 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 +6 -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 +2 -2
- 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/createUseModuleHook.tsx +63 -0
- package/src/hooks/index.ts +13 -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 -1
- package/src/{contexts → hooks}/useModuleAddresses.ts +2 -2
- package/src/{contexts → hooks}/useModules.ts +2 -2
- package/src/hooks/useNode.tsx +9 -0
- package/src/{contexts → hooks}/useNodeQueryDiviner.tsx +2 -2
- package/src/hooks/useProvidedNode.tsx +14 -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.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.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.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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/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/245845735dc/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
656
656
|
}
|
|
657
657
|
]
|
|
658
658
|
}
|
|
@@ -680,22 +680,22 @@
|
|
|
680
680
|
}
|
|
681
681
|
},
|
|
682
682
|
{
|
|
683
|
-
"id":
|
|
683
|
+
"id": 63,
|
|
684
684
|
"name": "WrapFunc",
|
|
685
685
|
"kind": 4194304,
|
|
686
686
|
"kindString": "Type alias",
|
|
687
687
|
"flags": {},
|
|
688
688
|
"sources": [
|
|
689
689
|
{
|
|
690
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
691
|
-
"line":
|
|
690
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
691
|
+
"line": 8,
|
|
692
692
|
"character": 12,
|
|
693
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
693
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L8"
|
|
694
694
|
}
|
|
695
695
|
],
|
|
696
696
|
"typeParameters": [
|
|
697
697
|
{
|
|
698
|
-
"id":
|
|
698
|
+
"id": 68,
|
|
699
699
|
"name": "TModule",
|
|
700
700
|
"kind": 131072,
|
|
701
701
|
"kindString": "Type parameter",
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
}
|
|
715
715
|
},
|
|
716
716
|
{
|
|
717
|
-
"id":
|
|
717
|
+
"id": 69,
|
|
718
718
|
"name": "TWrapper",
|
|
719
719
|
"kind": 131072,
|
|
720
720
|
"kindString": "Type parameter",
|
|
@@ -736,29 +736,29 @@
|
|
|
736
736
|
"type": {
|
|
737
737
|
"type": "reflection",
|
|
738
738
|
"declaration": {
|
|
739
|
-
"id":
|
|
739
|
+
"id": 64,
|
|
740
740
|
"name": "__type",
|
|
741
741
|
"kind": 65536,
|
|
742
742
|
"kindString": "Type literal",
|
|
743
743
|
"flags": {},
|
|
744
744
|
"sources": [
|
|
745
745
|
{
|
|
746
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
747
|
-
"line":
|
|
746
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
747
|
+
"line": 8,
|
|
748
748
|
"character": 104,
|
|
749
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
749
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L8"
|
|
750
750
|
}
|
|
751
751
|
],
|
|
752
752
|
"signatures": [
|
|
753
753
|
{
|
|
754
|
-
"id":
|
|
754
|
+
"id": 65,
|
|
755
755
|
"name": "__type",
|
|
756
756
|
"kind": 4096,
|
|
757
757
|
"kindString": "Call signature",
|
|
758
758
|
"flags": {},
|
|
759
759
|
"parameters": [
|
|
760
760
|
{
|
|
761
|
-
"id":
|
|
761
|
+
"id": 66,
|
|
762
762
|
"name": "module",
|
|
763
763
|
"kind": 32768,
|
|
764
764
|
"kindString": "Parameter",
|
|
@@ -767,12 +767,12 @@
|
|
|
767
767
|
},
|
|
768
768
|
"type": {
|
|
769
769
|
"type": "reference",
|
|
770
|
-
"id":
|
|
770
|
+
"id": 68,
|
|
771
771
|
"name": "TModule"
|
|
772
772
|
}
|
|
773
773
|
},
|
|
774
774
|
{
|
|
775
|
-
"id":
|
|
775
|
+
"id": 67,
|
|
776
776
|
"name": "account",
|
|
777
777
|
"kind": 32768,
|
|
778
778
|
"kindString": "Parameter",
|
|
@@ -788,9 +788,18 @@
|
|
|
788
788
|
}
|
|
789
789
|
],
|
|
790
790
|
"type": {
|
|
791
|
-
"type": "
|
|
792
|
-
"
|
|
793
|
-
|
|
791
|
+
"type": "union",
|
|
792
|
+
"types": [
|
|
793
|
+
{
|
|
794
|
+
"type": "reference",
|
|
795
|
+
"id": 69,
|
|
796
|
+
"name": "TWrapper"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"type": "intrinsic",
|
|
800
|
+
"name": "undefined"
|
|
801
|
+
}
|
|
802
|
+
]
|
|
794
803
|
}
|
|
795
804
|
}
|
|
796
805
|
]
|
|
@@ -810,7 +819,7 @@
|
|
|
810
819
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts",
|
|
811
820
|
"line": 5,
|
|
812
821
|
"character": 13,
|
|
813
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
822
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts#L5"
|
|
814
823
|
}
|
|
815
824
|
],
|
|
816
825
|
"type": {
|
|
@@ -850,7 +859,7 @@
|
|
|
850
859
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Context.ts",
|
|
851
860
|
"line": 5,
|
|
852
861
|
"character": 13,
|
|
853
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
862
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/Node/Context.ts#L5"
|
|
854
863
|
}
|
|
855
864
|
],
|
|
856
865
|
"type": {
|
|
@@ -890,7 +899,7 @@
|
|
|
890
899
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts",
|
|
891
900
|
"line": 5,
|
|
892
901
|
"character": 13,
|
|
893
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
902
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
894
903
|
}
|
|
895
904
|
],
|
|
896
905
|
"type": {
|
|
@@ -928,7 +937,7 @@
|
|
|
928
937
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
929
938
|
"line": 14,
|
|
930
939
|
"character": 13,
|
|
931
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
940
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
932
941
|
}
|
|
933
942
|
],
|
|
934
943
|
"signatures": [
|
|
@@ -1004,7 +1013,7 @@
|
|
|
1004
1013
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx",
|
|
1005
1014
|
"line": 11,
|
|
1006
1015
|
"character": 13,
|
|
1007
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1016
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx#L11"
|
|
1008
1017
|
}
|
|
1009
1018
|
],
|
|
1010
1019
|
"signatures": [
|
|
@@ -1079,7 +1088,7 @@
|
|
|
1079
1088
|
"fileName": "packages/modules/packages/node/src/components/Node.tsx",
|
|
1080
1089
|
"line": 8,
|
|
1081
1090
|
"character": 13,
|
|
1082
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1091
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/components/Node.tsx#L8"
|
|
1083
1092
|
}
|
|
1084
1093
|
],
|
|
1085
1094
|
"signatures": [
|
|
@@ -1156,7 +1165,7 @@
|
|
|
1156
1165
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
1157
1166
|
"line": 12,
|
|
1158
1167
|
"character": 13,
|
|
1159
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1168
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/components/NodeDrawer.tsx#L12"
|
|
1160
1169
|
}
|
|
1161
1170
|
],
|
|
1162
1171
|
"signatures": [
|
|
@@ -1232,7 +1241,7 @@
|
|
|
1232
1241
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
1233
1242
|
"line": 10,
|
|
1234
1243
|
"character": 13,
|
|
1235
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1244
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1236
1245
|
}
|
|
1237
1246
|
],
|
|
1238
1247
|
"signatures": [
|
|
@@ -1308,7 +1317,7 @@
|
|
|
1308
1317
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
1309
1318
|
"line": 11,
|
|
1310
1319
|
"character": 13,
|
|
1311
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1320
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L11"
|
|
1312
1321
|
}
|
|
1313
1322
|
],
|
|
1314
1323
|
"signatures": [
|
|
@@ -1382,29 +1391,29 @@
|
|
|
1382
1391
|
]
|
|
1383
1392
|
},
|
|
1384
1393
|
{
|
|
1385
|
-
"id":
|
|
1394
|
+
"id": 70,
|
|
1386
1395
|
"name": "createUseModuleHook",
|
|
1387
1396
|
"kind": 64,
|
|
1388
1397
|
"kindString": "Function",
|
|
1389
1398
|
"flags": {},
|
|
1390
1399
|
"sources": [
|
|
1391
1400
|
{
|
|
1392
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1393
|
-
"line":
|
|
1401
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1402
|
+
"line": 13,
|
|
1394
1403
|
"character": 13,
|
|
1395
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1404
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L13"
|
|
1396
1405
|
}
|
|
1397
1406
|
],
|
|
1398
1407
|
"signatures": [
|
|
1399
1408
|
{
|
|
1400
|
-
"id":
|
|
1409
|
+
"id": 71,
|
|
1401
1410
|
"name": "createUseModuleHook",
|
|
1402
1411
|
"kind": 4096,
|
|
1403
1412
|
"kindString": "Call signature",
|
|
1404
1413
|
"flags": {},
|
|
1405
1414
|
"typeParameter": [
|
|
1406
1415
|
{
|
|
1407
|
-
"id":
|
|
1416
|
+
"id": 76,
|
|
1408
1417
|
"name": "TModule",
|
|
1409
1418
|
"kind": 131072,
|
|
1410
1419
|
"kindString": "Type parameter",
|
|
@@ -1430,7 +1439,7 @@
|
|
|
1430
1439
|
{
|
|
1431
1440
|
"type": "reflection",
|
|
1432
1441
|
"declaration": {
|
|
1433
|
-
"id":
|
|
1442
|
+
"id": 72,
|
|
1434
1443
|
"name": "__type",
|
|
1435
1444
|
"kind": 65536,
|
|
1436
1445
|
"kindString": "Type literal",
|
|
@@ -1447,7 +1456,7 @@
|
|
|
1447
1456
|
{
|
|
1448
1457
|
"type": "reflection",
|
|
1449
1458
|
"declaration": {
|
|
1450
|
-
"id":
|
|
1459
|
+
"id": 73,
|
|
1451
1460
|
"name": "__type",
|
|
1452
1461
|
"kind": 65536,
|
|
1453
1462
|
"kindString": "Type literal",
|
|
@@ -1489,7 +1498,7 @@
|
|
|
1489
1498
|
{
|
|
1490
1499
|
"type": "reflection",
|
|
1491
1500
|
"declaration": {
|
|
1492
|
-
"id":
|
|
1501
|
+
"id": 74,
|
|
1493
1502
|
"name": "__type",
|
|
1494
1503
|
"kind": 65536,
|
|
1495
1504
|
"kindString": "Type literal",
|
|
@@ -1506,7 +1515,7 @@
|
|
|
1506
1515
|
{
|
|
1507
1516
|
"type": "reflection",
|
|
1508
1517
|
"declaration": {
|
|
1509
|
-
"id":
|
|
1518
|
+
"id": 75,
|
|
1510
1519
|
"name": "__type",
|
|
1511
1520
|
"kind": 65536,
|
|
1512
1521
|
"kindString": "Type literal",
|
|
@@ -1529,7 +1538,7 @@
|
|
|
1529
1538
|
}
|
|
1530
1539
|
},
|
|
1531
1540
|
{
|
|
1532
|
-
"id":
|
|
1541
|
+
"id": 81,
|
|
1533
1542
|
"name": "TWrapper",
|
|
1534
1543
|
"kind": 131072,
|
|
1535
1544
|
"kindString": "Type parameter",
|
|
@@ -1558,7 +1567,7 @@
|
|
|
1558
1567
|
{
|
|
1559
1568
|
"type": "reflection",
|
|
1560
1569
|
"declaration": {
|
|
1561
|
-
"id":
|
|
1570
|
+
"id": 77,
|
|
1562
1571
|
"name": "__type",
|
|
1563
1572
|
"kind": 65536,
|
|
1564
1573
|
"kindString": "Type literal",
|
|
@@ -1575,7 +1584,7 @@
|
|
|
1575
1584
|
{
|
|
1576
1585
|
"type": "reflection",
|
|
1577
1586
|
"declaration": {
|
|
1578
|
-
"id":
|
|
1587
|
+
"id": 78,
|
|
1579
1588
|
"name": "__type",
|
|
1580
1589
|
"kind": 65536,
|
|
1581
1590
|
"kindString": "Type literal",
|
|
@@ -1598,7 +1607,7 @@
|
|
|
1598
1607
|
},
|
|
1599
1608
|
{
|
|
1600
1609
|
"type": "reference",
|
|
1601
|
-
"id":
|
|
1610
|
+
"id": 81,
|
|
1602
1611
|
"name": "TWrapper"
|
|
1603
1612
|
}
|
|
1604
1613
|
],
|
|
@@ -1630,7 +1639,7 @@
|
|
|
1630
1639
|
{
|
|
1631
1640
|
"type": "reflection",
|
|
1632
1641
|
"declaration": {
|
|
1633
|
-
"id":
|
|
1642
|
+
"id": 79,
|
|
1634
1643
|
"name": "__type",
|
|
1635
1644
|
"kind": 65536,
|
|
1636
1645
|
"kindString": "Type literal",
|
|
@@ -1647,7 +1656,7 @@
|
|
|
1647
1656
|
{
|
|
1648
1657
|
"type": "reflection",
|
|
1649
1658
|
"declaration": {
|
|
1650
|
-
"id":
|
|
1659
|
+
"id": 80,
|
|
1651
1660
|
"name": "__type",
|
|
1652
1661
|
"kind": 65536,
|
|
1653
1662
|
"kindString": "Type literal",
|
|
@@ -1675,23 +1684,23 @@
|
|
|
1675
1684
|
}
|
|
1676
1685
|
},
|
|
1677
1686
|
{
|
|
1678
|
-
"id":
|
|
1687
|
+
"id": 82,
|
|
1679
1688
|
"name": "TWrapFunc",
|
|
1680
1689
|
"kind": 131072,
|
|
1681
1690
|
"kindString": "Type parameter",
|
|
1682
1691
|
"flags": {},
|
|
1683
1692
|
"type": {
|
|
1684
1693
|
"type": "reference",
|
|
1685
|
-
"id":
|
|
1694
|
+
"id": 63,
|
|
1686
1695
|
"typeArguments": [
|
|
1687
1696
|
{
|
|
1688
1697
|
"type": "reference",
|
|
1689
|
-
"id":
|
|
1698
|
+
"id": 76,
|
|
1690
1699
|
"name": "TModule"
|
|
1691
1700
|
},
|
|
1692
1701
|
{
|
|
1693
1702
|
"type": "reference",
|
|
1694
|
-
"id":
|
|
1703
|
+
"id": 81,
|
|
1695
1704
|
"name": "TWrapper"
|
|
1696
1705
|
}
|
|
1697
1706
|
],
|
|
@@ -1699,16 +1708,16 @@
|
|
|
1699
1708
|
},
|
|
1700
1709
|
"default": {
|
|
1701
1710
|
"type": "reference",
|
|
1702
|
-
"id":
|
|
1711
|
+
"id": 63,
|
|
1703
1712
|
"typeArguments": [
|
|
1704
1713
|
{
|
|
1705
1714
|
"type": "reference",
|
|
1706
|
-
"id":
|
|
1715
|
+
"id": 76,
|
|
1707
1716
|
"name": "TModule"
|
|
1708
1717
|
},
|
|
1709
1718
|
{
|
|
1710
1719
|
"type": "reference",
|
|
1711
|
-
"id":
|
|
1720
|
+
"id": 81,
|
|
1712
1721
|
"name": "TWrapper"
|
|
1713
1722
|
}
|
|
1714
1723
|
],
|
|
@@ -1718,68 +1727,176 @@
|
|
|
1718
1727
|
],
|
|
1719
1728
|
"parameters": [
|
|
1720
1729
|
{
|
|
1721
|
-
"id":
|
|
1730
|
+
"id": 83,
|
|
1722
1731
|
"name": "wrapFunc",
|
|
1723
1732
|
"kind": 32768,
|
|
1724
1733
|
"kindString": "Parameter",
|
|
1725
1734
|
"flags": {},
|
|
1726
1735
|
"type": {
|
|
1727
1736
|
"type": "reference",
|
|
1728
|
-
"id":
|
|
1737
|
+
"id": 82,
|
|
1729
1738
|
"name": "TWrapFunc"
|
|
1730
1739
|
}
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"id": 84,
|
|
1743
|
+
"name": "useNodeHook",
|
|
1744
|
+
"kind": 32768,
|
|
1745
|
+
"kindString": "Parameter",
|
|
1746
|
+
"flags": {},
|
|
1747
|
+
"type": {
|
|
1748
|
+
"type": "reflection",
|
|
1749
|
+
"declaration": {
|
|
1750
|
+
"id": 85,
|
|
1751
|
+
"name": "__type",
|
|
1752
|
+
"kind": 65536,
|
|
1753
|
+
"kindString": "Type literal",
|
|
1754
|
+
"flags": {},
|
|
1755
|
+
"sources": [
|
|
1756
|
+
{
|
|
1757
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1758
|
+
"line": 19,
|
|
1759
|
+
"character": 15,
|
|
1760
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L19"
|
|
1761
|
+
}
|
|
1762
|
+
],
|
|
1763
|
+
"signatures": [
|
|
1764
|
+
{
|
|
1765
|
+
"id": 86,
|
|
1766
|
+
"name": "__type",
|
|
1767
|
+
"kind": 4096,
|
|
1768
|
+
"kindString": "Call signature",
|
|
1769
|
+
"flags": {},
|
|
1770
|
+
"parameters": [
|
|
1771
|
+
{
|
|
1772
|
+
"id": 87,
|
|
1773
|
+
"name": "nodeOrAddress",
|
|
1774
|
+
"kind": 32768,
|
|
1775
|
+
"kindString": "Parameter",
|
|
1776
|
+
"flags": {},
|
|
1777
|
+
"type": {
|
|
1778
|
+
"type": "union",
|
|
1779
|
+
"types": [
|
|
1780
|
+
{
|
|
1781
|
+
"type": "intrinsic",
|
|
1782
|
+
"name": "undefined"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"type": "intrinsic",
|
|
1786
|
+
"name": "string"
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
{
|
|
1792
|
+
"id": 88,
|
|
1793
|
+
"name": "wrap",
|
|
1794
|
+
"kind": 32768,
|
|
1795
|
+
"kindString": "Parameter",
|
|
1796
|
+
"flags": {},
|
|
1797
|
+
"type": {
|
|
1798
|
+
"type": "literal",
|
|
1799
|
+
"value": true
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
],
|
|
1803
|
+
"type": {
|
|
1804
|
+
"type": "tuple",
|
|
1805
|
+
"elements": [
|
|
1806
|
+
{
|
|
1807
|
+
"type": "union",
|
|
1808
|
+
"types": [
|
|
1809
|
+
{
|
|
1810
|
+
"type": "intrinsic",
|
|
1811
|
+
"name": "undefined"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"type": "reference",
|
|
1815
|
+
"name": "NodeWrapper",
|
|
1816
|
+
"qualifiedName": "NodeWrapper",
|
|
1817
|
+
"package": "@xyo-network/node"
|
|
1818
|
+
}
|
|
1819
|
+
]
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"type": "union",
|
|
1823
|
+
"types": [
|
|
1824
|
+
{
|
|
1825
|
+
"type": "intrinsic",
|
|
1826
|
+
"name": "undefined"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"type": "reference",
|
|
1830
|
+
"name": "Error",
|
|
1831
|
+
"qualifiedName": "Error",
|
|
1832
|
+
"package": "typescript"
|
|
1833
|
+
}
|
|
1834
|
+
]
|
|
1835
|
+
}
|
|
1836
|
+
]
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
]
|
|
1840
|
+
}
|
|
1841
|
+
}
|
|
1731
1842
|
}
|
|
1732
1843
|
],
|
|
1733
1844
|
"type": {
|
|
1734
1845
|
"type": "reflection",
|
|
1735
1846
|
"declaration": {
|
|
1736
|
-
"id":
|
|
1847
|
+
"id": 89,
|
|
1737
1848
|
"name": "__type",
|
|
1738
1849
|
"kind": 65536,
|
|
1739
1850
|
"kindString": "Type literal",
|
|
1740
1851
|
"flags": {},
|
|
1741
1852
|
"sources": [
|
|
1742
1853
|
{
|
|
1743
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1854
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1744
1855
|
"line": 21,
|
|
1745
1856
|
"character": 11,
|
|
1746
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1857
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L21"
|
|
1747
1858
|
},
|
|
1748
1859
|
{
|
|
1749
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1860
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1750
1861
|
"line": 22,
|
|
1751
1862
|
"character": 11,
|
|
1752
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1863
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L22"
|
|
1753
1864
|
},
|
|
1754
1865
|
{
|
|
1755
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1866
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1756
1867
|
"line": 23,
|
|
1757
1868
|
"character": 11,
|
|
1758
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1869
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L23"
|
|
1759
1870
|
},
|
|
1760
1871
|
{
|
|
1761
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1872
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1762
1873
|
"line": 24,
|
|
1763
1874
|
"character": 11,
|
|
1764
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1875
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L24"
|
|
1765
1876
|
},
|
|
1766
1877
|
{
|
|
1767
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1878
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1768
1879
|
"line": 25,
|
|
1769
1880
|
"character": 11,
|
|
1770
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1881
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L25"
|
|
1882
|
+
},
|
|
1883
|
+
{
|
|
1884
|
+
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1885
|
+
"line": 26,
|
|
1886
|
+
"character": 11,
|
|
1887
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L26"
|
|
1771
1888
|
}
|
|
1772
1889
|
],
|
|
1773
1890
|
"signatures": [
|
|
1774
1891
|
{
|
|
1775
|
-
"id":
|
|
1892
|
+
"id": 90,
|
|
1776
1893
|
"name": "__type",
|
|
1777
1894
|
"kind": 4096,
|
|
1778
1895
|
"kindString": "Call signature",
|
|
1779
1896
|
"flags": {},
|
|
1780
1897
|
"parameters": [
|
|
1781
1898
|
{
|
|
1782
|
-
"id":
|
|
1899
|
+
"id": 91,
|
|
1783
1900
|
"name": "name",
|
|
1784
1901
|
"kind": 32768,
|
|
1785
1902
|
"kindString": "Parameter",
|
|
@@ -1793,29 +1910,49 @@
|
|
|
1793
1910
|
}
|
|
1794
1911
|
],
|
|
1795
1912
|
"type": {
|
|
1796
|
-
"type": "
|
|
1797
|
-
"
|
|
1913
|
+
"type": "tuple",
|
|
1914
|
+
"elements": [
|
|
1798
1915
|
{
|
|
1799
|
-
"type": "
|
|
1800
|
-
"
|
|
1801
|
-
|
|
1916
|
+
"type": "union",
|
|
1917
|
+
"types": [
|
|
1918
|
+
{
|
|
1919
|
+
"type": "reference",
|
|
1920
|
+
"id": 76,
|
|
1921
|
+
"name": "TModule"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"type": "intrinsic",
|
|
1925
|
+
"name": "undefined"
|
|
1926
|
+
}
|
|
1927
|
+
]
|
|
1802
1928
|
},
|
|
1803
1929
|
{
|
|
1804
|
-
"type": "
|
|
1805
|
-
"
|
|
1930
|
+
"type": "union",
|
|
1931
|
+
"types": [
|
|
1932
|
+
{
|
|
1933
|
+
"type": "reference",
|
|
1934
|
+
"name": "Error",
|
|
1935
|
+
"qualifiedName": "Error",
|
|
1936
|
+
"package": "typescript"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"type": "intrinsic",
|
|
1940
|
+
"name": "undefined"
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1806
1943
|
}
|
|
1807
1944
|
]
|
|
1808
1945
|
}
|
|
1809
1946
|
},
|
|
1810
1947
|
{
|
|
1811
|
-
"id":
|
|
1948
|
+
"id": 92,
|
|
1812
1949
|
"name": "__type",
|
|
1813
1950
|
"kind": 4096,
|
|
1814
1951
|
"kindString": "Call signature",
|
|
1815
1952
|
"flags": {},
|
|
1816
1953
|
"parameters": [
|
|
1817
1954
|
{
|
|
1818
|
-
"id":
|
|
1955
|
+
"id": 93,
|
|
1819
1956
|
"name": "name",
|
|
1820
1957
|
"kind": 32768,
|
|
1821
1958
|
"kindString": "Parameter",
|
|
@@ -1835,7 +1972,7 @@
|
|
|
1835
1972
|
}
|
|
1836
1973
|
},
|
|
1837
1974
|
{
|
|
1838
|
-
"id":
|
|
1975
|
+
"id": 94,
|
|
1839
1976
|
"name": "wrap",
|
|
1840
1977
|
"kind": 32768,
|
|
1841
1978
|
"kindString": "Parameter",
|
|
@@ -1858,29 +1995,114 @@
|
|
|
1858
1995
|
}
|
|
1859
1996
|
],
|
|
1860
1997
|
"type": {
|
|
1861
|
-
"type": "
|
|
1862
|
-
"
|
|
1998
|
+
"type": "tuple",
|
|
1999
|
+
"elements": [
|
|
1863
2000
|
{
|
|
1864
|
-
"type": "
|
|
1865
|
-
"
|
|
1866
|
-
|
|
2001
|
+
"type": "union",
|
|
2002
|
+
"types": [
|
|
2003
|
+
{
|
|
2004
|
+
"type": "reference",
|
|
2005
|
+
"id": 81,
|
|
2006
|
+
"name": "TWrapper"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
"type": "intrinsic",
|
|
2010
|
+
"name": "undefined"
|
|
2011
|
+
}
|
|
2012
|
+
]
|
|
1867
2013
|
},
|
|
1868
2014
|
{
|
|
1869
|
-
"type": "
|
|
1870
|
-
"
|
|
2015
|
+
"type": "union",
|
|
2016
|
+
"types": [
|
|
2017
|
+
{
|
|
2018
|
+
"type": "reference",
|
|
2019
|
+
"name": "Error",
|
|
2020
|
+
"qualifiedName": "Error",
|
|
2021
|
+
"package": "typescript"
|
|
2022
|
+
},
|
|
2023
|
+
{
|
|
2024
|
+
"type": "intrinsic",
|
|
2025
|
+
"name": "undefined"
|
|
2026
|
+
}
|
|
2027
|
+
]
|
|
2028
|
+
}
|
|
2029
|
+
]
|
|
2030
|
+
}
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"id": 95,
|
|
2034
|
+
"name": "__type",
|
|
2035
|
+
"kind": 4096,
|
|
2036
|
+
"kindString": "Call signature",
|
|
2037
|
+
"flags": {},
|
|
2038
|
+
"parameters": [
|
|
2039
|
+
{
|
|
2040
|
+
"id": 96,
|
|
2041
|
+
"name": "wrap",
|
|
2042
|
+
"kind": 32768,
|
|
2043
|
+
"kindString": "Parameter",
|
|
2044
|
+
"flags": {},
|
|
2045
|
+
"type": {
|
|
2046
|
+
"type": "union",
|
|
2047
|
+
"types": [
|
|
2048
|
+
{
|
|
2049
|
+
"type": "literal",
|
|
2050
|
+
"value": true
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"type": "reference",
|
|
2054
|
+
"name": "Account",
|
|
2055
|
+
"qualifiedName": "Account",
|
|
2056
|
+
"package": "@xyo-network/account"
|
|
2057
|
+
}
|
|
2058
|
+
]
|
|
2059
|
+
}
|
|
2060
|
+
}
|
|
2061
|
+
],
|
|
2062
|
+
"type": {
|
|
2063
|
+
"type": "tuple",
|
|
2064
|
+
"elements": [
|
|
2065
|
+
{
|
|
2066
|
+
"type": "union",
|
|
2067
|
+
"types": [
|
|
2068
|
+
{
|
|
2069
|
+
"type": "reference",
|
|
2070
|
+
"id": 81,
|
|
2071
|
+
"name": "TWrapper"
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"type": "intrinsic",
|
|
2075
|
+
"name": "undefined"
|
|
2076
|
+
}
|
|
2077
|
+
]
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"type": "union",
|
|
2081
|
+
"types": [
|
|
2082
|
+
{
|
|
2083
|
+
"type": "reference",
|
|
2084
|
+
"name": "Error",
|
|
2085
|
+
"qualifiedName": "Error",
|
|
2086
|
+
"package": "typescript"
|
|
2087
|
+
},
|
|
2088
|
+
{
|
|
2089
|
+
"type": "intrinsic",
|
|
2090
|
+
"name": "undefined"
|
|
2091
|
+
}
|
|
2092
|
+
]
|
|
1871
2093
|
}
|
|
1872
2094
|
]
|
|
1873
2095
|
}
|
|
1874
2096
|
},
|
|
1875
2097
|
{
|
|
1876
|
-
"id":
|
|
2098
|
+
"id": 97,
|
|
1877
2099
|
"name": "__type",
|
|
1878
2100
|
"kind": 4096,
|
|
1879
2101
|
"kindString": "Call signature",
|
|
1880
2102
|
"flags": {},
|
|
1881
2103
|
"parameters": [
|
|
1882
2104
|
{
|
|
1883
|
-
"id":
|
|
2105
|
+
"id": 98,
|
|
1884
2106
|
"name": "address",
|
|
1885
2107
|
"kind": 32768,
|
|
1886
2108
|
"kindString": "Parameter",
|
|
@@ -1892,29 +2114,49 @@
|
|
|
1892
2114
|
}
|
|
1893
2115
|
],
|
|
1894
2116
|
"type": {
|
|
1895
|
-
"type": "
|
|
1896
|
-
"
|
|
2117
|
+
"type": "tuple",
|
|
2118
|
+
"elements": [
|
|
1897
2119
|
{
|
|
1898
|
-
"type": "
|
|
1899
|
-
"
|
|
1900
|
-
|
|
2120
|
+
"type": "union",
|
|
2121
|
+
"types": [
|
|
2122
|
+
{
|
|
2123
|
+
"type": "reference",
|
|
2124
|
+
"id": 76,
|
|
2125
|
+
"name": "TModule"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"type": "intrinsic",
|
|
2129
|
+
"name": "undefined"
|
|
2130
|
+
}
|
|
2131
|
+
]
|
|
1901
2132
|
},
|
|
1902
2133
|
{
|
|
1903
|
-
"type": "
|
|
1904
|
-
"
|
|
2134
|
+
"type": "union",
|
|
2135
|
+
"types": [
|
|
2136
|
+
{
|
|
2137
|
+
"type": "reference",
|
|
2138
|
+
"name": "Error",
|
|
2139
|
+
"qualifiedName": "Error",
|
|
2140
|
+
"package": "typescript"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"type": "intrinsic",
|
|
2144
|
+
"name": "undefined"
|
|
2145
|
+
}
|
|
2146
|
+
]
|
|
1905
2147
|
}
|
|
1906
2148
|
]
|
|
1907
2149
|
}
|
|
1908
2150
|
},
|
|
1909
2151
|
{
|
|
1910
|
-
"id":
|
|
2152
|
+
"id": 99,
|
|
1911
2153
|
"name": "__type",
|
|
1912
2154
|
"kind": 4096,
|
|
1913
2155
|
"kindString": "Call signature",
|
|
1914
2156
|
"flags": {},
|
|
1915
2157
|
"parameters": [
|
|
1916
2158
|
{
|
|
1917
|
-
"id":
|
|
2159
|
+
"id": 100,
|
|
1918
2160
|
"name": "address",
|
|
1919
2161
|
"kind": 32768,
|
|
1920
2162
|
"kindString": "Parameter",
|
|
@@ -1925,7 +2167,7 @@
|
|
|
1925
2167
|
}
|
|
1926
2168
|
},
|
|
1927
2169
|
{
|
|
1928
|
-
"id":
|
|
2170
|
+
"id": 101,
|
|
1929
2171
|
"name": "wrap",
|
|
1930
2172
|
"kind": 32768,
|
|
1931
2173
|
"kindString": "Parameter",
|
|
@@ -1948,16 +2190,36 @@
|
|
|
1948
2190
|
}
|
|
1949
2191
|
],
|
|
1950
2192
|
"type": {
|
|
1951
|
-
"type": "
|
|
1952
|
-
"
|
|
2193
|
+
"type": "tuple",
|
|
2194
|
+
"elements": [
|
|
1953
2195
|
{
|
|
1954
|
-
"type": "
|
|
1955
|
-
"
|
|
1956
|
-
|
|
2196
|
+
"type": "union",
|
|
2197
|
+
"types": [
|
|
2198
|
+
{
|
|
2199
|
+
"type": "reference",
|
|
2200
|
+
"id": 81,
|
|
2201
|
+
"name": "TWrapper"
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
"type": "intrinsic",
|
|
2205
|
+
"name": "undefined"
|
|
2206
|
+
}
|
|
2207
|
+
]
|
|
1957
2208
|
},
|
|
1958
2209
|
{
|
|
1959
|
-
"type": "
|
|
1960
|
-
"
|
|
2210
|
+
"type": "union",
|
|
2211
|
+
"types": [
|
|
2212
|
+
{
|
|
2213
|
+
"type": "reference",
|
|
2214
|
+
"name": "Error",
|
|
2215
|
+
"qualifiedName": "Error",
|
|
2216
|
+
"package": "typescript"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"type": "intrinsic",
|
|
2220
|
+
"name": "undefined"
|
|
2221
|
+
}
|
|
2222
|
+
]
|
|
1961
2223
|
}
|
|
1962
2224
|
]
|
|
1963
2225
|
}
|
|
@@ -1969,29 +2231,29 @@
|
|
|
1969
2231
|
]
|
|
1970
2232
|
},
|
|
1971
2233
|
{
|
|
1972
|
-
"id":
|
|
2234
|
+
"id": 106,
|
|
1973
2235
|
"name": "useArchiveArchivists",
|
|
1974
2236
|
"kind": 64,
|
|
1975
2237
|
"kindString": "Function",
|
|
1976
2238
|
"flags": {},
|
|
1977
2239
|
"sources": [
|
|
1978
2240
|
{
|
|
1979
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2241
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
1980
2242
|
"line": 44,
|
|
1981
2243
|
"character": 13,
|
|
1982
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2244
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L44"
|
|
1983
2245
|
}
|
|
1984
2246
|
],
|
|
1985
2247
|
"signatures": [
|
|
1986
2248
|
{
|
|
1987
|
-
"id":
|
|
2249
|
+
"id": 107,
|
|
1988
2250
|
"name": "useArchiveArchivists",
|
|
1989
2251
|
"kind": 4096,
|
|
1990
2252
|
"kindString": "Call signature",
|
|
1991
2253
|
"flags": {},
|
|
1992
2254
|
"parameters": [
|
|
1993
2255
|
{
|
|
1994
|
-
"id":
|
|
2256
|
+
"id": 108,
|
|
1995
2257
|
"name": "archiveName",
|
|
1996
2258
|
"kind": 32768,
|
|
1997
2259
|
"kindString": "Parameter",
|
|
@@ -2004,7 +2266,7 @@
|
|
|
2004
2266
|
}
|
|
2005
2267
|
},
|
|
2006
2268
|
{
|
|
2007
|
-
"id":
|
|
2269
|
+
"id": 109,
|
|
2008
2270
|
"name": "refresher",
|
|
2009
2271
|
"kind": 32768,
|
|
2010
2272
|
"kindString": "Parameter",
|
|
@@ -2017,7 +2279,7 @@
|
|
|
2017
2279
|
}
|
|
2018
2280
|
},
|
|
2019
2281
|
{
|
|
2020
|
-
"id":
|
|
2282
|
+
"id": 110,
|
|
2021
2283
|
"name": "refreshAddresses",
|
|
2022
2284
|
"kind": 32768,
|
|
2023
2285
|
"kindString": "Parameter",
|
|
@@ -2050,29 +2312,29 @@
|
|
|
2050
2312
|
]
|
|
2051
2313
|
},
|
|
2052
2314
|
{
|
|
2053
|
-
"id":
|
|
2315
|
+
"id": 102,
|
|
2054
2316
|
"name": "useArchiveArchivistsRaw",
|
|
2055
2317
|
"kind": 64,
|
|
2056
2318
|
"kindString": "Function",
|
|
2057
2319
|
"flags": {},
|
|
2058
2320
|
"sources": [
|
|
2059
2321
|
{
|
|
2060
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2322
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
2061
2323
|
"line": 13,
|
|
2062
2324
|
"character": 13,
|
|
2063
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2325
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L13"
|
|
2064
2326
|
}
|
|
2065
2327
|
],
|
|
2066
2328
|
"signatures": [
|
|
2067
2329
|
{
|
|
2068
|
-
"id":
|
|
2330
|
+
"id": 103,
|
|
2069
2331
|
"name": "useArchiveArchivistsRaw",
|
|
2070
2332
|
"kind": 4096,
|
|
2071
2333
|
"kindString": "Call signature",
|
|
2072
2334
|
"flags": {},
|
|
2073
2335
|
"parameters": [
|
|
2074
2336
|
{
|
|
2075
|
-
"id":
|
|
2337
|
+
"id": 104,
|
|
2076
2338
|
"name": "archiveName",
|
|
2077
2339
|
"kind": 32768,
|
|
2078
2340
|
"kindString": "Parameter",
|
|
@@ -2085,7 +2347,7 @@
|
|
|
2085
2347
|
}
|
|
2086
2348
|
},
|
|
2087
2349
|
{
|
|
2088
|
-
"id":
|
|
2350
|
+
"id": 105,
|
|
2089
2351
|
"name": "refresher",
|
|
2090
2352
|
"kind": 32768,
|
|
2091
2353
|
"kindString": "Parameter",
|
|
@@ -2115,29 +2377,29 @@
|
|
|
2115
2377
|
]
|
|
2116
2378
|
},
|
|
2117
2379
|
{
|
|
2118
|
-
"id":
|
|
2380
|
+
"id": 111,
|
|
2119
2381
|
"name": "useArchivistModule",
|
|
2120
2382
|
"kind": 64,
|
|
2121
2383
|
"kindString": "Function",
|
|
2122
2384
|
"flags": {},
|
|
2123
2385
|
"sources": [
|
|
2124
2386
|
{
|
|
2125
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2387
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModule.ts",
|
|
2126
2388
|
"line": 6,
|
|
2127
2389
|
"character": 13,
|
|
2128
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2390
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useArchivistModule.ts#L6"
|
|
2129
2391
|
}
|
|
2130
2392
|
],
|
|
2131
2393
|
"signatures": [
|
|
2132
2394
|
{
|
|
2133
|
-
"id":
|
|
2395
|
+
"id": 112,
|
|
2134
2396
|
"name": "useArchivistModule",
|
|
2135
2397
|
"kind": 4096,
|
|
2136
2398
|
"kindString": "Call signature",
|
|
2137
2399
|
"flags": {},
|
|
2138
2400
|
"parameters": [
|
|
2139
2401
|
{
|
|
2140
|
-
"id":
|
|
2402
|
+
"id": 113,
|
|
2141
2403
|
"name": "filter",
|
|
2142
2404
|
"kind": 32768,
|
|
2143
2405
|
"kindString": "Parameter",
|
|
@@ -2171,22 +2433,22 @@
|
|
|
2171
2433
|
]
|
|
2172
2434
|
},
|
|
2173
2435
|
{
|
|
2174
|
-
"id":
|
|
2436
|
+
"id": 114,
|
|
2175
2437
|
"name": "useArchivistModules",
|
|
2176
2438
|
"kind": 64,
|
|
2177
2439
|
"kindString": "Function",
|
|
2178
2440
|
"flags": {},
|
|
2179
2441
|
"sources": [
|
|
2180
2442
|
{
|
|
2181
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2443
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModules.ts",
|
|
2182
2444
|
"line": 5,
|
|
2183
2445
|
"character": 13,
|
|
2184
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2446
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useArchivistModules.ts#L5"
|
|
2185
2447
|
}
|
|
2186
2448
|
],
|
|
2187
2449
|
"signatures": [
|
|
2188
2450
|
{
|
|
2189
|
-
"id":
|
|
2451
|
+
"id": 115,
|
|
2190
2452
|
"name": "useArchivistModules",
|
|
2191
2453
|
"kind": 4096,
|
|
2192
2454
|
"kindString": "Call signature",
|
|
@@ -2213,29 +2475,29 @@
|
|
|
2213
2475
|
]
|
|
2214
2476
|
},
|
|
2215
2477
|
{
|
|
2216
|
-
"id":
|
|
2478
|
+
"id": 116,
|
|
2217
2479
|
"name": "useDivinerModule",
|
|
2218
2480
|
"kind": 64,
|
|
2219
2481
|
"kindString": "Function",
|
|
2220
2482
|
"flags": {},
|
|
2221
2483
|
"sources": [
|
|
2222
2484
|
{
|
|
2223
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2485
|
+
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModule.ts",
|
|
2224
2486
|
"line": 6,
|
|
2225
2487
|
"character": 13,
|
|
2226
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2488
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useDivinerModule.ts#L6"
|
|
2227
2489
|
}
|
|
2228
2490
|
],
|
|
2229
2491
|
"signatures": [
|
|
2230
2492
|
{
|
|
2231
|
-
"id":
|
|
2493
|
+
"id": 117,
|
|
2232
2494
|
"name": "useDivinerModule",
|
|
2233
2495
|
"kind": 4096,
|
|
2234
2496
|
"kindString": "Call signature",
|
|
2235
2497
|
"flags": {},
|
|
2236
2498
|
"parameters": [
|
|
2237
2499
|
{
|
|
2238
|
-
"id":
|
|
2500
|
+
"id": 118,
|
|
2239
2501
|
"name": "filter",
|
|
2240
2502
|
"kind": 32768,
|
|
2241
2503
|
"kindString": "Parameter",
|
|
@@ -2269,22 +2531,22 @@
|
|
|
2269
2531
|
]
|
|
2270
2532
|
},
|
|
2271
2533
|
{
|
|
2272
|
-
"id":
|
|
2534
|
+
"id": 119,
|
|
2273
2535
|
"name": "useDivinerModules",
|
|
2274
2536
|
"kind": 64,
|
|
2275
2537
|
"kindString": "Function",
|
|
2276
2538
|
"flags": {},
|
|
2277
2539
|
"sources": [
|
|
2278
2540
|
{
|
|
2279
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2541
|
+
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModules.ts",
|
|
2280
2542
|
"line": 6,
|
|
2281
2543
|
"character": 13,
|
|
2282
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2544
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useDivinerModules.ts#L6"
|
|
2283
2545
|
}
|
|
2284
2546
|
],
|
|
2285
2547
|
"signatures": [
|
|
2286
2548
|
{
|
|
2287
|
-
"id":
|
|
2549
|
+
"id": 120,
|
|
2288
2550
|
"name": "useDivinerModules",
|
|
2289
2551
|
"kind": 4096,
|
|
2290
2552
|
"kindString": "Call signature",
|
|
@@ -2311,29 +2573,29 @@
|
|
|
2311
2573
|
]
|
|
2312
2574
|
},
|
|
2313
2575
|
{
|
|
2314
|
-
"id":
|
|
2576
|
+
"id": 121,
|
|
2315
2577
|
"name": "useMemoryNodeUpdates",
|
|
2316
2578
|
"kind": 64,
|
|
2317
2579
|
"kindString": "Function",
|
|
2318
2580
|
"flags": {},
|
|
2319
2581
|
"sources": [
|
|
2320
2582
|
{
|
|
2321
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2583
|
+
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
2322
2584
|
"line": 13,
|
|
2323
2585
|
"character": 13,
|
|
2324
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2586
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2325
2587
|
}
|
|
2326
2588
|
],
|
|
2327
2589
|
"signatures": [
|
|
2328
2590
|
{
|
|
2329
|
-
"id":
|
|
2591
|
+
"id": 122,
|
|
2330
2592
|
"name": "useMemoryNodeUpdates",
|
|
2331
2593
|
"kind": 4096,
|
|
2332
2594
|
"kindString": "Call signature",
|
|
2333
2595
|
"flags": {},
|
|
2334
2596
|
"parameters": [
|
|
2335
2597
|
{
|
|
2336
|
-
"id":
|
|
2598
|
+
"id": 123,
|
|
2337
2599
|
"name": "refreshAddresses",
|
|
2338
2600
|
"kind": 32768,
|
|
2339
2601
|
"kindString": "Parameter",
|
|
@@ -2357,29 +2619,29 @@
|
|
|
2357
2619
|
]
|
|
2358
2620
|
},
|
|
2359
2621
|
{
|
|
2360
|
-
"id":
|
|
2622
|
+
"id": 124,
|
|
2361
2623
|
"name": "useModule",
|
|
2362
2624
|
"kind": 64,
|
|
2363
2625
|
"kindString": "Function",
|
|
2364
2626
|
"flags": {},
|
|
2365
2627
|
"sources": [
|
|
2366
2628
|
{
|
|
2367
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModule
|
|
2368
|
-
"line":
|
|
2629
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
2630
|
+
"line": 6,
|
|
2369
2631
|
"character": 13,
|
|
2370
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2632
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useModule.tsx#L6"
|
|
2371
2633
|
}
|
|
2372
2634
|
],
|
|
2373
2635
|
"signatures": [
|
|
2374
2636
|
{
|
|
2375
|
-
"id":
|
|
2637
|
+
"id": 125,
|
|
2376
2638
|
"name": "useModule",
|
|
2377
2639
|
"kind": 4096,
|
|
2378
2640
|
"kindString": "Call signature",
|
|
2379
2641
|
"flags": {},
|
|
2380
2642
|
"parameters": [
|
|
2381
2643
|
{
|
|
2382
|
-
"id":
|
|
2644
|
+
"id": 126,
|
|
2383
2645
|
"name": "name",
|
|
2384
2646
|
"kind": 32768,
|
|
2385
2647
|
"kindString": "Parameter",
|
|
@@ -2393,29 +2655,49 @@
|
|
|
2393
2655
|
}
|
|
2394
2656
|
],
|
|
2395
2657
|
"type": {
|
|
2396
|
-
"type": "
|
|
2397
|
-
"
|
|
2658
|
+
"type": "tuple",
|
|
2659
|
+
"elements": [
|
|
2398
2660
|
{
|
|
2399
|
-
"type": "
|
|
2400
|
-
"
|
|
2401
|
-
|
|
2661
|
+
"type": "union",
|
|
2662
|
+
"types": [
|
|
2663
|
+
{
|
|
2664
|
+
"type": "reference",
|
|
2665
|
+
"id": 76,
|
|
2666
|
+
"name": "TModule"
|
|
2667
|
+
},
|
|
2668
|
+
{
|
|
2669
|
+
"type": "intrinsic",
|
|
2670
|
+
"name": "undefined"
|
|
2671
|
+
}
|
|
2672
|
+
]
|
|
2402
2673
|
},
|
|
2403
2674
|
{
|
|
2404
|
-
"type": "
|
|
2405
|
-
"
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2675
|
+
"type": "union",
|
|
2676
|
+
"types": [
|
|
2677
|
+
{
|
|
2678
|
+
"type": "reference",
|
|
2679
|
+
"name": "Error",
|
|
2680
|
+
"qualifiedName": "Error",
|
|
2681
|
+
"package": "typescript"
|
|
2682
|
+
},
|
|
2683
|
+
{
|
|
2684
|
+
"type": "intrinsic",
|
|
2685
|
+
"name": "undefined"
|
|
2686
|
+
}
|
|
2687
|
+
]
|
|
2688
|
+
}
|
|
2689
|
+
]
|
|
2690
|
+
}
|
|
2691
|
+
},
|
|
2410
2692
|
{
|
|
2411
|
-
"id":
|
|
2693
|
+
"id": 127,
|
|
2412
2694
|
"name": "useModule",
|
|
2413
2695
|
"kind": 4096,
|
|
2414
2696
|
"kindString": "Call signature",
|
|
2415
2697
|
"flags": {},
|
|
2416
2698
|
"parameters": [
|
|
2417
2699
|
{
|
|
2418
|
-
"id":
|
|
2700
|
+
"id": 128,
|
|
2419
2701
|
"name": "name",
|
|
2420
2702
|
"kind": 32768,
|
|
2421
2703
|
"kindString": "Parameter",
|
|
@@ -2435,7 +2717,7 @@
|
|
|
2435
2717
|
}
|
|
2436
2718
|
},
|
|
2437
2719
|
{
|
|
2438
|
-
"id":
|
|
2720
|
+
"id": 129,
|
|
2439
2721
|
"name": "wrap",
|
|
2440
2722
|
"kind": 32768,
|
|
2441
2723
|
"kindString": "Parameter",
|
|
@@ -2458,29 +2740,114 @@
|
|
|
2458
2740
|
}
|
|
2459
2741
|
],
|
|
2460
2742
|
"type": {
|
|
2461
|
-
"type": "
|
|
2462
|
-
"
|
|
2743
|
+
"type": "tuple",
|
|
2744
|
+
"elements": [
|
|
2463
2745
|
{
|
|
2464
|
-
"type": "
|
|
2465
|
-
"
|
|
2466
|
-
|
|
2746
|
+
"type": "union",
|
|
2747
|
+
"types": [
|
|
2748
|
+
{
|
|
2749
|
+
"type": "reference",
|
|
2750
|
+
"id": 81,
|
|
2751
|
+
"name": "TWrapper"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"type": "intrinsic",
|
|
2755
|
+
"name": "undefined"
|
|
2756
|
+
}
|
|
2757
|
+
]
|
|
2467
2758
|
},
|
|
2468
2759
|
{
|
|
2469
|
-
"type": "
|
|
2470
|
-
"
|
|
2760
|
+
"type": "union",
|
|
2761
|
+
"types": [
|
|
2762
|
+
{
|
|
2763
|
+
"type": "reference",
|
|
2764
|
+
"name": "Error",
|
|
2765
|
+
"qualifiedName": "Error",
|
|
2766
|
+
"package": "typescript"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"type": "intrinsic",
|
|
2770
|
+
"name": "undefined"
|
|
2771
|
+
}
|
|
2772
|
+
]
|
|
2471
2773
|
}
|
|
2472
2774
|
]
|
|
2473
2775
|
}
|
|
2474
2776
|
},
|
|
2475
2777
|
{
|
|
2476
|
-
"id":
|
|
2778
|
+
"id": 130,
|
|
2477
2779
|
"name": "useModule",
|
|
2478
2780
|
"kind": 4096,
|
|
2479
2781
|
"kindString": "Call signature",
|
|
2480
2782
|
"flags": {},
|
|
2481
2783
|
"parameters": [
|
|
2482
2784
|
{
|
|
2483
|
-
"id":
|
|
2785
|
+
"id": 131,
|
|
2786
|
+
"name": "wrap",
|
|
2787
|
+
"kind": 32768,
|
|
2788
|
+
"kindString": "Parameter",
|
|
2789
|
+
"flags": {},
|
|
2790
|
+
"type": {
|
|
2791
|
+
"type": "union",
|
|
2792
|
+
"types": [
|
|
2793
|
+
{
|
|
2794
|
+
"type": "literal",
|
|
2795
|
+
"value": true
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
"type": "reference",
|
|
2799
|
+
"name": "Account",
|
|
2800
|
+
"qualifiedName": "Account",
|
|
2801
|
+
"package": "@xyo-network/account"
|
|
2802
|
+
}
|
|
2803
|
+
]
|
|
2804
|
+
}
|
|
2805
|
+
}
|
|
2806
|
+
],
|
|
2807
|
+
"type": {
|
|
2808
|
+
"type": "tuple",
|
|
2809
|
+
"elements": [
|
|
2810
|
+
{
|
|
2811
|
+
"type": "union",
|
|
2812
|
+
"types": [
|
|
2813
|
+
{
|
|
2814
|
+
"type": "reference",
|
|
2815
|
+
"id": 81,
|
|
2816
|
+
"name": "TWrapper"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"type": "intrinsic",
|
|
2820
|
+
"name": "undefined"
|
|
2821
|
+
}
|
|
2822
|
+
]
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
"type": "union",
|
|
2826
|
+
"types": [
|
|
2827
|
+
{
|
|
2828
|
+
"type": "reference",
|
|
2829
|
+
"name": "Error",
|
|
2830
|
+
"qualifiedName": "Error",
|
|
2831
|
+
"package": "typescript"
|
|
2832
|
+
},
|
|
2833
|
+
{
|
|
2834
|
+
"type": "intrinsic",
|
|
2835
|
+
"name": "undefined"
|
|
2836
|
+
}
|
|
2837
|
+
]
|
|
2838
|
+
}
|
|
2839
|
+
]
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"id": 132,
|
|
2844
|
+
"name": "useModule",
|
|
2845
|
+
"kind": 4096,
|
|
2846
|
+
"kindString": "Call signature",
|
|
2847
|
+
"flags": {},
|
|
2848
|
+
"parameters": [
|
|
2849
|
+
{
|
|
2850
|
+
"id": 133,
|
|
2484
2851
|
"name": "address",
|
|
2485
2852
|
"kind": 32768,
|
|
2486
2853
|
"kindString": "Parameter",
|
|
@@ -2492,29 +2859,49 @@
|
|
|
2492
2859
|
}
|
|
2493
2860
|
],
|
|
2494
2861
|
"type": {
|
|
2495
|
-
"type": "
|
|
2496
|
-
"
|
|
2862
|
+
"type": "tuple",
|
|
2863
|
+
"elements": [
|
|
2497
2864
|
{
|
|
2498
|
-
"type": "
|
|
2499
|
-
"
|
|
2500
|
-
|
|
2865
|
+
"type": "union",
|
|
2866
|
+
"types": [
|
|
2867
|
+
{
|
|
2868
|
+
"type": "reference",
|
|
2869
|
+
"id": 76,
|
|
2870
|
+
"name": "TModule"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
"type": "intrinsic",
|
|
2874
|
+
"name": "undefined"
|
|
2875
|
+
}
|
|
2876
|
+
]
|
|
2501
2877
|
},
|
|
2502
2878
|
{
|
|
2503
|
-
"type": "
|
|
2504
|
-
"
|
|
2879
|
+
"type": "union",
|
|
2880
|
+
"types": [
|
|
2881
|
+
{
|
|
2882
|
+
"type": "reference",
|
|
2883
|
+
"name": "Error",
|
|
2884
|
+
"qualifiedName": "Error",
|
|
2885
|
+
"package": "typescript"
|
|
2886
|
+
},
|
|
2887
|
+
{
|
|
2888
|
+
"type": "intrinsic",
|
|
2889
|
+
"name": "undefined"
|
|
2890
|
+
}
|
|
2891
|
+
]
|
|
2505
2892
|
}
|
|
2506
2893
|
]
|
|
2507
2894
|
}
|
|
2508
2895
|
},
|
|
2509
2896
|
{
|
|
2510
|
-
"id":
|
|
2897
|
+
"id": 134,
|
|
2511
2898
|
"name": "useModule",
|
|
2512
2899
|
"kind": 4096,
|
|
2513
2900
|
"kindString": "Call signature",
|
|
2514
2901
|
"flags": {},
|
|
2515
2902
|
"parameters": [
|
|
2516
2903
|
{
|
|
2517
|
-
"id":
|
|
2904
|
+
"id": 135,
|
|
2518
2905
|
"name": "address",
|
|
2519
2906
|
"kind": 32768,
|
|
2520
2907
|
"kindString": "Parameter",
|
|
@@ -2525,7 +2912,7 @@
|
|
|
2525
2912
|
}
|
|
2526
2913
|
},
|
|
2527
2914
|
{
|
|
2528
|
-
"id":
|
|
2915
|
+
"id": 136,
|
|
2529
2916
|
"name": "wrap",
|
|
2530
2917
|
"kind": 32768,
|
|
2531
2918
|
"kindString": "Parameter",
|
|
@@ -2548,16 +2935,36 @@
|
|
|
2548
2935
|
}
|
|
2549
2936
|
],
|
|
2550
2937
|
"type": {
|
|
2551
|
-
"type": "
|
|
2552
|
-
"
|
|
2938
|
+
"type": "tuple",
|
|
2939
|
+
"elements": [
|
|
2553
2940
|
{
|
|
2554
|
-
"type": "
|
|
2555
|
-
"
|
|
2556
|
-
|
|
2941
|
+
"type": "union",
|
|
2942
|
+
"types": [
|
|
2943
|
+
{
|
|
2944
|
+
"type": "reference",
|
|
2945
|
+
"id": 81,
|
|
2946
|
+
"name": "TWrapper"
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
"type": "intrinsic",
|
|
2950
|
+
"name": "undefined"
|
|
2951
|
+
}
|
|
2952
|
+
]
|
|
2557
2953
|
},
|
|
2558
2954
|
{
|
|
2559
|
-
"type": "
|
|
2560
|
-
"
|
|
2955
|
+
"type": "union",
|
|
2956
|
+
"types": [
|
|
2957
|
+
{
|
|
2958
|
+
"type": "reference",
|
|
2959
|
+
"name": "Error",
|
|
2960
|
+
"qualifiedName": "Error",
|
|
2961
|
+
"package": "typescript"
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"type": "intrinsic",
|
|
2965
|
+
"name": "undefined"
|
|
2966
|
+
}
|
|
2967
|
+
]
|
|
2561
2968
|
}
|
|
2562
2969
|
]
|
|
2563
2970
|
}
|
|
@@ -2565,22 +2972,22 @@
|
|
|
2565
2972
|
]
|
|
2566
2973
|
},
|
|
2567
2974
|
{
|
|
2568
|
-
"id":
|
|
2975
|
+
"id": 137,
|
|
2569
2976
|
"name": "useModuleAddresses",
|
|
2570
2977
|
"kind": 64,
|
|
2571
2978
|
"kindString": "Function",
|
|
2572
2979
|
"flags": {},
|
|
2573
2980
|
"sources": [
|
|
2574
2981
|
{
|
|
2575
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2982
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModuleAddresses.ts",
|
|
2576
2983
|
"line": 6,
|
|
2577
2984
|
"character": 13,
|
|
2578
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2985
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useModuleAddresses.ts#L6"
|
|
2579
2986
|
}
|
|
2580
2987
|
],
|
|
2581
2988
|
"signatures": [
|
|
2582
2989
|
{
|
|
2583
|
-
"id":
|
|
2990
|
+
"id": 138,
|
|
2584
2991
|
"name": "useModuleAddresses",
|
|
2585
2992
|
"kind": 4096,
|
|
2586
2993
|
"kindString": "Call signature",
|
|
@@ -2630,7 +3037,7 @@
|
|
|
2630
3037
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
2631
3038
|
"line": 5,
|
|
2632
3039
|
"character": 13,
|
|
2633
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3040
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
2634
3041
|
}
|
|
2635
3042
|
],
|
|
2636
3043
|
"signatures": [
|
|
@@ -2684,29 +3091,29 @@
|
|
|
2684
3091
|
]
|
|
2685
3092
|
},
|
|
2686
3093
|
{
|
|
2687
|
-
"id":
|
|
3094
|
+
"id": 139,
|
|
2688
3095
|
"name": "useModules",
|
|
2689
3096
|
"kind": 64,
|
|
2690
3097
|
"kindString": "Function",
|
|
2691
3098
|
"flags": {},
|
|
2692
3099
|
"sources": [
|
|
2693
3100
|
{
|
|
2694
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3101
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModules.ts",
|
|
2695
3102
|
"line": 7,
|
|
2696
3103
|
"character": 13,
|
|
2697
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3104
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useModules.ts#L7"
|
|
2698
3105
|
}
|
|
2699
3106
|
],
|
|
2700
3107
|
"signatures": [
|
|
2701
3108
|
{
|
|
2702
|
-
"id":
|
|
3109
|
+
"id": 140,
|
|
2703
3110
|
"name": "useModules",
|
|
2704
3111
|
"kind": 4096,
|
|
2705
3112
|
"kindString": "Call signature",
|
|
2706
3113
|
"flags": {},
|
|
2707
3114
|
"typeParameter": [
|
|
2708
3115
|
{
|
|
2709
|
-
"id":
|
|
3116
|
+
"id": 145,
|
|
2710
3117
|
"name": "T",
|
|
2711
3118
|
"kind": 131072,
|
|
2712
3119
|
"kindString": "Type parameter",
|
|
@@ -2732,7 +3139,7 @@
|
|
|
2732
3139
|
{
|
|
2733
3140
|
"type": "reflection",
|
|
2734
3141
|
"declaration": {
|
|
2735
|
-
"id":
|
|
3142
|
+
"id": 141,
|
|
2736
3143
|
"name": "__type",
|
|
2737
3144
|
"kind": 65536,
|
|
2738
3145
|
"kindString": "Type literal",
|
|
@@ -2749,7 +3156,7 @@
|
|
|
2749
3156
|
{
|
|
2750
3157
|
"type": "reflection",
|
|
2751
3158
|
"declaration": {
|
|
2752
|
-
"id":
|
|
3159
|
+
"id": 142,
|
|
2753
3160
|
"name": "__type",
|
|
2754
3161
|
"kind": 65536,
|
|
2755
3162
|
"kindString": "Type literal",
|
|
@@ -2791,7 +3198,7 @@
|
|
|
2791
3198
|
{
|
|
2792
3199
|
"type": "reflection",
|
|
2793
3200
|
"declaration": {
|
|
2794
|
-
"id":
|
|
3201
|
+
"id": 143,
|
|
2795
3202
|
"name": "__type",
|
|
2796
3203
|
"kind": 65536,
|
|
2797
3204
|
"kindString": "Type literal",
|
|
@@ -2808,7 +3215,7 @@
|
|
|
2808
3215
|
{
|
|
2809
3216
|
"type": "reflection",
|
|
2810
3217
|
"declaration": {
|
|
2811
|
-
"id":
|
|
3218
|
+
"id": 144,
|
|
2812
3219
|
"name": "__type",
|
|
2813
3220
|
"kind": 65536,
|
|
2814
3221
|
"kindString": "Type literal",
|
|
@@ -2833,7 +3240,7 @@
|
|
|
2833
3240
|
],
|
|
2834
3241
|
"parameters": [
|
|
2835
3242
|
{
|
|
2836
|
-
"id":
|
|
3243
|
+
"id": 146,
|
|
2837
3244
|
"name": "filter",
|
|
2838
3245
|
"kind": 32768,
|
|
2839
3246
|
"kindString": "Parameter",
|
|
@@ -2859,7 +3266,7 @@
|
|
|
2859
3266
|
"type": "array",
|
|
2860
3267
|
"elementType": {
|
|
2861
3268
|
"type": "reference",
|
|
2862
|
-
"id":
|
|
3269
|
+
"id": 145,
|
|
2863
3270
|
"name": "T"
|
|
2864
3271
|
}
|
|
2865
3272
|
}
|
|
@@ -2869,29 +3276,29 @@
|
|
|
2869
3276
|
]
|
|
2870
3277
|
},
|
|
2871
3278
|
{
|
|
2872
|
-
"id":
|
|
3279
|
+
"id": 147,
|
|
2873
3280
|
"name": "useNode",
|
|
2874
3281
|
"kind": 64,
|
|
2875
3282
|
"kindString": "Function",
|
|
2876
3283
|
"flags": {},
|
|
2877
3284
|
"sources": [
|
|
2878
3285
|
{
|
|
2879
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode
|
|
2880
|
-
"line":
|
|
3286
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
3287
|
+
"line": 6,
|
|
2881
3288
|
"character": 13,
|
|
2882
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3289
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useNode.tsx#L6"
|
|
2883
3290
|
}
|
|
2884
3291
|
],
|
|
2885
3292
|
"signatures": [
|
|
2886
3293
|
{
|
|
2887
|
-
"id":
|
|
3294
|
+
"id": 148,
|
|
2888
3295
|
"name": "useNode",
|
|
2889
3296
|
"kind": 4096,
|
|
2890
3297
|
"kindString": "Call signature",
|
|
2891
3298
|
"flags": {},
|
|
2892
3299
|
"parameters": [
|
|
2893
3300
|
{
|
|
2894
|
-
"id":
|
|
3301
|
+
"id": 149,
|
|
2895
3302
|
"name": "name",
|
|
2896
3303
|
"kind": 32768,
|
|
2897
3304
|
"kindString": "Parameter",
|
|
@@ -2905,29 +3312,49 @@
|
|
|
2905
3312
|
}
|
|
2906
3313
|
],
|
|
2907
3314
|
"type": {
|
|
2908
|
-
"type": "
|
|
2909
|
-
"
|
|
3315
|
+
"type": "tuple",
|
|
3316
|
+
"elements": [
|
|
2910
3317
|
{
|
|
2911
|
-
"type": "
|
|
2912
|
-
"
|
|
2913
|
-
|
|
3318
|
+
"type": "union",
|
|
3319
|
+
"types": [
|
|
3320
|
+
{
|
|
3321
|
+
"type": "reference",
|
|
3322
|
+
"id": 76,
|
|
3323
|
+
"name": "TModule"
|
|
3324
|
+
},
|
|
3325
|
+
{
|
|
3326
|
+
"type": "intrinsic",
|
|
3327
|
+
"name": "undefined"
|
|
3328
|
+
}
|
|
3329
|
+
]
|
|
2914
3330
|
},
|
|
2915
3331
|
{
|
|
2916
|
-
"type": "
|
|
2917
|
-
"
|
|
3332
|
+
"type": "union",
|
|
3333
|
+
"types": [
|
|
3334
|
+
{
|
|
3335
|
+
"type": "reference",
|
|
3336
|
+
"name": "Error",
|
|
3337
|
+
"qualifiedName": "Error",
|
|
3338
|
+
"package": "typescript"
|
|
3339
|
+
},
|
|
3340
|
+
{
|
|
3341
|
+
"type": "intrinsic",
|
|
3342
|
+
"name": "undefined"
|
|
3343
|
+
}
|
|
3344
|
+
]
|
|
2918
3345
|
}
|
|
2919
3346
|
]
|
|
2920
3347
|
}
|
|
2921
3348
|
},
|
|
2922
3349
|
{
|
|
2923
|
-
"id":
|
|
3350
|
+
"id": 150,
|
|
2924
3351
|
"name": "useNode",
|
|
2925
3352
|
"kind": 4096,
|
|
2926
3353
|
"kindString": "Call signature",
|
|
2927
3354
|
"flags": {},
|
|
2928
3355
|
"parameters": [
|
|
2929
3356
|
{
|
|
2930
|
-
"id":
|
|
3357
|
+
"id": 151,
|
|
2931
3358
|
"name": "name",
|
|
2932
3359
|
"kind": 32768,
|
|
2933
3360
|
"kindString": "Parameter",
|
|
@@ -2947,7 +3374,7 @@
|
|
|
2947
3374
|
}
|
|
2948
3375
|
},
|
|
2949
3376
|
{
|
|
2950
|
-
"id":
|
|
3377
|
+
"id": 152,
|
|
2951
3378
|
"name": "wrap",
|
|
2952
3379
|
"kind": 32768,
|
|
2953
3380
|
"kindString": "Parameter",
|
|
@@ -2970,29 +3397,114 @@
|
|
|
2970
3397
|
}
|
|
2971
3398
|
],
|
|
2972
3399
|
"type": {
|
|
2973
|
-
"type": "
|
|
2974
|
-
"
|
|
3400
|
+
"type": "tuple",
|
|
3401
|
+
"elements": [
|
|
2975
3402
|
{
|
|
2976
|
-
"type": "
|
|
2977
|
-
"
|
|
2978
|
-
|
|
3403
|
+
"type": "union",
|
|
3404
|
+
"types": [
|
|
3405
|
+
{
|
|
3406
|
+
"type": "reference",
|
|
3407
|
+
"id": 81,
|
|
3408
|
+
"name": "TWrapper"
|
|
3409
|
+
},
|
|
3410
|
+
{
|
|
3411
|
+
"type": "intrinsic",
|
|
3412
|
+
"name": "undefined"
|
|
3413
|
+
}
|
|
3414
|
+
]
|
|
2979
3415
|
},
|
|
2980
3416
|
{
|
|
2981
|
-
"type": "
|
|
2982
|
-
"
|
|
3417
|
+
"type": "union",
|
|
3418
|
+
"types": [
|
|
3419
|
+
{
|
|
3420
|
+
"type": "reference",
|
|
3421
|
+
"name": "Error",
|
|
3422
|
+
"qualifiedName": "Error",
|
|
3423
|
+
"package": "typescript"
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"type": "intrinsic",
|
|
3427
|
+
"name": "undefined"
|
|
3428
|
+
}
|
|
3429
|
+
]
|
|
2983
3430
|
}
|
|
2984
3431
|
]
|
|
2985
3432
|
}
|
|
2986
3433
|
},
|
|
2987
3434
|
{
|
|
2988
|
-
"id":
|
|
3435
|
+
"id": 153,
|
|
2989
3436
|
"name": "useNode",
|
|
2990
3437
|
"kind": 4096,
|
|
2991
3438
|
"kindString": "Call signature",
|
|
2992
3439
|
"flags": {},
|
|
2993
3440
|
"parameters": [
|
|
2994
3441
|
{
|
|
2995
|
-
"id":
|
|
3442
|
+
"id": 154,
|
|
3443
|
+
"name": "wrap",
|
|
3444
|
+
"kind": 32768,
|
|
3445
|
+
"kindString": "Parameter",
|
|
3446
|
+
"flags": {},
|
|
3447
|
+
"type": {
|
|
3448
|
+
"type": "union",
|
|
3449
|
+
"types": [
|
|
3450
|
+
{
|
|
3451
|
+
"type": "literal",
|
|
3452
|
+
"value": true
|
|
3453
|
+
},
|
|
3454
|
+
{
|
|
3455
|
+
"type": "reference",
|
|
3456
|
+
"name": "Account",
|
|
3457
|
+
"qualifiedName": "Account",
|
|
3458
|
+
"package": "@xyo-network/account"
|
|
3459
|
+
}
|
|
3460
|
+
]
|
|
3461
|
+
}
|
|
3462
|
+
}
|
|
3463
|
+
],
|
|
3464
|
+
"type": {
|
|
3465
|
+
"type": "tuple",
|
|
3466
|
+
"elements": [
|
|
3467
|
+
{
|
|
3468
|
+
"type": "union",
|
|
3469
|
+
"types": [
|
|
3470
|
+
{
|
|
3471
|
+
"type": "reference",
|
|
3472
|
+
"id": 81,
|
|
3473
|
+
"name": "TWrapper"
|
|
3474
|
+
},
|
|
3475
|
+
{
|
|
3476
|
+
"type": "intrinsic",
|
|
3477
|
+
"name": "undefined"
|
|
3478
|
+
}
|
|
3479
|
+
]
|
|
3480
|
+
},
|
|
3481
|
+
{
|
|
3482
|
+
"type": "union",
|
|
3483
|
+
"types": [
|
|
3484
|
+
{
|
|
3485
|
+
"type": "reference",
|
|
3486
|
+
"name": "Error",
|
|
3487
|
+
"qualifiedName": "Error",
|
|
3488
|
+
"package": "typescript"
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"type": "intrinsic",
|
|
3492
|
+
"name": "undefined"
|
|
3493
|
+
}
|
|
3494
|
+
]
|
|
3495
|
+
}
|
|
3496
|
+
]
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
{
|
|
3500
|
+
"id": 155,
|
|
3501
|
+
"name": "useNode",
|
|
3502
|
+
"kind": 4096,
|
|
3503
|
+
"kindString": "Call signature",
|
|
3504
|
+
"flags": {},
|
|
3505
|
+
"parameters": [
|
|
3506
|
+
{
|
|
3507
|
+
"id": 156,
|
|
2996
3508
|
"name": "address",
|
|
2997
3509
|
"kind": 32768,
|
|
2998
3510
|
"kindString": "Parameter",
|
|
@@ -3004,29 +3516,49 @@
|
|
|
3004
3516
|
}
|
|
3005
3517
|
],
|
|
3006
3518
|
"type": {
|
|
3007
|
-
"type": "
|
|
3008
|
-
"
|
|
3519
|
+
"type": "tuple",
|
|
3520
|
+
"elements": [
|
|
3009
3521
|
{
|
|
3010
|
-
"type": "
|
|
3011
|
-
"
|
|
3012
|
-
|
|
3522
|
+
"type": "union",
|
|
3523
|
+
"types": [
|
|
3524
|
+
{
|
|
3525
|
+
"type": "reference",
|
|
3526
|
+
"id": 76,
|
|
3527
|
+
"name": "TModule"
|
|
3528
|
+
},
|
|
3529
|
+
{
|
|
3530
|
+
"type": "intrinsic",
|
|
3531
|
+
"name": "undefined"
|
|
3532
|
+
}
|
|
3533
|
+
]
|
|
3013
3534
|
},
|
|
3014
3535
|
{
|
|
3015
|
-
"type": "
|
|
3016
|
-
"
|
|
3536
|
+
"type": "union",
|
|
3537
|
+
"types": [
|
|
3538
|
+
{
|
|
3539
|
+
"type": "reference",
|
|
3540
|
+
"name": "Error",
|
|
3541
|
+
"qualifiedName": "Error",
|
|
3542
|
+
"package": "typescript"
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"type": "intrinsic",
|
|
3546
|
+
"name": "undefined"
|
|
3547
|
+
}
|
|
3548
|
+
]
|
|
3017
3549
|
}
|
|
3018
3550
|
]
|
|
3019
3551
|
}
|
|
3020
3552
|
},
|
|
3021
3553
|
{
|
|
3022
|
-
"id":
|
|
3554
|
+
"id": 157,
|
|
3023
3555
|
"name": "useNode",
|
|
3024
3556
|
"kind": 4096,
|
|
3025
3557
|
"kindString": "Call signature",
|
|
3026
3558
|
"flags": {},
|
|
3027
3559
|
"parameters": [
|
|
3028
3560
|
{
|
|
3029
|
-
"id":
|
|
3561
|
+
"id": 158,
|
|
3030
3562
|
"name": "address",
|
|
3031
3563
|
"kind": 32768,
|
|
3032
3564
|
"kindString": "Parameter",
|
|
@@ -3037,7 +3569,7 @@
|
|
|
3037
3569
|
}
|
|
3038
3570
|
},
|
|
3039
3571
|
{
|
|
3040
|
-
"id":
|
|
3572
|
+
"id": 159,
|
|
3041
3573
|
"name": "wrap",
|
|
3042
3574
|
"kind": 32768,
|
|
3043
3575
|
"kindString": "Parameter",
|
|
@@ -3060,16 +3592,36 @@
|
|
|
3060
3592
|
}
|
|
3061
3593
|
],
|
|
3062
3594
|
"type": {
|
|
3063
|
-
"type": "
|
|
3064
|
-
"
|
|
3595
|
+
"type": "tuple",
|
|
3596
|
+
"elements": [
|
|
3065
3597
|
{
|
|
3066
|
-
"type": "
|
|
3067
|
-
"
|
|
3068
|
-
|
|
3598
|
+
"type": "union",
|
|
3599
|
+
"types": [
|
|
3600
|
+
{
|
|
3601
|
+
"type": "reference",
|
|
3602
|
+
"id": 81,
|
|
3603
|
+
"name": "TWrapper"
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"type": "intrinsic",
|
|
3607
|
+
"name": "undefined"
|
|
3608
|
+
}
|
|
3609
|
+
]
|
|
3069
3610
|
},
|
|
3070
3611
|
{
|
|
3071
|
-
"type": "
|
|
3072
|
-
"
|
|
3612
|
+
"type": "union",
|
|
3613
|
+
"types": [
|
|
3614
|
+
{
|
|
3615
|
+
"type": "reference",
|
|
3616
|
+
"name": "Error",
|
|
3617
|
+
"qualifiedName": "Error",
|
|
3618
|
+
"package": "typescript"
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"type": "intrinsic",
|
|
3622
|
+
"name": "undefined"
|
|
3623
|
+
}
|
|
3624
|
+
]
|
|
3073
3625
|
}
|
|
3074
3626
|
]
|
|
3075
3627
|
}
|
|
@@ -3087,7 +3639,7 @@
|
|
|
3087
3639
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
3088
3640
|
"line": 5,
|
|
3089
3641
|
"character": 13,
|
|
3090
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3642
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
3091
3643
|
}
|
|
3092
3644
|
],
|
|
3093
3645
|
"signatures": [
|
|
@@ -3141,29 +3693,29 @@
|
|
|
3141
3693
|
]
|
|
3142
3694
|
},
|
|
3143
3695
|
{
|
|
3144
|
-
"id":
|
|
3696
|
+
"id": 167,
|
|
3145
3697
|
"name": "useNodeQueryDiviner",
|
|
3146
3698
|
"kind": 64,
|
|
3147
3699
|
"kindString": "Function",
|
|
3148
3700
|
"flags": {},
|
|
3149
3701
|
"sources": [
|
|
3150
3702
|
{
|
|
3151
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3703
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx",
|
|
3152
3704
|
"line": 44,
|
|
3153
3705
|
"character": 13,
|
|
3154
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3706
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx#L44"
|
|
3155
3707
|
}
|
|
3156
3708
|
],
|
|
3157
3709
|
"signatures": [
|
|
3158
3710
|
{
|
|
3159
|
-
"id":
|
|
3711
|
+
"id": 168,
|
|
3160
3712
|
"name": "useNodeQueryDiviner",
|
|
3161
3713
|
"kind": 4096,
|
|
3162
3714
|
"kindString": "Call signature",
|
|
3163
3715
|
"flags": {},
|
|
3164
3716
|
"parameters": [
|
|
3165
3717
|
{
|
|
3166
|
-
"id":
|
|
3718
|
+
"id": 169,
|
|
3167
3719
|
"name": "moduleIdentifier",
|
|
3168
3720
|
"kind": 32768,
|
|
3169
3721
|
"kindString": "Parameter",
|
|
@@ -3176,7 +3728,7 @@
|
|
|
3176
3728
|
}
|
|
3177
3729
|
},
|
|
3178
3730
|
{
|
|
3179
|
-
"id":
|
|
3731
|
+
"id": 170,
|
|
3180
3732
|
"name": "query",
|
|
3181
3733
|
"kind": 32768,
|
|
3182
3734
|
"kindString": "Parameter",
|
|
@@ -3201,7 +3753,7 @@
|
|
|
3201
3753
|
{
|
|
3202
3754
|
"type": "reflection",
|
|
3203
3755
|
"declaration": {
|
|
3204
|
-
"id":
|
|
3756
|
+
"id": 171,
|
|
3205
3757
|
"name": "__type",
|
|
3206
3758
|
"kind": 65536,
|
|
3207
3759
|
"kindString": "Type literal",
|
|
@@ -3219,7 +3771,7 @@
|
|
|
3219
3771
|
}
|
|
3220
3772
|
},
|
|
3221
3773
|
{
|
|
3222
|
-
"id":
|
|
3774
|
+
"id": 172,
|
|
3223
3775
|
"name": "refresher",
|
|
3224
3776
|
"kind": 32768,
|
|
3225
3777
|
"kindString": "Parameter",
|
|
@@ -3232,7 +3784,7 @@
|
|
|
3232
3784
|
}
|
|
3233
3785
|
},
|
|
3234
3786
|
{
|
|
3235
|
-
"id":
|
|
3787
|
+
"id": 173,
|
|
3236
3788
|
"name": "refreshAddresses",
|
|
3237
3789
|
"kind": 32768,
|
|
3238
3790
|
"kindString": "Parameter",
|
|
@@ -3279,7 +3831,7 @@
|
|
|
3279
3831
|
{
|
|
3280
3832
|
"type": "reflection",
|
|
3281
3833
|
"declaration": {
|
|
3282
|
-
"id":
|
|
3834
|
+
"id": 174,
|
|
3283
3835
|
"name": "__type",
|
|
3284
3836
|
"kind": 65536,
|
|
3285
3837
|
"kindString": "Type literal",
|
|
@@ -3323,29 +3875,29 @@
|
|
|
3323
3875
|
]
|
|
3324
3876
|
},
|
|
3325
3877
|
{
|
|
3326
|
-
"id":
|
|
3878
|
+
"id": 160,
|
|
3327
3879
|
"name": "useNodeQueryDivinerRaw",
|
|
3328
3880
|
"kind": 64,
|
|
3329
3881
|
"kindString": "Function",
|
|
3330
3882
|
"flags": {},
|
|
3331
3883
|
"sources": [
|
|
3332
3884
|
{
|
|
3333
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3885
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx",
|
|
3334
3886
|
"line": 10,
|
|
3335
3887
|
"character": 13,
|
|
3336
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3888
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx#L10"
|
|
3337
3889
|
}
|
|
3338
3890
|
],
|
|
3339
3891
|
"signatures": [
|
|
3340
3892
|
{
|
|
3341
|
-
"id":
|
|
3893
|
+
"id": 161,
|
|
3342
3894
|
"name": "useNodeQueryDivinerRaw",
|
|
3343
3895
|
"kind": 4096,
|
|
3344
3896
|
"kindString": "Call signature",
|
|
3345
3897
|
"flags": {},
|
|
3346
3898
|
"parameters": [
|
|
3347
3899
|
{
|
|
3348
|
-
"id":
|
|
3900
|
+
"id": 162,
|
|
3349
3901
|
"name": "moduleIdentifier",
|
|
3350
3902
|
"kind": 32768,
|
|
3351
3903
|
"kindString": "Parameter",
|
|
@@ -3358,7 +3910,7 @@
|
|
|
3358
3910
|
}
|
|
3359
3911
|
},
|
|
3360
3912
|
{
|
|
3361
|
-
"id":
|
|
3913
|
+
"id": 163,
|
|
3362
3914
|
"name": "query",
|
|
3363
3915
|
"kind": 32768,
|
|
3364
3916
|
"kindString": "Parameter",
|
|
@@ -3383,7 +3935,7 @@
|
|
|
3383
3935
|
{
|
|
3384
3936
|
"type": "reflection",
|
|
3385
3937
|
"declaration": {
|
|
3386
|
-
"id":
|
|
3938
|
+
"id": 164,
|
|
3387
3939
|
"name": "__type",
|
|
3388
3940
|
"kind": 65536,
|
|
3389
3941
|
"kindString": "Type literal",
|
|
@@ -3401,7 +3953,7 @@
|
|
|
3401
3953
|
}
|
|
3402
3954
|
},
|
|
3403
3955
|
{
|
|
3404
|
-
"id":
|
|
3956
|
+
"id": 165,
|
|
3405
3957
|
"name": "refresher",
|
|
3406
3958
|
"kind": 32768,
|
|
3407
3959
|
"kindString": "Parameter",
|
|
@@ -3445,7 +3997,7 @@
|
|
|
3445
3997
|
{
|
|
3446
3998
|
"type": "reflection",
|
|
3447
3999
|
"declaration": {
|
|
3448
|
-
"id":
|
|
4000
|
+
"id": 166,
|
|
3449
4001
|
"name": "__type",
|
|
3450
4002
|
"kind": 65536,
|
|
3451
4003
|
"kindString": "Type literal",
|
|
@@ -3489,29 +4041,29 @@
|
|
|
3489
4041
|
]
|
|
3490
4042
|
},
|
|
3491
4043
|
{
|
|
3492
|
-
"id":
|
|
4044
|
+
"id": 175,
|
|
3493
4045
|
"name": "useProvidedNode",
|
|
3494
4046
|
"kind": 64,
|
|
3495
4047
|
"kindString": "Function",
|
|
3496
4048
|
"flags": {},
|
|
3497
4049
|
"sources": [
|
|
3498
4050
|
{
|
|
3499
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
4051
|
+
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
3500
4052
|
"line": 14,
|
|
3501
4053
|
"character": 13,
|
|
3502
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4054
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L14"
|
|
3503
4055
|
}
|
|
3504
4056
|
],
|
|
3505
4057
|
"signatures": [
|
|
3506
4058
|
{
|
|
3507
|
-
"id":
|
|
4059
|
+
"id": 176,
|
|
3508
4060
|
"name": "useProvidedNode",
|
|
3509
4061
|
"kind": 4096,
|
|
3510
4062
|
"kindString": "Call signature",
|
|
3511
4063
|
"flags": {},
|
|
3512
4064
|
"parameters": [
|
|
3513
4065
|
{
|
|
3514
|
-
"id":
|
|
4066
|
+
"id": 177,
|
|
3515
4067
|
"name": "wrap",
|
|
3516
4068
|
"kind": 32768,
|
|
3517
4069
|
"kindString": "Parameter",
|
|
@@ -3525,30 +4077,35 @@
|
|
|
3525
4077
|
}
|
|
3526
4078
|
],
|
|
3527
4079
|
"type": {
|
|
3528
|
-
"type": "
|
|
3529
|
-
"
|
|
3530
|
-
{
|
|
3531
|
-
"type": "reference",
|
|
3532
|
-
"name": "NodeModule",
|
|
3533
|
-
"qualifiedName": "NodeModule",
|
|
3534
|
-
"package": "@xyo-network/node"
|
|
3535
|
-
},
|
|
4080
|
+
"type": "tuple",
|
|
4081
|
+
"elements": [
|
|
3536
4082
|
{
|
|
3537
|
-
"type": "
|
|
3538
|
-
"
|
|
4083
|
+
"type": "union",
|
|
4084
|
+
"types": [
|
|
4085
|
+
{
|
|
4086
|
+
"type": "reference",
|
|
4087
|
+
"name": "NodeModule",
|
|
4088
|
+
"qualifiedName": "NodeModule",
|
|
4089
|
+
"package": "@xyo-network/node"
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"type": "intrinsic",
|
|
4093
|
+
"name": "undefined"
|
|
4094
|
+
}
|
|
4095
|
+
]
|
|
3539
4096
|
}
|
|
3540
4097
|
]
|
|
3541
4098
|
}
|
|
3542
4099
|
},
|
|
3543
4100
|
{
|
|
3544
|
-
"id":
|
|
4101
|
+
"id": 178,
|
|
3545
4102
|
"name": "useProvidedNode",
|
|
3546
4103
|
"kind": 4096,
|
|
3547
4104
|
"kindString": "Call signature",
|
|
3548
4105
|
"flags": {},
|
|
3549
4106
|
"parameters": [
|
|
3550
4107
|
{
|
|
3551
|
-
"id":
|
|
4108
|
+
"id": 179,
|
|
3552
4109
|
"name": "wrap",
|
|
3553
4110
|
"kind": 32768,
|
|
3554
4111
|
"kindString": "Parameter",
|
|
@@ -3560,17 +4117,22 @@
|
|
|
3560
4117
|
}
|
|
3561
4118
|
],
|
|
3562
4119
|
"type": {
|
|
3563
|
-
"type": "
|
|
3564
|
-
"
|
|
3565
|
-
{
|
|
3566
|
-
"type": "reference",
|
|
3567
|
-
"name": "NodeWrapper",
|
|
3568
|
-
"qualifiedName": "NodeWrapper",
|
|
3569
|
-
"package": "@xyo-network/node"
|
|
3570
|
-
},
|
|
4120
|
+
"type": "tuple",
|
|
4121
|
+
"elements": [
|
|
3571
4122
|
{
|
|
3572
|
-
"type": "
|
|
3573
|
-
"
|
|
4123
|
+
"type": "union",
|
|
4124
|
+
"types": [
|
|
4125
|
+
{
|
|
4126
|
+
"type": "reference",
|
|
4127
|
+
"name": "NodeWrapper",
|
|
4128
|
+
"qualifiedName": "NodeWrapper",
|
|
4129
|
+
"package": "@xyo-network/node"
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"type": "intrinsic",
|
|
4133
|
+
"name": "undefined"
|
|
4134
|
+
}
|
|
4135
|
+
]
|
|
3574
4136
|
}
|
|
3575
4137
|
]
|
|
3576
4138
|
}
|
|
@@ -3578,29 +4140,29 @@
|
|
|
3578
4140
|
]
|
|
3579
4141
|
},
|
|
3580
4142
|
{
|
|
3581
|
-
"id":
|
|
4143
|
+
"id": 180,
|
|
3582
4144
|
"name": "useWitnessModule",
|
|
3583
4145
|
"kind": 64,
|
|
3584
4146
|
"kindString": "Function",
|
|
3585
4147
|
"flags": {},
|
|
3586
4148
|
"sources": [
|
|
3587
4149
|
{
|
|
3588
|
-
"fileName": "packages/modules/packages/node/src/
|
|
4150
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModule.ts",
|
|
3589
4151
|
"line": 6,
|
|
3590
4152
|
"character": 13,
|
|
3591
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4153
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useWitnessModule.ts#L6"
|
|
3592
4154
|
}
|
|
3593
4155
|
],
|
|
3594
4156
|
"signatures": [
|
|
3595
4157
|
{
|
|
3596
|
-
"id":
|
|
4158
|
+
"id": 181,
|
|
3597
4159
|
"name": "useWitnessModule",
|
|
3598
4160
|
"kind": 4096,
|
|
3599
4161
|
"kindString": "Call signature",
|
|
3600
4162
|
"flags": {},
|
|
3601
4163
|
"parameters": [
|
|
3602
4164
|
{
|
|
3603
|
-
"id":
|
|
4165
|
+
"id": 182,
|
|
3604
4166
|
"name": "filter",
|
|
3605
4167
|
"kind": 32768,
|
|
3606
4168
|
"kindString": "Parameter",
|
|
@@ -3634,22 +4196,22 @@
|
|
|
3634
4196
|
]
|
|
3635
4197
|
},
|
|
3636
4198
|
{
|
|
3637
|
-
"id":
|
|
4199
|
+
"id": 183,
|
|
3638
4200
|
"name": "useWitnessModules",
|
|
3639
4201
|
"kind": 64,
|
|
3640
4202
|
"kindString": "Function",
|
|
3641
4203
|
"flags": {},
|
|
3642
4204
|
"sources": [
|
|
3643
4205
|
{
|
|
3644
|
-
"fileName": "packages/modules/packages/node/src/
|
|
4206
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModules.ts",
|
|
3645
4207
|
"line": 5,
|
|
3646
4208
|
"character": 13,
|
|
3647
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4209
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/hooks/useWitnessModules.ts#L5"
|
|
3648
4210
|
}
|
|
3649
4211
|
],
|
|
3650
4212
|
"signatures": [
|
|
3651
4213
|
{
|
|
3652
|
-
"id":
|
|
4214
|
+
"id": 184,
|
|
3653
4215
|
"name": "useWitnessModules",
|
|
3654
4216
|
"kind": 4096,
|
|
3655
4217
|
"kindString": "Call signature",
|
|
@@ -3693,7 +4255,7 @@
|
|
|
3693
4255
|
"title": "Type Aliases",
|
|
3694
4256
|
"children": [
|
|
3695
4257
|
10,
|
|
3696
|
-
|
|
4258
|
+
63
|
|
3697
4259
|
]
|
|
3698
4260
|
},
|
|
3699
4261
|
{
|
|
@@ -3713,25 +4275,25 @@
|
|
|
3713
4275
|
6,
|
|
3714
4276
|
52,
|
|
3715
4277
|
43,
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3724
|
-
|
|
3725
|
-
|
|
4278
|
+
70,
|
|
4279
|
+
106,
|
|
4280
|
+
102,
|
|
4281
|
+
111,
|
|
4282
|
+
114,
|
|
4283
|
+
116,
|
|
4284
|
+
119,
|
|
4285
|
+
121,
|
|
4286
|
+
124,
|
|
4287
|
+
137,
|
|
3726
4288
|
37,
|
|
3727
|
-
|
|
3728
|
-
|
|
4289
|
+
139,
|
|
4290
|
+
147,
|
|
3729
4291
|
60,
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
4292
|
+
167,
|
|
4293
|
+
160,
|
|
4294
|
+
175,
|
|
4295
|
+
180,
|
|
4296
|
+
183
|
|
3735
4297
|
]
|
|
3736
4298
|
}
|
|
3737
4299
|
],
|
|
@@ -3740,7 +4302,7 @@
|
|
|
3740
4302
|
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
3741
4303
|
"line": 1,
|
|
3742
4304
|
"character": 0,
|
|
3743
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4305
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/245845735dc/packages/modules/packages/node/src/index.ts#L1"
|
|
3744
4306
|
}
|
|
3745
4307
|
]
|
|
3746
4308
|
}
|