@xyo-network/react-node 2.45.0-rc.1 → 2.45.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/components/Node.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 +41 -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 +686 -325
- 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 +36 -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} +7 -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} +8 -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 +8 -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 +56 -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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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,170 @@
|
|
|
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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/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/bc01938dfbf/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L25"
|
|
1771
1882
|
}
|
|
1772
1883
|
],
|
|
1773
1884
|
"signatures": [
|
|
1774
1885
|
{
|
|
1775
|
-
"id":
|
|
1886
|
+
"id": 90,
|
|
1776
1887
|
"name": "__type",
|
|
1777
1888
|
"kind": 4096,
|
|
1778
1889
|
"kindString": "Call signature",
|
|
1779
1890
|
"flags": {},
|
|
1780
1891
|
"parameters": [
|
|
1781
1892
|
{
|
|
1782
|
-
"id":
|
|
1893
|
+
"id": 91,
|
|
1783
1894
|
"name": "name",
|
|
1784
1895
|
"kind": 32768,
|
|
1785
1896
|
"kindString": "Parameter",
|
|
@@ -1793,29 +1904,49 @@
|
|
|
1793
1904
|
}
|
|
1794
1905
|
],
|
|
1795
1906
|
"type": {
|
|
1796
|
-
"type": "
|
|
1797
|
-
"
|
|
1907
|
+
"type": "tuple",
|
|
1908
|
+
"elements": [
|
|
1798
1909
|
{
|
|
1799
|
-
"type": "
|
|
1800
|
-
"
|
|
1801
|
-
|
|
1910
|
+
"type": "union",
|
|
1911
|
+
"types": [
|
|
1912
|
+
{
|
|
1913
|
+
"type": "reference",
|
|
1914
|
+
"id": 76,
|
|
1915
|
+
"name": "TModule"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"type": "intrinsic",
|
|
1919
|
+
"name": "undefined"
|
|
1920
|
+
}
|
|
1921
|
+
]
|
|
1802
1922
|
},
|
|
1803
1923
|
{
|
|
1804
|
-
"type": "
|
|
1805
|
-
"
|
|
1924
|
+
"type": "union",
|
|
1925
|
+
"types": [
|
|
1926
|
+
{
|
|
1927
|
+
"type": "reference",
|
|
1928
|
+
"name": "Error",
|
|
1929
|
+
"qualifiedName": "Error",
|
|
1930
|
+
"package": "typescript"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"type": "intrinsic",
|
|
1934
|
+
"name": "undefined"
|
|
1935
|
+
}
|
|
1936
|
+
]
|
|
1806
1937
|
}
|
|
1807
1938
|
]
|
|
1808
1939
|
}
|
|
1809
1940
|
},
|
|
1810
1941
|
{
|
|
1811
|
-
"id":
|
|
1942
|
+
"id": 92,
|
|
1812
1943
|
"name": "__type",
|
|
1813
1944
|
"kind": 4096,
|
|
1814
1945
|
"kindString": "Call signature",
|
|
1815
1946
|
"flags": {},
|
|
1816
1947
|
"parameters": [
|
|
1817
1948
|
{
|
|
1818
|
-
"id":
|
|
1949
|
+
"id": 93,
|
|
1819
1950
|
"name": "name",
|
|
1820
1951
|
"kind": 32768,
|
|
1821
1952
|
"kindString": "Parameter",
|
|
@@ -1835,7 +1966,7 @@
|
|
|
1835
1966
|
}
|
|
1836
1967
|
},
|
|
1837
1968
|
{
|
|
1838
|
-
"id":
|
|
1969
|
+
"id": 94,
|
|
1839
1970
|
"name": "wrap",
|
|
1840
1971
|
"kind": 32768,
|
|
1841
1972
|
"kindString": "Parameter",
|
|
@@ -1858,29 +1989,49 @@
|
|
|
1858
1989
|
}
|
|
1859
1990
|
],
|
|
1860
1991
|
"type": {
|
|
1861
|
-
"type": "
|
|
1862
|
-
"
|
|
1992
|
+
"type": "tuple",
|
|
1993
|
+
"elements": [
|
|
1863
1994
|
{
|
|
1864
|
-
"type": "
|
|
1865
|
-
"
|
|
1866
|
-
|
|
1995
|
+
"type": "union",
|
|
1996
|
+
"types": [
|
|
1997
|
+
{
|
|
1998
|
+
"type": "reference",
|
|
1999
|
+
"id": 81,
|
|
2000
|
+
"name": "TWrapper"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"type": "intrinsic",
|
|
2004
|
+
"name": "undefined"
|
|
2005
|
+
}
|
|
2006
|
+
]
|
|
1867
2007
|
},
|
|
1868
2008
|
{
|
|
1869
|
-
"type": "
|
|
1870
|
-
"
|
|
2009
|
+
"type": "union",
|
|
2010
|
+
"types": [
|
|
2011
|
+
{
|
|
2012
|
+
"type": "reference",
|
|
2013
|
+
"name": "Error",
|
|
2014
|
+
"qualifiedName": "Error",
|
|
2015
|
+
"package": "typescript"
|
|
2016
|
+
},
|
|
2017
|
+
{
|
|
2018
|
+
"type": "intrinsic",
|
|
2019
|
+
"name": "undefined"
|
|
2020
|
+
}
|
|
2021
|
+
]
|
|
1871
2022
|
}
|
|
1872
2023
|
]
|
|
1873
2024
|
}
|
|
1874
2025
|
},
|
|
1875
2026
|
{
|
|
1876
|
-
"id":
|
|
2027
|
+
"id": 95,
|
|
1877
2028
|
"name": "__type",
|
|
1878
2029
|
"kind": 4096,
|
|
1879
2030
|
"kindString": "Call signature",
|
|
1880
2031
|
"flags": {},
|
|
1881
2032
|
"parameters": [
|
|
1882
2033
|
{
|
|
1883
|
-
"id":
|
|
2034
|
+
"id": 96,
|
|
1884
2035
|
"name": "address",
|
|
1885
2036
|
"kind": 32768,
|
|
1886
2037
|
"kindString": "Parameter",
|
|
@@ -1892,29 +2043,49 @@
|
|
|
1892
2043
|
}
|
|
1893
2044
|
],
|
|
1894
2045
|
"type": {
|
|
1895
|
-
"type": "
|
|
1896
|
-
"
|
|
2046
|
+
"type": "tuple",
|
|
2047
|
+
"elements": [
|
|
1897
2048
|
{
|
|
1898
|
-
"type": "
|
|
1899
|
-
"
|
|
1900
|
-
|
|
2049
|
+
"type": "union",
|
|
2050
|
+
"types": [
|
|
2051
|
+
{
|
|
2052
|
+
"type": "reference",
|
|
2053
|
+
"id": 76,
|
|
2054
|
+
"name": "TModule"
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"type": "intrinsic",
|
|
2058
|
+
"name": "undefined"
|
|
2059
|
+
}
|
|
2060
|
+
]
|
|
1901
2061
|
},
|
|
1902
2062
|
{
|
|
1903
|
-
"type": "
|
|
1904
|
-
"
|
|
2063
|
+
"type": "union",
|
|
2064
|
+
"types": [
|
|
2065
|
+
{
|
|
2066
|
+
"type": "reference",
|
|
2067
|
+
"name": "Error",
|
|
2068
|
+
"qualifiedName": "Error",
|
|
2069
|
+
"package": "typescript"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
"type": "intrinsic",
|
|
2073
|
+
"name": "undefined"
|
|
2074
|
+
}
|
|
2075
|
+
]
|
|
1905
2076
|
}
|
|
1906
2077
|
]
|
|
1907
2078
|
}
|
|
1908
2079
|
},
|
|
1909
2080
|
{
|
|
1910
|
-
"id":
|
|
2081
|
+
"id": 97,
|
|
1911
2082
|
"name": "__type",
|
|
1912
2083
|
"kind": 4096,
|
|
1913
2084
|
"kindString": "Call signature",
|
|
1914
2085
|
"flags": {},
|
|
1915
2086
|
"parameters": [
|
|
1916
2087
|
{
|
|
1917
|
-
"id":
|
|
2088
|
+
"id": 98,
|
|
1918
2089
|
"name": "address",
|
|
1919
2090
|
"kind": 32768,
|
|
1920
2091
|
"kindString": "Parameter",
|
|
@@ -1925,7 +2096,7 @@
|
|
|
1925
2096
|
}
|
|
1926
2097
|
},
|
|
1927
2098
|
{
|
|
1928
|
-
"id":
|
|
2099
|
+
"id": 99,
|
|
1929
2100
|
"name": "wrap",
|
|
1930
2101
|
"kind": 32768,
|
|
1931
2102
|
"kindString": "Parameter",
|
|
@@ -1948,16 +2119,36 @@
|
|
|
1948
2119
|
}
|
|
1949
2120
|
],
|
|
1950
2121
|
"type": {
|
|
1951
|
-
"type": "
|
|
1952
|
-
"
|
|
2122
|
+
"type": "tuple",
|
|
2123
|
+
"elements": [
|
|
1953
2124
|
{
|
|
1954
|
-
"type": "
|
|
1955
|
-
"
|
|
1956
|
-
|
|
2125
|
+
"type": "union",
|
|
2126
|
+
"types": [
|
|
2127
|
+
{
|
|
2128
|
+
"type": "reference",
|
|
2129
|
+
"id": 81,
|
|
2130
|
+
"name": "TWrapper"
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
"type": "intrinsic",
|
|
2134
|
+
"name": "undefined"
|
|
2135
|
+
}
|
|
2136
|
+
]
|
|
1957
2137
|
},
|
|
1958
2138
|
{
|
|
1959
|
-
"type": "
|
|
1960
|
-
"
|
|
2139
|
+
"type": "union",
|
|
2140
|
+
"types": [
|
|
2141
|
+
{
|
|
2142
|
+
"type": "reference",
|
|
2143
|
+
"name": "Error",
|
|
2144
|
+
"qualifiedName": "Error",
|
|
2145
|
+
"package": "typescript"
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"type": "intrinsic",
|
|
2149
|
+
"name": "undefined"
|
|
2150
|
+
}
|
|
2151
|
+
]
|
|
1961
2152
|
}
|
|
1962
2153
|
]
|
|
1963
2154
|
}
|
|
@@ -1969,29 +2160,29 @@
|
|
|
1969
2160
|
]
|
|
1970
2161
|
},
|
|
1971
2162
|
{
|
|
1972
|
-
"id":
|
|
2163
|
+
"id": 104,
|
|
1973
2164
|
"name": "useArchiveArchivists",
|
|
1974
2165
|
"kind": 64,
|
|
1975
2166
|
"kindString": "Function",
|
|
1976
2167
|
"flags": {},
|
|
1977
2168
|
"sources": [
|
|
1978
2169
|
{
|
|
1979
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2170
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
1980
2171
|
"line": 44,
|
|
1981
2172
|
"character": 13,
|
|
1982
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2173
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L44"
|
|
1983
2174
|
}
|
|
1984
2175
|
],
|
|
1985
2176
|
"signatures": [
|
|
1986
2177
|
{
|
|
1987
|
-
"id":
|
|
2178
|
+
"id": 105,
|
|
1988
2179
|
"name": "useArchiveArchivists",
|
|
1989
2180
|
"kind": 4096,
|
|
1990
2181
|
"kindString": "Call signature",
|
|
1991
2182
|
"flags": {},
|
|
1992
2183
|
"parameters": [
|
|
1993
2184
|
{
|
|
1994
|
-
"id":
|
|
2185
|
+
"id": 106,
|
|
1995
2186
|
"name": "archiveName",
|
|
1996
2187
|
"kind": 32768,
|
|
1997
2188
|
"kindString": "Parameter",
|
|
@@ -2004,7 +2195,7 @@
|
|
|
2004
2195
|
}
|
|
2005
2196
|
},
|
|
2006
2197
|
{
|
|
2007
|
-
"id":
|
|
2198
|
+
"id": 107,
|
|
2008
2199
|
"name": "refresher",
|
|
2009
2200
|
"kind": 32768,
|
|
2010
2201
|
"kindString": "Parameter",
|
|
@@ -2017,7 +2208,7 @@
|
|
|
2017
2208
|
}
|
|
2018
2209
|
},
|
|
2019
2210
|
{
|
|
2020
|
-
"id":
|
|
2211
|
+
"id": 108,
|
|
2021
2212
|
"name": "refreshAddresses",
|
|
2022
2213
|
"kind": 32768,
|
|
2023
2214
|
"kindString": "Parameter",
|
|
@@ -2050,29 +2241,29 @@
|
|
|
2050
2241
|
]
|
|
2051
2242
|
},
|
|
2052
2243
|
{
|
|
2053
|
-
"id":
|
|
2244
|
+
"id": 100,
|
|
2054
2245
|
"name": "useArchiveArchivistsRaw",
|
|
2055
2246
|
"kind": 64,
|
|
2056
2247
|
"kindString": "Function",
|
|
2057
2248
|
"flags": {},
|
|
2058
2249
|
"sources": [
|
|
2059
2250
|
{
|
|
2060
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2251
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
2061
2252
|
"line": 13,
|
|
2062
2253
|
"character": 13,
|
|
2063
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2254
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L13"
|
|
2064
2255
|
}
|
|
2065
2256
|
],
|
|
2066
2257
|
"signatures": [
|
|
2067
2258
|
{
|
|
2068
|
-
"id":
|
|
2259
|
+
"id": 101,
|
|
2069
2260
|
"name": "useArchiveArchivistsRaw",
|
|
2070
2261
|
"kind": 4096,
|
|
2071
2262
|
"kindString": "Call signature",
|
|
2072
2263
|
"flags": {},
|
|
2073
2264
|
"parameters": [
|
|
2074
2265
|
{
|
|
2075
|
-
"id":
|
|
2266
|
+
"id": 102,
|
|
2076
2267
|
"name": "archiveName",
|
|
2077
2268
|
"kind": 32768,
|
|
2078
2269
|
"kindString": "Parameter",
|
|
@@ -2085,7 +2276,7 @@
|
|
|
2085
2276
|
}
|
|
2086
2277
|
},
|
|
2087
2278
|
{
|
|
2088
|
-
"id":
|
|
2279
|
+
"id": 103,
|
|
2089
2280
|
"name": "refresher",
|
|
2090
2281
|
"kind": 32768,
|
|
2091
2282
|
"kindString": "Parameter",
|
|
@@ -2115,29 +2306,29 @@
|
|
|
2115
2306
|
]
|
|
2116
2307
|
},
|
|
2117
2308
|
{
|
|
2118
|
-
"id":
|
|
2309
|
+
"id": 109,
|
|
2119
2310
|
"name": "useArchivistModule",
|
|
2120
2311
|
"kind": 64,
|
|
2121
2312
|
"kindString": "Function",
|
|
2122
2313
|
"flags": {},
|
|
2123
2314
|
"sources": [
|
|
2124
2315
|
{
|
|
2125
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2316
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModule.ts",
|
|
2126
2317
|
"line": 6,
|
|
2127
2318
|
"character": 13,
|
|
2128
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2319
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useArchivistModule.ts#L6"
|
|
2129
2320
|
}
|
|
2130
2321
|
],
|
|
2131
2322
|
"signatures": [
|
|
2132
2323
|
{
|
|
2133
|
-
"id":
|
|
2324
|
+
"id": 110,
|
|
2134
2325
|
"name": "useArchivistModule",
|
|
2135
2326
|
"kind": 4096,
|
|
2136
2327
|
"kindString": "Call signature",
|
|
2137
2328
|
"flags": {},
|
|
2138
2329
|
"parameters": [
|
|
2139
2330
|
{
|
|
2140
|
-
"id":
|
|
2331
|
+
"id": 111,
|
|
2141
2332
|
"name": "filter",
|
|
2142
2333
|
"kind": 32768,
|
|
2143
2334
|
"kindString": "Parameter",
|
|
@@ -2171,22 +2362,22 @@
|
|
|
2171
2362
|
]
|
|
2172
2363
|
},
|
|
2173
2364
|
{
|
|
2174
|
-
"id":
|
|
2365
|
+
"id": 112,
|
|
2175
2366
|
"name": "useArchivistModules",
|
|
2176
2367
|
"kind": 64,
|
|
2177
2368
|
"kindString": "Function",
|
|
2178
2369
|
"flags": {},
|
|
2179
2370
|
"sources": [
|
|
2180
2371
|
{
|
|
2181
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2372
|
+
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModules.ts",
|
|
2182
2373
|
"line": 5,
|
|
2183
2374
|
"character": 13,
|
|
2184
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2375
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useArchivistModules.ts#L5"
|
|
2185
2376
|
}
|
|
2186
2377
|
],
|
|
2187
2378
|
"signatures": [
|
|
2188
2379
|
{
|
|
2189
|
-
"id":
|
|
2380
|
+
"id": 113,
|
|
2190
2381
|
"name": "useArchivistModules",
|
|
2191
2382
|
"kind": 4096,
|
|
2192
2383
|
"kindString": "Call signature",
|
|
@@ -2213,29 +2404,29 @@
|
|
|
2213
2404
|
]
|
|
2214
2405
|
},
|
|
2215
2406
|
{
|
|
2216
|
-
"id":
|
|
2407
|
+
"id": 114,
|
|
2217
2408
|
"name": "useDivinerModule",
|
|
2218
2409
|
"kind": 64,
|
|
2219
2410
|
"kindString": "Function",
|
|
2220
2411
|
"flags": {},
|
|
2221
2412
|
"sources": [
|
|
2222
2413
|
{
|
|
2223
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2414
|
+
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModule.ts",
|
|
2224
2415
|
"line": 6,
|
|
2225
2416
|
"character": 13,
|
|
2226
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2417
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useDivinerModule.ts#L6"
|
|
2227
2418
|
}
|
|
2228
2419
|
],
|
|
2229
2420
|
"signatures": [
|
|
2230
2421
|
{
|
|
2231
|
-
"id":
|
|
2422
|
+
"id": 115,
|
|
2232
2423
|
"name": "useDivinerModule",
|
|
2233
2424
|
"kind": 4096,
|
|
2234
2425
|
"kindString": "Call signature",
|
|
2235
2426
|
"flags": {},
|
|
2236
2427
|
"parameters": [
|
|
2237
2428
|
{
|
|
2238
|
-
"id":
|
|
2429
|
+
"id": 116,
|
|
2239
2430
|
"name": "filter",
|
|
2240
2431
|
"kind": 32768,
|
|
2241
2432
|
"kindString": "Parameter",
|
|
@@ -2269,22 +2460,22 @@
|
|
|
2269
2460
|
]
|
|
2270
2461
|
},
|
|
2271
2462
|
{
|
|
2272
|
-
"id":
|
|
2463
|
+
"id": 117,
|
|
2273
2464
|
"name": "useDivinerModules",
|
|
2274
2465
|
"kind": 64,
|
|
2275
2466
|
"kindString": "Function",
|
|
2276
2467
|
"flags": {},
|
|
2277
2468
|
"sources": [
|
|
2278
2469
|
{
|
|
2279
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2470
|
+
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModules.ts",
|
|
2280
2471
|
"line": 6,
|
|
2281
2472
|
"character": 13,
|
|
2282
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2473
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useDivinerModules.ts#L6"
|
|
2283
2474
|
}
|
|
2284
2475
|
],
|
|
2285
2476
|
"signatures": [
|
|
2286
2477
|
{
|
|
2287
|
-
"id":
|
|
2478
|
+
"id": 118,
|
|
2288
2479
|
"name": "useDivinerModules",
|
|
2289
2480
|
"kind": 4096,
|
|
2290
2481
|
"kindString": "Call signature",
|
|
@@ -2311,29 +2502,29 @@
|
|
|
2311
2502
|
]
|
|
2312
2503
|
},
|
|
2313
2504
|
{
|
|
2314
|
-
"id":
|
|
2505
|
+
"id": 119,
|
|
2315
2506
|
"name": "useMemoryNodeUpdates",
|
|
2316
2507
|
"kind": 64,
|
|
2317
2508
|
"kindString": "Function",
|
|
2318
2509
|
"flags": {},
|
|
2319
2510
|
"sources": [
|
|
2320
2511
|
{
|
|
2321
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2512
|
+
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
2322
2513
|
"line": 13,
|
|
2323
2514
|
"character": 13,
|
|
2324
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2515
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2325
2516
|
}
|
|
2326
2517
|
],
|
|
2327
2518
|
"signatures": [
|
|
2328
2519
|
{
|
|
2329
|
-
"id":
|
|
2520
|
+
"id": 120,
|
|
2330
2521
|
"name": "useMemoryNodeUpdates",
|
|
2331
2522
|
"kind": 4096,
|
|
2332
2523
|
"kindString": "Call signature",
|
|
2333
2524
|
"flags": {},
|
|
2334
2525
|
"parameters": [
|
|
2335
2526
|
{
|
|
2336
|
-
"id":
|
|
2527
|
+
"id": 121,
|
|
2337
2528
|
"name": "refreshAddresses",
|
|
2338
2529
|
"kind": 32768,
|
|
2339
2530
|
"kindString": "Parameter",
|
|
@@ -2357,29 +2548,29 @@
|
|
|
2357
2548
|
]
|
|
2358
2549
|
},
|
|
2359
2550
|
{
|
|
2360
|
-
"id":
|
|
2551
|
+
"id": 122,
|
|
2361
2552
|
"name": "useModule",
|
|
2362
2553
|
"kind": 64,
|
|
2363
2554
|
"kindString": "Function",
|
|
2364
2555
|
"flags": {},
|
|
2365
2556
|
"sources": [
|
|
2366
2557
|
{
|
|
2367
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModule
|
|
2368
|
-
"line":
|
|
2558
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
2559
|
+
"line": 6,
|
|
2369
2560
|
"character": 13,
|
|
2370
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2561
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useModule.tsx#L6"
|
|
2371
2562
|
}
|
|
2372
2563
|
],
|
|
2373
2564
|
"signatures": [
|
|
2374
2565
|
{
|
|
2375
|
-
"id":
|
|
2566
|
+
"id": 123,
|
|
2376
2567
|
"name": "useModule",
|
|
2377
2568
|
"kind": 4096,
|
|
2378
2569
|
"kindString": "Call signature",
|
|
2379
2570
|
"flags": {},
|
|
2380
2571
|
"parameters": [
|
|
2381
2572
|
{
|
|
2382
|
-
"id":
|
|
2573
|
+
"id": 124,
|
|
2383
2574
|
"name": "name",
|
|
2384
2575
|
"kind": 32768,
|
|
2385
2576
|
"kindString": "Parameter",
|
|
@@ -2393,29 +2584,49 @@
|
|
|
2393
2584
|
}
|
|
2394
2585
|
],
|
|
2395
2586
|
"type": {
|
|
2396
|
-
"type": "
|
|
2397
|
-
"
|
|
2587
|
+
"type": "tuple",
|
|
2588
|
+
"elements": [
|
|
2398
2589
|
{
|
|
2399
|
-
"type": "
|
|
2400
|
-
"
|
|
2401
|
-
|
|
2590
|
+
"type": "union",
|
|
2591
|
+
"types": [
|
|
2592
|
+
{
|
|
2593
|
+
"type": "reference",
|
|
2594
|
+
"id": 76,
|
|
2595
|
+
"name": "TModule"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"type": "intrinsic",
|
|
2599
|
+
"name": "undefined"
|
|
2600
|
+
}
|
|
2601
|
+
]
|
|
2402
2602
|
},
|
|
2403
2603
|
{
|
|
2404
|
-
"type": "
|
|
2405
|
-
"
|
|
2604
|
+
"type": "union",
|
|
2605
|
+
"types": [
|
|
2606
|
+
{
|
|
2607
|
+
"type": "reference",
|
|
2608
|
+
"name": "Error",
|
|
2609
|
+
"qualifiedName": "Error",
|
|
2610
|
+
"package": "typescript"
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"type": "intrinsic",
|
|
2614
|
+
"name": "undefined"
|
|
2615
|
+
}
|
|
2616
|
+
]
|
|
2406
2617
|
}
|
|
2407
2618
|
]
|
|
2408
2619
|
}
|
|
2409
2620
|
},
|
|
2410
2621
|
{
|
|
2411
|
-
"id":
|
|
2622
|
+
"id": 125,
|
|
2412
2623
|
"name": "useModule",
|
|
2413
2624
|
"kind": 4096,
|
|
2414
2625
|
"kindString": "Call signature",
|
|
2415
2626
|
"flags": {},
|
|
2416
2627
|
"parameters": [
|
|
2417
2628
|
{
|
|
2418
|
-
"id":
|
|
2629
|
+
"id": 126,
|
|
2419
2630
|
"name": "name",
|
|
2420
2631
|
"kind": 32768,
|
|
2421
2632
|
"kindString": "Parameter",
|
|
@@ -2435,7 +2646,7 @@
|
|
|
2435
2646
|
}
|
|
2436
2647
|
},
|
|
2437
2648
|
{
|
|
2438
|
-
"id":
|
|
2649
|
+
"id": 127,
|
|
2439
2650
|
"name": "wrap",
|
|
2440
2651
|
"kind": 32768,
|
|
2441
2652
|
"kindString": "Parameter",
|
|
@@ -2458,29 +2669,49 @@
|
|
|
2458
2669
|
}
|
|
2459
2670
|
],
|
|
2460
2671
|
"type": {
|
|
2461
|
-
"type": "
|
|
2462
|
-
"
|
|
2672
|
+
"type": "tuple",
|
|
2673
|
+
"elements": [
|
|
2463
2674
|
{
|
|
2464
|
-
"type": "
|
|
2465
|
-
"
|
|
2466
|
-
|
|
2675
|
+
"type": "union",
|
|
2676
|
+
"types": [
|
|
2677
|
+
{
|
|
2678
|
+
"type": "reference",
|
|
2679
|
+
"id": 81,
|
|
2680
|
+
"name": "TWrapper"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"type": "intrinsic",
|
|
2684
|
+
"name": "undefined"
|
|
2685
|
+
}
|
|
2686
|
+
]
|
|
2467
2687
|
},
|
|
2468
2688
|
{
|
|
2469
|
-
"type": "
|
|
2470
|
-
"
|
|
2689
|
+
"type": "union",
|
|
2690
|
+
"types": [
|
|
2691
|
+
{
|
|
2692
|
+
"type": "reference",
|
|
2693
|
+
"name": "Error",
|
|
2694
|
+
"qualifiedName": "Error",
|
|
2695
|
+
"package": "typescript"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"type": "intrinsic",
|
|
2699
|
+
"name": "undefined"
|
|
2700
|
+
}
|
|
2701
|
+
]
|
|
2471
2702
|
}
|
|
2472
2703
|
]
|
|
2473
2704
|
}
|
|
2474
2705
|
},
|
|
2475
2706
|
{
|
|
2476
|
-
"id":
|
|
2707
|
+
"id": 128,
|
|
2477
2708
|
"name": "useModule",
|
|
2478
2709
|
"kind": 4096,
|
|
2479
2710
|
"kindString": "Call signature",
|
|
2480
2711
|
"flags": {},
|
|
2481
2712
|
"parameters": [
|
|
2482
2713
|
{
|
|
2483
|
-
"id":
|
|
2714
|
+
"id": 129,
|
|
2484
2715
|
"name": "address",
|
|
2485
2716
|
"kind": 32768,
|
|
2486
2717
|
"kindString": "Parameter",
|
|
@@ -2492,29 +2723,49 @@
|
|
|
2492
2723
|
}
|
|
2493
2724
|
],
|
|
2494
2725
|
"type": {
|
|
2495
|
-
"type": "
|
|
2496
|
-
"
|
|
2726
|
+
"type": "tuple",
|
|
2727
|
+
"elements": [
|
|
2497
2728
|
{
|
|
2498
|
-
"type": "
|
|
2499
|
-
"
|
|
2500
|
-
|
|
2729
|
+
"type": "union",
|
|
2730
|
+
"types": [
|
|
2731
|
+
{
|
|
2732
|
+
"type": "reference",
|
|
2733
|
+
"id": 76,
|
|
2734
|
+
"name": "TModule"
|
|
2735
|
+
},
|
|
2736
|
+
{
|
|
2737
|
+
"type": "intrinsic",
|
|
2738
|
+
"name": "undefined"
|
|
2739
|
+
}
|
|
2740
|
+
]
|
|
2501
2741
|
},
|
|
2502
2742
|
{
|
|
2503
|
-
"type": "
|
|
2504
|
-
"
|
|
2743
|
+
"type": "union",
|
|
2744
|
+
"types": [
|
|
2745
|
+
{
|
|
2746
|
+
"type": "reference",
|
|
2747
|
+
"name": "Error",
|
|
2748
|
+
"qualifiedName": "Error",
|
|
2749
|
+
"package": "typescript"
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"type": "intrinsic",
|
|
2753
|
+
"name": "undefined"
|
|
2754
|
+
}
|
|
2755
|
+
]
|
|
2505
2756
|
}
|
|
2506
2757
|
]
|
|
2507
2758
|
}
|
|
2508
2759
|
},
|
|
2509
2760
|
{
|
|
2510
|
-
"id":
|
|
2761
|
+
"id": 130,
|
|
2511
2762
|
"name": "useModule",
|
|
2512
2763
|
"kind": 4096,
|
|
2513
2764
|
"kindString": "Call signature",
|
|
2514
2765
|
"flags": {},
|
|
2515
2766
|
"parameters": [
|
|
2516
2767
|
{
|
|
2517
|
-
"id":
|
|
2768
|
+
"id": 131,
|
|
2518
2769
|
"name": "address",
|
|
2519
2770
|
"kind": 32768,
|
|
2520
2771
|
"kindString": "Parameter",
|
|
@@ -2525,7 +2776,7 @@
|
|
|
2525
2776
|
}
|
|
2526
2777
|
},
|
|
2527
2778
|
{
|
|
2528
|
-
"id":
|
|
2779
|
+
"id": 132,
|
|
2529
2780
|
"name": "wrap",
|
|
2530
2781
|
"kind": 32768,
|
|
2531
2782
|
"kindString": "Parameter",
|
|
@@ -2548,16 +2799,36 @@
|
|
|
2548
2799
|
}
|
|
2549
2800
|
],
|
|
2550
2801
|
"type": {
|
|
2551
|
-
"type": "
|
|
2552
|
-
"
|
|
2802
|
+
"type": "tuple",
|
|
2803
|
+
"elements": [
|
|
2553
2804
|
{
|
|
2554
|
-
"type": "
|
|
2555
|
-
"
|
|
2556
|
-
|
|
2805
|
+
"type": "union",
|
|
2806
|
+
"types": [
|
|
2807
|
+
{
|
|
2808
|
+
"type": "reference",
|
|
2809
|
+
"id": 81,
|
|
2810
|
+
"name": "TWrapper"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"type": "intrinsic",
|
|
2814
|
+
"name": "undefined"
|
|
2815
|
+
}
|
|
2816
|
+
]
|
|
2557
2817
|
},
|
|
2558
2818
|
{
|
|
2559
|
-
"type": "
|
|
2560
|
-
"
|
|
2819
|
+
"type": "union",
|
|
2820
|
+
"types": [
|
|
2821
|
+
{
|
|
2822
|
+
"type": "reference",
|
|
2823
|
+
"name": "Error",
|
|
2824
|
+
"qualifiedName": "Error",
|
|
2825
|
+
"package": "typescript"
|
|
2826
|
+
},
|
|
2827
|
+
{
|
|
2828
|
+
"type": "intrinsic",
|
|
2829
|
+
"name": "undefined"
|
|
2830
|
+
}
|
|
2831
|
+
]
|
|
2561
2832
|
}
|
|
2562
2833
|
]
|
|
2563
2834
|
}
|
|
@@ -2565,22 +2836,22 @@
|
|
|
2565
2836
|
]
|
|
2566
2837
|
},
|
|
2567
2838
|
{
|
|
2568
|
-
"id":
|
|
2839
|
+
"id": 133,
|
|
2569
2840
|
"name": "useModuleAddresses",
|
|
2570
2841
|
"kind": 64,
|
|
2571
2842
|
"kindString": "Function",
|
|
2572
2843
|
"flags": {},
|
|
2573
2844
|
"sources": [
|
|
2574
2845
|
{
|
|
2575
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2846
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModuleAddresses.ts",
|
|
2576
2847
|
"line": 6,
|
|
2577
2848
|
"character": 13,
|
|
2578
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2849
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useModuleAddresses.ts#L6"
|
|
2579
2850
|
}
|
|
2580
2851
|
],
|
|
2581
2852
|
"signatures": [
|
|
2582
2853
|
{
|
|
2583
|
-
"id":
|
|
2854
|
+
"id": 134,
|
|
2584
2855
|
"name": "useModuleAddresses",
|
|
2585
2856
|
"kind": 4096,
|
|
2586
2857
|
"kindString": "Call signature",
|
|
@@ -2630,7 +2901,7 @@
|
|
|
2630
2901
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
2631
2902
|
"line": 5,
|
|
2632
2903
|
"character": 13,
|
|
2633
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2904
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
2634
2905
|
}
|
|
2635
2906
|
],
|
|
2636
2907
|
"signatures": [
|
|
@@ -2684,29 +2955,29 @@
|
|
|
2684
2955
|
]
|
|
2685
2956
|
},
|
|
2686
2957
|
{
|
|
2687
|
-
"id":
|
|
2958
|
+
"id": 135,
|
|
2688
2959
|
"name": "useModules",
|
|
2689
2960
|
"kind": 64,
|
|
2690
2961
|
"kindString": "Function",
|
|
2691
2962
|
"flags": {},
|
|
2692
2963
|
"sources": [
|
|
2693
2964
|
{
|
|
2694
|
-
"fileName": "packages/modules/packages/node/src/
|
|
2965
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModules.ts",
|
|
2695
2966
|
"line": 7,
|
|
2696
2967
|
"character": 13,
|
|
2697
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2968
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useModules.ts#L7"
|
|
2698
2969
|
}
|
|
2699
2970
|
],
|
|
2700
2971
|
"signatures": [
|
|
2701
2972
|
{
|
|
2702
|
-
"id":
|
|
2973
|
+
"id": 136,
|
|
2703
2974
|
"name": "useModules",
|
|
2704
2975
|
"kind": 4096,
|
|
2705
2976
|
"kindString": "Call signature",
|
|
2706
2977
|
"flags": {},
|
|
2707
2978
|
"typeParameter": [
|
|
2708
2979
|
{
|
|
2709
|
-
"id":
|
|
2980
|
+
"id": 141,
|
|
2710
2981
|
"name": "T",
|
|
2711
2982
|
"kind": 131072,
|
|
2712
2983
|
"kindString": "Type parameter",
|
|
@@ -2732,7 +3003,7 @@
|
|
|
2732
3003
|
{
|
|
2733
3004
|
"type": "reflection",
|
|
2734
3005
|
"declaration": {
|
|
2735
|
-
"id":
|
|
3006
|
+
"id": 137,
|
|
2736
3007
|
"name": "__type",
|
|
2737
3008
|
"kind": 65536,
|
|
2738
3009
|
"kindString": "Type literal",
|
|
@@ -2749,7 +3020,7 @@
|
|
|
2749
3020
|
{
|
|
2750
3021
|
"type": "reflection",
|
|
2751
3022
|
"declaration": {
|
|
2752
|
-
"id":
|
|
3023
|
+
"id": 138,
|
|
2753
3024
|
"name": "__type",
|
|
2754
3025
|
"kind": 65536,
|
|
2755
3026
|
"kindString": "Type literal",
|
|
@@ -2791,7 +3062,7 @@
|
|
|
2791
3062
|
{
|
|
2792
3063
|
"type": "reflection",
|
|
2793
3064
|
"declaration": {
|
|
2794
|
-
"id":
|
|
3065
|
+
"id": 139,
|
|
2795
3066
|
"name": "__type",
|
|
2796
3067
|
"kind": 65536,
|
|
2797
3068
|
"kindString": "Type literal",
|
|
@@ -2808,7 +3079,7 @@
|
|
|
2808
3079
|
{
|
|
2809
3080
|
"type": "reflection",
|
|
2810
3081
|
"declaration": {
|
|
2811
|
-
"id":
|
|
3082
|
+
"id": 140,
|
|
2812
3083
|
"name": "__type",
|
|
2813
3084
|
"kind": 65536,
|
|
2814
3085
|
"kindString": "Type literal",
|
|
@@ -2833,7 +3104,7 @@
|
|
|
2833
3104
|
],
|
|
2834
3105
|
"parameters": [
|
|
2835
3106
|
{
|
|
2836
|
-
"id":
|
|
3107
|
+
"id": 142,
|
|
2837
3108
|
"name": "filter",
|
|
2838
3109
|
"kind": 32768,
|
|
2839
3110
|
"kindString": "Parameter",
|
|
@@ -2859,7 +3130,7 @@
|
|
|
2859
3130
|
"type": "array",
|
|
2860
3131
|
"elementType": {
|
|
2861
3132
|
"type": "reference",
|
|
2862
|
-
"id":
|
|
3133
|
+
"id": 141,
|
|
2863
3134
|
"name": "T"
|
|
2864
3135
|
}
|
|
2865
3136
|
}
|
|
@@ -2869,29 +3140,29 @@
|
|
|
2869
3140
|
]
|
|
2870
3141
|
},
|
|
2871
3142
|
{
|
|
2872
|
-
"id":
|
|
3143
|
+
"id": 143,
|
|
2873
3144
|
"name": "useNode",
|
|
2874
3145
|
"kind": 64,
|
|
2875
3146
|
"kindString": "Function",
|
|
2876
3147
|
"flags": {},
|
|
2877
3148
|
"sources": [
|
|
2878
3149
|
{
|
|
2879
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode
|
|
2880
|
-
"line":
|
|
3150
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
3151
|
+
"line": 6,
|
|
2881
3152
|
"character": 13,
|
|
2882
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3153
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useNode.tsx#L6"
|
|
2883
3154
|
}
|
|
2884
3155
|
],
|
|
2885
3156
|
"signatures": [
|
|
2886
3157
|
{
|
|
2887
|
-
"id":
|
|
3158
|
+
"id": 144,
|
|
2888
3159
|
"name": "useNode",
|
|
2889
3160
|
"kind": 4096,
|
|
2890
3161
|
"kindString": "Call signature",
|
|
2891
3162
|
"flags": {},
|
|
2892
3163
|
"parameters": [
|
|
2893
3164
|
{
|
|
2894
|
-
"id":
|
|
3165
|
+
"id": 145,
|
|
2895
3166
|
"name": "name",
|
|
2896
3167
|
"kind": 32768,
|
|
2897
3168
|
"kindString": "Parameter",
|
|
@@ -2905,29 +3176,49 @@
|
|
|
2905
3176
|
}
|
|
2906
3177
|
],
|
|
2907
3178
|
"type": {
|
|
2908
|
-
"type": "
|
|
2909
|
-
"
|
|
3179
|
+
"type": "tuple",
|
|
3180
|
+
"elements": [
|
|
2910
3181
|
{
|
|
2911
|
-
"type": "
|
|
2912
|
-
"
|
|
2913
|
-
|
|
3182
|
+
"type": "union",
|
|
3183
|
+
"types": [
|
|
3184
|
+
{
|
|
3185
|
+
"type": "reference",
|
|
3186
|
+
"id": 76,
|
|
3187
|
+
"name": "TModule"
|
|
3188
|
+
},
|
|
3189
|
+
{
|
|
3190
|
+
"type": "intrinsic",
|
|
3191
|
+
"name": "undefined"
|
|
3192
|
+
}
|
|
3193
|
+
]
|
|
2914
3194
|
},
|
|
2915
3195
|
{
|
|
2916
|
-
"type": "
|
|
2917
|
-
"
|
|
3196
|
+
"type": "union",
|
|
3197
|
+
"types": [
|
|
3198
|
+
{
|
|
3199
|
+
"type": "reference",
|
|
3200
|
+
"name": "Error",
|
|
3201
|
+
"qualifiedName": "Error",
|
|
3202
|
+
"package": "typescript"
|
|
3203
|
+
},
|
|
3204
|
+
{
|
|
3205
|
+
"type": "intrinsic",
|
|
3206
|
+
"name": "undefined"
|
|
3207
|
+
}
|
|
3208
|
+
]
|
|
2918
3209
|
}
|
|
2919
3210
|
]
|
|
2920
3211
|
}
|
|
2921
3212
|
},
|
|
2922
3213
|
{
|
|
2923
|
-
"id":
|
|
3214
|
+
"id": 146,
|
|
2924
3215
|
"name": "useNode",
|
|
2925
3216
|
"kind": 4096,
|
|
2926
3217
|
"kindString": "Call signature",
|
|
2927
3218
|
"flags": {},
|
|
2928
3219
|
"parameters": [
|
|
2929
3220
|
{
|
|
2930
|
-
"id":
|
|
3221
|
+
"id": 147,
|
|
2931
3222
|
"name": "name",
|
|
2932
3223
|
"kind": 32768,
|
|
2933
3224
|
"kindString": "Parameter",
|
|
@@ -2947,7 +3238,7 @@
|
|
|
2947
3238
|
}
|
|
2948
3239
|
},
|
|
2949
3240
|
{
|
|
2950
|
-
"id":
|
|
3241
|
+
"id": 148,
|
|
2951
3242
|
"name": "wrap",
|
|
2952
3243
|
"kind": 32768,
|
|
2953
3244
|
"kindString": "Parameter",
|
|
@@ -2970,29 +3261,49 @@
|
|
|
2970
3261
|
}
|
|
2971
3262
|
],
|
|
2972
3263
|
"type": {
|
|
2973
|
-
"type": "
|
|
2974
|
-
"
|
|
3264
|
+
"type": "tuple",
|
|
3265
|
+
"elements": [
|
|
2975
3266
|
{
|
|
2976
|
-
"type": "
|
|
2977
|
-
"
|
|
2978
|
-
|
|
3267
|
+
"type": "union",
|
|
3268
|
+
"types": [
|
|
3269
|
+
{
|
|
3270
|
+
"type": "reference",
|
|
3271
|
+
"id": 81,
|
|
3272
|
+
"name": "TWrapper"
|
|
3273
|
+
},
|
|
3274
|
+
{
|
|
3275
|
+
"type": "intrinsic",
|
|
3276
|
+
"name": "undefined"
|
|
3277
|
+
}
|
|
3278
|
+
]
|
|
2979
3279
|
},
|
|
2980
3280
|
{
|
|
2981
|
-
"type": "
|
|
2982
|
-
"
|
|
3281
|
+
"type": "union",
|
|
3282
|
+
"types": [
|
|
3283
|
+
{
|
|
3284
|
+
"type": "reference",
|
|
3285
|
+
"name": "Error",
|
|
3286
|
+
"qualifiedName": "Error",
|
|
3287
|
+
"package": "typescript"
|
|
3288
|
+
},
|
|
3289
|
+
{
|
|
3290
|
+
"type": "intrinsic",
|
|
3291
|
+
"name": "undefined"
|
|
3292
|
+
}
|
|
3293
|
+
]
|
|
2983
3294
|
}
|
|
2984
3295
|
]
|
|
2985
3296
|
}
|
|
2986
3297
|
},
|
|
2987
3298
|
{
|
|
2988
|
-
"id":
|
|
3299
|
+
"id": 149,
|
|
2989
3300
|
"name": "useNode",
|
|
2990
3301
|
"kind": 4096,
|
|
2991
3302
|
"kindString": "Call signature",
|
|
2992
3303
|
"flags": {},
|
|
2993
3304
|
"parameters": [
|
|
2994
3305
|
{
|
|
2995
|
-
"id":
|
|
3306
|
+
"id": 150,
|
|
2996
3307
|
"name": "address",
|
|
2997
3308
|
"kind": 32768,
|
|
2998
3309
|
"kindString": "Parameter",
|
|
@@ -3004,29 +3315,49 @@
|
|
|
3004
3315
|
}
|
|
3005
3316
|
],
|
|
3006
3317
|
"type": {
|
|
3007
|
-
"type": "
|
|
3008
|
-
"
|
|
3318
|
+
"type": "tuple",
|
|
3319
|
+
"elements": [
|
|
3009
3320
|
{
|
|
3010
|
-
"type": "
|
|
3011
|
-
"
|
|
3012
|
-
|
|
3321
|
+
"type": "union",
|
|
3322
|
+
"types": [
|
|
3323
|
+
{
|
|
3324
|
+
"type": "reference",
|
|
3325
|
+
"id": 76,
|
|
3326
|
+
"name": "TModule"
|
|
3327
|
+
},
|
|
3328
|
+
{
|
|
3329
|
+
"type": "intrinsic",
|
|
3330
|
+
"name": "undefined"
|
|
3331
|
+
}
|
|
3332
|
+
]
|
|
3013
3333
|
},
|
|
3014
3334
|
{
|
|
3015
|
-
"type": "
|
|
3016
|
-
"
|
|
3335
|
+
"type": "union",
|
|
3336
|
+
"types": [
|
|
3337
|
+
{
|
|
3338
|
+
"type": "reference",
|
|
3339
|
+
"name": "Error",
|
|
3340
|
+
"qualifiedName": "Error",
|
|
3341
|
+
"package": "typescript"
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"type": "intrinsic",
|
|
3345
|
+
"name": "undefined"
|
|
3346
|
+
}
|
|
3347
|
+
]
|
|
3017
3348
|
}
|
|
3018
3349
|
]
|
|
3019
3350
|
}
|
|
3020
3351
|
},
|
|
3021
3352
|
{
|
|
3022
|
-
"id":
|
|
3353
|
+
"id": 151,
|
|
3023
3354
|
"name": "useNode",
|
|
3024
3355
|
"kind": 4096,
|
|
3025
3356
|
"kindString": "Call signature",
|
|
3026
3357
|
"flags": {},
|
|
3027
3358
|
"parameters": [
|
|
3028
3359
|
{
|
|
3029
|
-
"id":
|
|
3360
|
+
"id": 152,
|
|
3030
3361
|
"name": "address",
|
|
3031
3362
|
"kind": 32768,
|
|
3032
3363
|
"kindString": "Parameter",
|
|
@@ -3037,7 +3368,7 @@
|
|
|
3037
3368
|
}
|
|
3038
3369
|
},
|
|
3039
3370
|
{
|
|
3040
|
-
"id":
|
|
3371
|
+
"id": 153,
|
|
3041
3372
|
"name": "wrap",
|
|
3042
3373
|
"kind": 32768,
|
|
3043
3374
|
"kindString": "Parameter",
|
|
@@ -3060,16 +3391,36 @@
|
|
|
3060
3391
|
}
|
|
3061
3392
|
],
|
|
3062
3393
|
"type": {
|
|
3063
|
-
"type": "
|
|
3064
|
-
"
|
|
3394
|
+
"type": "tuple",
|
|
3395
|
+
"elements": [
|
|
3065
3396
|
{
|
|
3066
|
-
"type": "
|
|
3067
|
-
"
|
|
3068
|
-
|
|
3397
|
+
"type": "union",
|
|
3398
|
+
"types": [
|
|
3399
|
+
{
|
|
3400
|
+
"type": "reference",
|
|
3401
|
+
"id": 81,
|
|
3402
|
+
"name": "TWrapper"
|
|
3403
|
+
},
|
|
3404
|
+
{
|
|
3405
|
+
"type": "intrinsic",
|
|
3406
|
+
"name": "undefined"
|
|
3407
|
+
}
|
|
3408
|
+
]
|
|
3069
3409
|
},
|
|
3070
3410
|
{
|
|
3071
|
-
"type": "
|
|
3072
|
-
"
|
|
3411
|
+
"type": "union",
|
|
3412
|
+
"types": [
|
|
3413
|
+
{
|
|
3414
|
+
"type": "reference",
|
|
3415
|
+
"name": "Error",
|
|
3416
|
+
"qualifiedName": "Error",
|
|
3417
|
+
"package": "typescript"
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"type": "intrinsic",
|
|
3421
|
+
"name": "undefined"
|
|
3422
|
+
}
|
|
3423
|
+
]
|
|
3073
3424
|
}
|
|
3074
3425
|
]
|
|
3075
3426
|
}
|
|
@@ -3087,7 +3438,7 @@
|
|
|
3087
3438
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
3088
3439
|
"line": 5,
|
|
3089
3440
|
"character": 13,
|
|
3090
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3441
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
3091
3442
|
}
|
|
3092
3443
|
],
|
|
3093
3444
|
"signatures": [
|
|
@@ -3141,29 +3492,29 @@
|
|
|
3141
3492
|
]
|
|
3142
3493
|
},
|
|
3143
3494
|
{
|
|
3144
|
-
"id":
|
|
3495
|
+
"id": 161,
|
|
3145
3496
|
"name": "useNodeQueryDiviner",
|
|
3146
3497
|
"kind": 64,
|
|
3147
3498
|
"kindString": "Function",
|
|
3148
3499
|
"flags": {},
|
|
3149
3500
|
"sources": [
|
|
3150
3501
|
{
|
|
3151
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3502
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx",
|
|
3152
3503
|
"line": 44,
|
|
3153
3504
|
"character": 13,
|
|
3154
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3505
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx#L44"
|
|
3155
3506
|
}
|
|
3156
3507
|
],
|
|
3157
3508
|
"signatures": [
|
|
3158
3509
|
{
|
|
3159
|
-
"id":
|
|
3510
|
+
"id": 162,
|
|
3160
3511
|
"name": "useNodeQueryDiviner",
|
|
3161
3512
|
"kind": 4096,
|
|
3162
3513
|
"kindString": "Call signature",
|
|
3163
3514
|
"flags": {},
|
|
3164
3515
|
"parameters": [
|
|
3165
3516
|
{
|
|
3166
|
-
"id":
|
|
3517
|
+
"id": 163,
|
|
3167
3518
|
"name": "moduleIdentifier",
|
|
3168
3519
|
"kind": 32768,
|
|
3169
3520
|
"kindString": "Parameter",
|
|
@@ -3176,7 +3527,7 @@
|
|
|
3176
3527
|
}
|
|
3177
3528
|
},
|
|
3178
3529
|
{
|
|
3179
|
-
"id":
|
|
3530
|
+
"id": 164,
|
|
3180
3531
|
"name": "query",
|
|
3181
3532
|
"kind": 32768,
|
|
3182
3533
|
"kindString": "Parameter",
|
|
@@ -3201,7 +3552,7 @@
|
|
|
3201
3552
|
{
|
|
3202
3553
|
"type": "reflection",
|
|
3203
3554
|
"declaration": {
|
|
3204
|
-
"id":
|
|
3555
|
+
"id": 165,
|
|
3205
3556
|
"name": "__type",
|
|
3206
3557
|
"kind": 65536,
|
|
3207
3558
|
"kindString": "Type literal",
|
|
@@ -3219,7 +3570,7 @@
|
|
|
3219
3570
|
}
|
|
3220
3571
|
},
|
|
3221
3572
|
{
|
|
3222
|
-
"id":
|
|
3573
|
+
"id": 166,
|
|
3223
3574
|
"name": "refresher",
|
|
3224
3575
|
"kind": 32768,
|
|
3225
3576
|
"kindString": "Parameter",
|
|
@@ -3232,7 +3583,7 @@
|
|
|
3232
3583
|
}
|
|
3233
3584
|
},
|
|
3234
3585
|
{
|
|
3235
|
-
"id":
|
|
3586
|
+
"id": 167,
|
|
3236
3587
|
"name": "refreshAddresses",
|
|
3237
3588
|
"kind": 32768,
|
|
3238
3589
|
"kindString": "Parameter",
|
|
@@ -3279,7 +3630,7 @@
|
|
|
3279
3630
|
{
|
|
3280
3631
|
"type": "reflection",
|
|
3281
3632
|
"declaration": {
|
|
3282
|
-
"id":
|
|
3633
|
+
"id": 168,
|
|
3283
3634
|
"name": "__type",
|
|
3284
3635
|
"kind": 65536,
|
|
3285
3636
|
"kindString": "Type literal",
|
|
@@ -3323,29 +3674,29 @@
|
|
|
3323
3674
|
]
|
|
3324
3675
|
},
|
|
3325
3676
|
{
|
|
3326
|
-
"id":
|
|
3677
|
+
"id": 154,
|
|
3327
3678
|
"name": "useNodeQueryDivinerRaw",
|
|
3328
3679
|
"kind": 64,
|
|
3329
3680
|
"kindString": "Function",
|
|
3330
3681
|
"flags": {},
|
|
3331
3682
|
"sources": [
|
|
3332
3683
|
{
|
|
3333
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3684
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx",
|
|
3334
3685
|
"line": 10,
|
|
3335
3686
|
"character": 13,
|
|
3336
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3687
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useNodeQueryDiviner.tsx#L10"
|
|
3337
3688
|
}
|
|
3338
3689
|
],
|
|
3339
3690
|
"signatures": [
|
|
3340
3691
|
{
|
|
3341
|
-
"id":
|
|
3692
|
+
"id": 155,
|
|
3342
3693
|
"name": "useNodeQueryDivinerRaw",
|
|
3343
3694
|
"kind": 4096,
|
|
3344
3695
|
"kindString": "Call signature",
|
|
3345
3696
|
"flags": {},
|
|
3346
3697
|
"parameters": [
|
|
3347
3698
|
{
|
|
3348
|
-
"id":
|
|
3699
|
+
"id": 156,
|
|
3349
3700
|
"name": "moduleIdentifier",
|
|
3350
3701
|
"kind": 32768,
|
|
3351
3702
|
"kindString": "Parameter",
|
|
@@ -3358,7 +3709,7 @@
|
|
|
3358
3709
|
}
|
|
3359
3710
|
},
|
|
3360
3711
|
{
|
|
3361
|
-
"id":
|
|
3712
|
+
"id": 157,
|
|
3362
3713
|
"name": "query",
|
|
3363
3714
|
"kind": 32768,
|
|
3364
3715
|
"kindString": "Parameter",
|
|
@@ -3383,7 +3734,7 @@
|
|
|
3383
3734
|
{
|
|
3384
3735
|
"type": "reflection",
|
|
3385
3736
|
"declaration": {
|
|
3386
|
-
"id":
|
|
3737
|
+
"id": 158,
|
|
3387
3738
|
"name": "__type",
|
|
3388
3739
|
"kind": 65536,
|
|
3389
3740
|
"kindString": "Type literal",
|
|
@@ -3401,7 +3752,7 @@
|
|
|
3401
3752
|
}
|
|
3402
3753
|
},
|
|
3403
3754
|
{
|
|
3404
|
-
"id":
|
|
3755
|
+
"id": 159,
|
|
3405
3756
|
"name": "refresher",
|
|
3406
3757
|
"kind": 32768,
|
|
3407
3758
|
"kindString": "Parameter",
|
|
@@ -3445,7 +3796,7 @@
|
|
|
3445
3796
|
{
|
|
3446
3797
|
"type": "reflection",
|
|
3447
3798
|
"declaration": {
|
|
3448
|
-
"id":
|
|
3799
|
+
"id": 160,
|
|
3449
3800
|
"name": "__type",
|
|
3450
3801
|
"kind": 65536,
|
|
3451
3802
|
"kindString": "Type literal",
|
|
@@ -3496,10 +3847,10 @@
|
|
|
3496
3847
|
"flags": {},
|
|
3497
3848
|
"sources": [
|
|
3498
3849
|
{
|
|
3499
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3850
|
+
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
3500
3851
|
"line": 14,
|
|
3501
3852
|
"character": 13,
|
|
3502
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3853
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L14"
|
|
3503
3854
|
}
|
|
3504
3855
|
],
|
|
3505
3856
|
"signatures": [
|
|
@@ -3525,17 +3876,22 @@
|
|
|
3525
3876
|
}
|
|
3526
3877
|
],
|
|
3527
3878
|
"type": {
|
|
3528
|
-
"type": "
|
|
3529
|
-
"
|
|
3530
|
-
{
|
|
3531
|
-
"type": "reference",
|
|
3532
|
-
"name": "NodeModule",
|
|
3533
|
-
"qualifiedName": "NodeModule",
|
|
3534
|
-
"package": "@xyo-network/node"
|
|
3535
|
-
},
|
|
3879
|
+
"type": "tuple",
|
|
3880
|
+
"elements": [
|
|
3536
3881
|
{
|
|
3537
|
-
"type": "
|
|
3538
|
-
"
|
|
3882
|
+
"type": "union",
|
|
3883
|
+
"types": [
|
|
3884
|
+
{
|
|
3885
|
+
"type": "reference",
|
|
3886
|
+
"name": "NodeModule",
|
|
3887
|
+
"qualifiedName": "NodeModule",
|
|
3888
|
+
"package": "@xyo-network/node"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"type": "intrinsic",
|
|
3892
|
+
"name": "undefined"
|
|
3893
|
+
}
|
|
3894
|
+
]
|
|
3539
3895
|
}
|
|
3540
3896
|
]
|
|
3541
3897
|
}
|
|
@@ -3560,17 +3916,22 @@
|
|
|
3560
3916
|
}
|
|
3561
3917
|
],
|
|
3562
3918
|
"type": {
|
|
3563
|
-
"type": "
|
|
3564
|
-
"
|
|
3565
|
-
{
|
|
3566
|
-
"type": "reference",
|
|
3567
|
-
"name": "NodeWrapper",
|
|
3568
|
-
"qualifiedName": "NodeWrapper",
|
|
3569
|
-
"package": "@xyo-network/node"
|
|
3570
|
-
},
|
|
3919
|
+
"type": "tuple",
|
|
3920
|
+
"elements": [
|
|
3571
3921
|
{
|
|
3572
|
-
"type": "
|
|
3573
|
-
"
|
|
3922
|
+
"type": "union",
|
|
3923
|
+
"types": [
|
|
3924
|
+
{
|
|
3925
|
+
"type": "reference",
|
|
3926
|
+
"name": "NodeWrapper",
|
|
3927
|
+
"qualifiedName": "NodeWrapper",
|
|
3928
|
+
"package": "@xyo-network/node"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
"type": "intrinsic",
|
|
3932
|
+
"name": "undefined"
|
|
3933
|
+
}
|
|
3934
|
+
]
|
|
3574
3935
|
}
|
|
3575
3936
|
]
|
|
3576
3937
|
}
|
|
@@ -3578,29 +3939,29 @@
|
|
|
3578
3939
|
]
|
|
3579
3940
|
},
|
|
3580
3941
|
{
|
|
3581
|
-
"id":
|
|
3942
|
+
"id": 174,
|
|
3582
3943
|
"name": "useWitnessModule",
|
|
3583
3944
|
"kind": 64,
|
|
3584
3945
|
"kindString": "Function",
|
|
3585
3946
|
"flags": {},
|
|
3586
3947
|
"sources": [
|
|
3587
3948
|
{
|
|
3588
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3949
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModule.ts",
|
|
3589
3950
|
"line": 6,
|
|
3590
3951
|
"character": 13,
|
|
3591
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
3952
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useWitnessModule.ts#L6"
|
|
3592
3953
|
}
|
|
3593
3954
|
],
|
|
3594
3955
|
"signatures": [
|
|
3595
3956
|
{
|
|
3596
|
-
"id":
|
|
3957
|
+
"id": 175,
|
|
3597
3958
|
"name": "useWitnessModule",
|
|
3598
3959
|
"kind": 4096,
|
|
3599
3960
|
"kindString": "Call signature",
|
|
3600
3961
|
"flags": {},
|
|
3601
3962
|
"parameters": [
|
|
3602
3963
|
{
|
|
3603
|
-
"id":
|
|
3964
|
+
"id": 176,
|
|
3604
3965
|
"name": "filter",
|
|
3605
3966
|
"kind": 32768,
|
|
3606
3967
|
"kindString": "Parameter",
|
|
@@ -3634,22 +3995,22 @@
|
|
|
3634
3995
|
]
|
|
3635
3996
|
},
|
|
3636
3997
|
{
|
|
3637
|
-
"id":
|
|
3998
|
+
"id": 177,
|
|
3638
3999
|
"name": "useWitnessModules",
|
|
3639
4000
|
"kind": 64,
|
|
3640
4001
|
"kindString": "Function",
|
|
3641
4002
|
"flags": {},
|
|
3642
4003
|
"sources": [
|
|
3643
4004
|
{
|
|
3644
|
-
"fileName": "packages/modules/packages/node/src/
|
|
4005
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModules.ts",
|
|
3645
4006
|
"line": 5,
|
|
3646
4007
|
"character": 13,
|
|
3647
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4008
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useWitnessModules.ts#L5"
|
|
3648
4009
|
}
|
|
3649
4010
|
],
|
|
3650
4011
|
"signatures": [
|
|
3651
4012
|
{
|
|
3652
|
-
"id":
|
|
4013
|
+
"id": 178,
|
|
3653
4014
|
"name": "useWitnessModules",
|
|
3654
4015
|
"kind": 4096,
|
|
3655
4016
|
"kindString": "Call signature",
|
|
@@ -3693,7 +4054,7 @@
|
|
|
3693
4054
|
"title": "Type Aliases",
|
|
3694
4055
|
"children": [
|
|
3695
4056
|
10,
|
|
3696
|
-
|
|
4057
|
+
63
|
|
3697
4058
|
]
|
|
3698
4059
|
},
|
|
3699
4060
|
{
|
|
@@ -3713,25 +4074,25 @@
|
|
|
3713
4074
|
6,
|
|
3714
4075
|
52,
|
|
3715
4076
|
43,
|
|
4077
|
+
70,
|
|
4078
|
+
104,
|
|
4079
|
+
100,
|
|
4080
|
+
109,
|
|
4081
|
+
112,
|
|
4082
|
+
114,
|
|
4083
|
+
117,
|
|
4084
|
+
119,
|
|
3716
4085
|
122,
|
|
3717
|
-
|
|
3718
|
-
63,
|
|
3719
|
-
72,
|
|
3720
|
-
75,
|
|
3721
|
-
77,
|
|
3722
|
-
80,
|
|
3723
|
-
82,
|
|
3724
|
-
147,
|
|
3725
|
-
85,
|
|
4086
|
+
133,
|
|
3726
4087
|
37,
|
|
3727
|
-
|
|
3728
|
-
|
|
4088
|
+
135,
|
|
4089
|
+
143,
|
|
3729
4090
|
60,
|
|
3730
|
-
|
|
3731
|
-
|
|
4091
|
+
161,
|
|
4092
|
+
154,
|
|
3732
4093
|
169,
|
|
3733
|
-
|
|
3734
|
-
|
|
4094
|
+
174,
|
|
4095
|
+
177
|
|
3735
4096
|
]
|
|
3736
4097
|
}
|
|
3737
4098
|
],
|
|
@@ -3740,7 +4101,7 @@
|
|
|
3740
4101
|
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
3741
4102
|
"line": 1,
|
|
3742
4103
|
"character": 0,
|
|
3743
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
4104
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/index.ts#L1"
|
|
3744
4105
|
}
|
|
3745
4106
|
]
|
|
3746
4107
|
}
|