@xyo-network/react-node 2.45.0-rc.3 → 2.45.0-rc.31
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/hooks/index.js +2 -10
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/hooks/useMemoryNodeUpdates.js +1 -1
- package/dist/cjs/hooks/useMemoryNodeUpdates.js.map +1 -1
- package/dist/cjs/hooks/useModule.js +71 -4
- package/dist/cjs/hooks/useModule.js.map +1 -1
- package/dist/cjs/hooks/useModules.js +29 -6
- package/dist/cjs/hooks/useModules.js.map +1 -1
- package/dist/cjs/hooks/useNode.js +48 -5
- package/dist/cjs/hooks/useNode.js.map +1 -1
- package/dist/cjs/hooks/{useModuleAddresses.js → useNodeAttachedAddresses.js} +9 -9
- package/dist/cjs/hooks/useNodeAttachedAddresses.js.map +1 -0
- package/dist/cjs/hooks/useProvidedNode.js +32 -5
- package/dist/cjs/hooks/useProvidedNode.js.map +1 -1
- package/dist/cjs/hooks/useWrappedModule.js +49 -0
- package/dist/cjs/hooks/useWrappedModule.js.map +1 -0
- package/dist/docs.json +738 -2020
- package/dist/esm/hooks/index.js +2 -10
- package/dist/esm/hooks/index.js.map +1 -1
- package/dist/esm/hooks/useMemoryNodeUpdates.js +1 -1
- package/dist/esm/hooks/useMemoryNodeUpdates.js.map +1 -1
- package/dist/esm/hooks/useModule.js +69 -4
- package/dist/esm/hooks/useModule.js.map +1 -1
- package/dist/esm/hooks/useModules.js +30 -7
- package/dist/esm/hooks/useModules.js.map +1 -1
- package/dist/esm/hooks/useNode.js +47 -5
- package/dist/esm/hooks/useNode.js.map +1 -1
- package/dist/esm/hooks/useNodeAttachedAddresses.js +17 -0
- package/dist/esm/hooks/useNodeAttachedAddresses.js.map +1 -0
- package/dist/esm/hooks/useProvidedNode.js +30 -5
- package/dist/esm/hooks/useProvidedNode.js.map +1 -1
- package/dist/esm/hooks/useWrappedModule.js +45 -0
- package/dist/esm/hooks/useWrappedModule.js.map +1 -0
- package/dist/types/hooks/index.d.ts +2 -10
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/useModule.d.ts +23 -47
- package/dist/types/hooks/useModule.d.ts.map +1 -1
- package/dist/types/hooks/useModules.d.ts +5 -5
- package/dist/types/hooks/useModules.d.ts.map +1 -1
- package/dist/types/hooks/useNode.d.ts +3 -7
- package/dist/types/hooks/useNode.d.ts.map +1 -1
- package/dist/types/hooks/useNodeAttachedAddresses.d.ts +2 -0
- package/dist/types/hooks/useNodeAttachedAddresses.d.ts.map +1 -0
- package/dist/types/hooks/useProvidedNode.d.ts +3 -4
- package/dist/types/hooks/useProvidedNode.d.ts.map +1 -1
- package/dist/types/hooks/useWrappedModule.d.ts +39 -0
- package/dist/types/hooks/useWrappedModule.d.ts.map +1 -0
- package/package.json +16 -16
- package/src/components/Node.stories.tsx +35 -9
- package/src/hooks/index.ts +2 -10
- package/src/hooks/useMemoryNodeUpdates.tsx +1 -1
- package/src/hooks/useModule.tsx +77 -4
- package/src/hooks/useModules.ts +30 -10
- package/src/hooks/useNode.tsx +47 -5
- package/src/hooks/{useModuleAddresses.ts → useNodeAttachedAddresses.ts} +6 -6
- package/src/hooks/useProvidedNode.tsx +33 -6
- package/src/hooks/useWrappedModule.tsx +61 -0
- package/dist/cjs/hooks/createUseModuleHook.js +0 -41
- package/dist/cjs/hooks/createUseModuleHook.js.map +0 -1
- package/dist/cjs/hooks/useArchiveArchivists.js +0 -38
- package/dist/cjs/hooks/useArchiveArchivists.js.map +0 -1
- package/dist/cjs/hooks/useArchivistModule.js +0 -12
- package/dist/cjs/hooks/useArchivistModule.js.map +0 -1
- package/dist/cjs/hooks/useArchivistModules.js +0 -11
- package/dist/cjs/hooks/useArchivistModules.js.map +0 -1
- package/dist/cjs/hooks/useDivinerModule.js +0 -12
- package/dist/cjs/hooks/useDivinerModule.js.map +0 -1
- package/dist/cjs/hooks/useDivinerModules.js +0 -12
- package/dist/cjs/hooks/useDivinerModules.js.map +0 -1
- package/dist/cjs/hooks/useModuleAddresses.js.map +0 -1
- package/dist/cjs/hooks/useNodeQueryDiviner.js +0 -43
- package/dist/cjs/hooks/useNodeQueryDiviner.js.map +0 -1
- package/dist/cjs/hooks/useWitnessModule.js +0 -12
- package/dist/cjs/hooks/useWitnessModule.js.map +0 -1
- package/dist/cjs/hooks/useWitnessModules.js +0 -11
- package/dist/cjs/hooks/useWitnessModules.js.map +0 -1
- package/dist/esm/hooks/createUseModuleHook.js +0 -36
- package/dist/esm/hooks/createUseModuleHook.js.map +0 -1
- package/dist/esm/hooks/useArchiveArchivists.js +0 -33
- package/dist/esm/hooks/useArchiveArchivists.js.map +0 -1
- package/dist/esm/hooks/useArchivistModule.js +0 -8
- package/dist/esm/hooks/useArchivistModule.js.map +0 -1
- package/dist/esm/hooks/useArchivistModules.js +0 -7
- package/dist/esm/hooks/useArchivistModules.js.map +0 -1
- package/dist/esm/hooks/useDivinerModule.js +0 -8
- package/dist/esm/hooks/useDivinerModule.js.map +0 -1
- package/dist/esm/hooks/useDivinerModules.js +0 -8
- package/dist/esm/hooks/useDivinerModules.js.map +0 -1
- package/dist/esm/hooks/useModuleAddresses.js +0 -17
- package/dist/esm/hooks/useModuleAddresses.js.map +0 -1
- package/dist/esm/hooks/useNodeQueryDiviner.js +0 -37
- package/dist/esm/hooks/useNodeQueryDiviner.js.map +0 -1
- package/dist/esm/hooks/useWitnessModule.js +0 -8
- package/dist/esm/hooks/useWitnessModule.js.map +0 -1
- package/dist/esm/hooks/useWitnessModules.js +0 -7
- package/dist/esm/hooks/useWitnessModules.js.map +0 -1
- package/dist/types/hooks/createUseModuleHook.d.ts +0 -51
- package/dist/types/hooks/createUseModuleHook.d.ts.map +0 -1
- package/dist/types/hooks/useArchiveArchivists.d.ts +0 -9
- package/dist/types/hooks/useArchiveArchivists.d.ts.map +0 -1
- package/dist/types/hooks/useArchivistModule.d.ts +0 -4
- package/dist/types/hooks/useArchivistModule.d.ts.map +0 -1
- package/dist/types/hooks/useArchivistModules.d.ts +0 -3
- package/dist/types/hooks/useArchivistModules.d.ts.map +0 -1
- package/dist/types/hooks/useDivinerModule.d.ts +0 -4
- package/dist/types/hooks/useDivinerModule.d.ts.map +0 -1
- package/dist/types/hooks/useDivinerModules.d.ts +0 -3
- package/dist/types/hooks/useDivinerModules.d.ts.map +0 -1
- package/dist/types/hooks/useModuleAddresses.d.ts +0 -2
- package/dist/types/hooks/useModuleAddresses.d.ts.map +0 -1
- package/dist/types/hooks/useNodeQueryDiviner.d.ts +0 -6
- package/dist/types/hooks/useNodeQueryDiviner.d.ts.map +0 -1
- package/dist/types/hooks/useWitnessModule.d.ts +0 -4
- package/dist/types/hooks/useWitnessModule.d.ts.map +0 -1
- package/dist/types/hooks/useWitnessModules.d.ts +0 -3
- package/dist/types/hooks/useWitnessModules.d.ts.map +0 -1
- package/src/hooks/createUseModuleHook.tsx +0 -56
- package/src/hooks/useArchiveArchivists.tsx +0 -49
- package/src/hooks/useArchivistModule.ts +0 -10
- package/src/hooks/useArchivistModules.ts +0 -8
- package/src/hooks/useDivinerModule.ts +0 -10
- package/src/hooks/useDivinerModules.ts +0 -9
- package/src/hooks/useNodeQueryDiviner.tsx +0 -54
- package/src/hooks/useWitnessModule.ts +0 -10
- package/src/hooks/useWitnessModules.ts +0 -8
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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/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/f3152d8417a/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L4"
|
|
531
531
|
}
|
|
532
532
|
],
|
|
533
533
|
"indexSignature": {
|
|
@@ -556,6 +556,160 @@
|
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
|
+
{
|
|
560
|
+
"id": 94,
|
|
561
|
+
"name": "WrapperStatic",
|
|
562
|
+
"kind": 256,
|
|
563
|
+
"kindString": "Interface",
|
|
564
|
+
"flags": {},
|
|
565
|
+
"children": [
|
|
566
|
+
{
|
|
567
|
+
"id": 95,
|
|
568
|
+
"name": "requiredQueries",
|
|
569
|
+
"kind": 1024,
|
|
570
|
+
"kindString": "Property",
|
|
571
|
+
"flags": {},
|
|
572
|
+
"sources": [
|
|
573
|
+
{
|
|
574
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
575
|
+
"line": 10,
|
|
576
|
+
"character": 2,
|
|
577
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L10"
|
|
578
|
+
}
|
|
579
|
+
],
|
|
580
|
+
"type": {
|
|
581
|
+
"type": "array",
|
|
582
|
+
"elementType": {
|
|
583
|
+
"type": "intrinsic",
|
|
584
|
+
"name": "string"
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"id": 96,
|
|
590
|
+
"name": "wrap",
|
|
591
|
+
"kind": 1024,
|
|
592
|
+
"kindString": "Property",
|
|
593
|
+
"flags": {},
|
|
594
|
+
"sources": [
|
|
595
|
+
{
|
|
596
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
597
|
+
"line": 11,
|
|
598
|
+
"character": 2,
|
|
599
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L11"
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"type": {
|
|
603
|
+
"type": "reflection",
|
|
604
|
+
"declaration": {
|
|
605
|
+
"id": 97,
|
|
606
|
+
"name": "__type",
|
|
607
|
+
"kind": 65536,
|
|
608
|
+
"kindString": "Type literal",
|
|
609
|
+
"flags": {},
|
|
610
|
+
"sources": [
|
|
611
|
+
{
|
|
612
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
613
|
+
"line": 11,
|
|
614
|
+
"character": 8,
|
|
615
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L11"
|
|
616
|
+
}
|
|
617
|
+
],
|
|
618
|
+
"signatures": [
|
|
619
|
+
{
|
|
620
|
+
"id": 98,
|
|
621
|
+
"name": "__type",
|
|
622
|
+
"kind": 4096,
|
|
623
|
+
"kindString": "Call signature",
|
|
624
|
+
"flags": {},
|
|
625
|
+
"parameters": [
|
|
626
|
+
{
|
|
627
|
+
"id": 99,
|
|
628
|
+
"name": "module",
|
|
629
|
+
"kind": 32768,
|
|
630
|
+
"kindString": "Parameter",
|
|
631
|
+
"flags": {
|
|
632
|
+
"isOptional": true
|
|
633
|
+
},
|
|
634
|
+
"type": {
|
|
635
|
+
"type": "indexedAccess",
|
|
636
|
+
"indexType": {
|
|
637
|
+
"type": "literal",
|
|
638
|
+
"value": "module"
|
|
639
|
+
},
|
|
640
|
+
"objectType": {
|
|
641
|
+
"type": "reference",
|
|
642
|
+
"id": 101,
|
|
643
|
+
"name": "TModuleWrapper"
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"id": 100,
|
|
649
|
+
"name": "account",
|
|
650
|
+
"kind": 32768,
|
|
651
|
+
"kindString": "Parameter",
|
|
652
|
+
"flags": {
|
|
653
|
+
"isOptional": true
|
|
654
|
+
},
|
|
655
|
+
"type": {
|
|
656
|
+
"type": "reference",
|
|
657
|
+
"name": "AccountInstance",
|
|
658
|
+
"qualifiedName": "AccountInstance",
|
|
659
|
+
"package": "@xyo-network/account-model"
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
"type": {
|
|
664
|
+
"type": "reference",
|
|
665
|
+
"id": 101,
|
|
666
|
+
"name": "TModuleWrapper"
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
]
|
|
670
|
+
}
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
],
|
|
674
|
+
"groups": [
|
|
675
|
+
{
|
|
676
|
+
"title": "Properties",
|
|
677
|
+
"children": [
|
|
678
|
+
95,
|
|
679
|
+
96
|
|
680
|
+
]
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"sources": [
|
|
684
|
+
{
|
|
685
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
686
|
+
"line": 9,
|
|
687
|
+
"character": 17,
|
|
688
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L9"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"typeParameters": [
|
|
692
|
+
{
|
|
693
|
+
"id": 101,
|
|
694
|
+
"name": "TModuleWrapper",
|
|
695
|
+
"kind": 131072,
|
|
696
|
+
"kindString": "Type parameter",
|
|
697
|
+
"flags": {},
|
|
698
|
+
"type": {
|
|
699
|
+
"type": "reference",
|
|
700
|
+
"name": "ModuleWrapper",
|
|
701
|
+
"qualifiedName": "ModuleWrapper",
|
|
702
|
+
"package": "@xyo-network/module"
|
|
703
|
+
},
|
|
704
|
+
"default": {
|
|
705
|
+
"type": "reference",
|
|
706
|
+
"name": "ModuleWrapper",
|
|
707
|
+
"qualifiedName": "ModuleWrapper",
|
|
708
|
+
"package": "@xyo-network/module"
|
|
709
|
+
}
|
|
710
|
+
}
|
|
711
|
+
]
|
|
712
|
+
},
|
|
559
713
|
{
|
|
560
714
|
"id": 10,
|
|
561
715
|
"name": "MemoryNodeProviderProps",
|
|
@@ -567,7 +721,7 @@
|
|
|
567
721
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
568
722
|
"line": 8,
|
|
569
723
|
"character": 12,
|
|
570
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
724
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
571
725
|
}
|
|
572
726
|
],
|
|
573
727
|
"type": {
|
|
@@ -598,7 +752,7 @@
|
|
|
598
752
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
599
753
|
"line": 9,
|
|
600
754
|
"character": 2,
|
|
601
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
755
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L9"
|
|
602
756
|
}
|
|
603
757
|
],
|
|
604
758
|
"type": {
|
|
@@ -629,7 +783,7 @@
|
|
|
629
783
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
630
784
|
"line": 10,
|
|
631
785
|
"character": 2,
|
|
632
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
786
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L10"
|
|
633
787
|
}
|
|
634
788
|
],
|
|
635
789
|
"type": {
|
|
@@ -652,7 +806,7 @@
|
|
|
652
806
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
653
807
|
"line": 8,
|
|
654
808
|
"character": 51,
|
|
655
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
809
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
656
810
|
}
|
|
657
811
|
]
|
|
658
812
|
}
|
|
@@ -679,133 +833,6 @@
|
|
|
679
833
|
]
|
|
680
834
|
}
|
|
681
835
|
},
|
|
682
|
-
{
|
|
683
|
-
"id": 63,
|
|
684
|
-
"name": "WrapFunc",
|
|
685
|
-
"kind": 4194304,
|
|
686
|
-
"kindString": "Type alias",
|
|
687
|
-
"flags": {},
|
|
688
|
-
"sources": [
|
|
689
|
-
{
|
|
690
|
-
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
691
|
-
"line": 8,
|
|
692
|
-
"character": 12,
|
|
693
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L8"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"typeParameters": [
|
|
697
|
-
{
|
|
698
|
-
"id": 68,
|
|
699
|
-
"name": "TModule",
|
|
700
|
-
"kind": 131072,
|
|
701
|
-
"kindString": "Type parameter",
|
|
702
|
-
"flags": {},
|
|
703
|
-
"type": {
|
|
704
|
-
"type": "reference",
|
|
705
|
-
"name": "Module",
|
|
706
|
-
"qualifiedName": "Module",
|
|
707
|
-
"package": "@xyo-network/module-model"
|
|
708
|
-
},
|
|
709
|
-
"default": {
|
|
710
|
-
"type": "reference",
|
|
711
|
-
"name": "Module",
|
|
712
|
-
"qualifiedName": "Module",
|
|
713
|
-
"package": "@xyo-network/module-model"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"id": 69,
|
|
718
|
-
"name": "TWrapper",
|
|
719
|
-
"kind": 131072,
|
|
720
|
-
"kindString": "Type parameter",
|
|
721
|
-
"flags": {},
|
|
722
|
-
"type": {
|
|
723
|
-
"type": "reference",
|
|
724
|
-
"name": "ModuleWrapper",
|
|
725
|
-
"qualifiedName": "ModuleWrapper",
|
|
726
|
-
"package": "@xyo-network/module"
|
|
727
|
-
},
|
|
728
|
-
"default": {
|
|
729
|
-
"type": "reference",
|
|
730
|
-
"name": "ModuleWrapper",
|
|
731
|
-
"qualifiedName": "ModuleWrapper",
|
|
732
|
-
"package": "@xyo-network/module"
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
],
|
|
736
|
-
"type": {
|
|
737
|
-
"type": "reflection",
|
|
738
|
-
"declaration": {
|
|
739
|
-
"id": 64,
|
|
740
|
-
"name": "__type",
|
|
741
|
-
"kind": 65536,
|
|
742
|
-
"kindString": "Type literal",
|
|
743
|
-
"flags": {},
|
|
744
|
-
"sources": [
|
|
745
|
-
{
|
|
746
|
-
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
747
|
-
"line": 8,
|
|
748
|
-
"character": 104,
|
|
749
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L8"
|
|
750
|
-
}
|
|
751
|
-
],
|
|
752
|
-
"signatures": [
|
|
753
|
-
{
|
|
754
|
-
"id": 65,
|
|
755
|
-
"name": "__type",
|
|
756
|
-
"kind": 4096,
|
|
757
|
-
"kindString": "Call signature",
|
|
758
|
-
"flags": {},
|
|
759
|
-
"parameters": [
|
|
760
|
-
{
|
|
761
|
-
"id": 66,
|
|
762
|
-
"name": "module",
|
|
763
|
-
"kind": 32768,
|
|
764
|
-
"kindString": "Parameter",
|
|
765
|
-
"flags": {
|
|
766
|
-
"isOptional": true
|
|
767
|
-
},
|
|
768
|
-
"type": {
|
|
769
|
-
"type": "reference",
|
|
770
|
-
"id": 68,
|
|
771
|
-
"name": "TModule"
|
|
772
|
-
}
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
"id": 67,
|
|
776
|
-
"name": "account",
|
|
777
|
-
"kind": 32768,
|
|
778
|
-
"kindString": "Parameter",
|
|
779
|
-
"flags": {
|
|
780
|
-
"isOptional": true
|
|
781
|
-
},
|
|
782
|
-
"type": {
|
|
783
|
-
"type": "reference",
|
|
784
|
-
"name": "Account",
|
|
785
|
-
"qualifiedName": "Account",
|
|
786
|
-
"package": "@xyo-network/account"
|
|
787
|
-
}
|
|
788
|
-
}
|
|
789
|
-
],
|
|
790
|
-
"type": {
|
|
791
|
-
"type": "union",
|
|
792
|
-
"types": [
|
|
793
|
-
{
|
|
794
|
-
"type": "reference",
|
|
795
|
-
"id": 69,
|
|
796
|
-
"name": "TWrapper"
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"type": "intrinsic",
|
|
800
|
-
"name": "undefined"
|
|
801
|
-
}
|
|
802
|
-
]
|
|
803
|
-
}
|
|
804
|
-
}
|
|
805
|
-
]
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
},
|
|
809
836
|
{
|
|
810
837
|
"id": 18,
|
|
811
838
|
"name": "ModuleRepositoryContext",
|
|
@@ -819,7 +846,7 @@
|
|
|
819
846
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts",
|
|
820
847
|
"line": 5,
|
|
821
848
|
"character": 13,
|
|
822
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
849
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts#L5"
|
|
823
850
|
}
|
|
824
851
|
],
|
|
825
852
|
"type": {
|
|
@@ -859,7 +886,7 @@
|
|
|
859
886
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Context.ts",
|
|
860
887
|
"line": 5,
|
|
861
888
|
"character": 13,
|
|
862
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
889
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/Node/Context.ts#L5"
|
|
863
890
|
}
|
|
864
891
|
],
|
|
865
892
|
"type": {
|
|
@@ -899,7 +926,7 @@
|
|
|
899
926
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts",
|
|
900
927
|
"line": 5,
|
|
901
928
|
"character": 13,
|
|
902
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
929
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
903
930
|
}
|
|
904
931
|
],
|
|
905
932
|
"type": {
|
|
@@ -937,7 +964,7 @@
|
|
|
937
964
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
938
965
|
"line": 14,
|
|
939
966
|
"character": 13,
|
|
940
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
967
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
941
968
|
}
|
|
942
969
|
],
|
|
943
970
|
"signatures": [
|
|
@@ -1013,7 +1040,7 @@
|
|
|
1013
1040
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx",
|
|
1014
1041
|
"line": 11,
|
|
1015
1042
|
"character": 13,
|
|
1016
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1043
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx#L11"
|
|
1017
1044
|
}
|
|
1018
1045
|
],
|
|
1019
1046
|
"signatures": [
|
|
@@ -1088,7 +1115,7 @@
|
|
|
1088
1115
|
"fileName": "packages/modules/packages/node/src/components/Node.tsx",
|
|
1089
1116
|
"line": 8,
|
|
1090
1117
|
"character": 13,
|
|
1091
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1118
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/components/Node.tsx#L8"
|
|
1092
1119
|
}
|
|
1093
1120
|
],
|
|
1094
1121
|
"signatures": [
|
|
@@ -1165,7 +1192,7 @@
|
|
|
1165
1192
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
1166
1193
|
"line": 12,
|
|
1167
1194
|
"character": 13,
|
|
1168
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1195
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/components/NodeDrawer.tsx#L12"
|
|
1169
1196
|
}
|
|
1170
1197
|
],
|
|
1171
1198
|
"signatures": [
|
|
@@ -1241,7 +1268,7 @@
|
|
|
1241
1268
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
1242
1269
|
"line": 10,
|
|
1243
1270
|
"character": 13,
|
|
1244
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1271
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1245
1272
|
}
|
|
1246
1273
|
],
|
|
1247
1274
|
"signatures": [
|
|
@@ -1317,7 +1344,7 @@
|
|
|
1317
1344
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
1318
1345
|
"line": 11,
|
|
1319
1346
|
"character": 13,
|
|
1320
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1347
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L11"
|
|
1321
1348
|
}
|
|
1322
1349
|
],
|
|
1323
1350
|
"signatures": [
|
|
@@ -1391,30 +1418,30 @@
|
|
|
1391
1418
|
]
|
|
1392
1419
|
},
|
|
1393
1420
|
{
|
|
1394
|
-
"id":
|
|
1395
|
-
"name": "
|
|
1421
|
+
"id": 102,
|
|
1422
|
+
"name": "WrappedModuleHookFactory",
|
|
1396
1423
|
"kind": 64,
|
|
1397
1424
|
"kindString": "Function",
|
|
1398
1425
|
"flags": {},
|
|
1399
1426
|
"sources": [
|
|
1400
1427
|
{
|
|
1401
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1402
|
-
"line":
|
|
1428
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
1429
|
+
"line": 14,
|
|
1403
1430
|
"character": 13,
|
|
1404
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1431
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L14"
|
|
1405
1432
|
}
|
|
1406
1433
|
],
|
|
1407
1434
|
"signatures": [
|
|
1408
1435
|
{
|
|
1409
|
-
"id":
|
|
1410
|
-
"name": "
|
|
1436
|
+
"id": 103,
|
|
1437
|
+
"name": "WrappedModuleHookFactory",
|
|
1411
1438
|
"kind": 4096,
|
|
1412
1439
|
"kindString": "Call signature",
|
|
1413
1440
|
"flags": {},
|
|
1414
1441
|
"typeParameter": [
|
|
1415
1442
|
{
|
|
1416
|
-
"id":
|
|
1417
|
-
"name": "
|
|
1443
|
+
"id": 108,
|
|
1444
|
+
"name": "TModuleWrapper",
|
|
1418
1445
|
"kind": 131072,
|
|
1419
1446
|
"kindString": "Type parameter",
|
|
1420
1447
|
"flags": {},
|
|
@@ -1422,133 +1449,8 @@
|
|
|
1422
1449
|
"type": "reference",
|
|
1423
1450
|
"typeArguments": [
|
|
1424
1451
|
{
|
|
1425
|
-
"type": "
|
|
1426
|
-
"
|
|
1427
|
-
{
|
|
1428
|
-
"type": "reference",
|
|
1429
|
-
"name": "SchemaFields",
|
|
1430
|
-
"qualifiedName": "SchemaFields",
|
|
1431
|
-
"package": "@xyo-network/payload-model"
|
|
1432
|
-
},
|
|
1433
|
-
{
|
|
1434
|
-
"type": "reference",
|
|
1435
|
-
"name": "PayloadFields",
|
|
1436
|
-
"qualifiedName": "PayloadFields",
|
|
1437
|
-
"package": "@xyo-network/payload-model"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"type": "reflection",
|
|
1441
|
-
"declaration": {
|
|
1442
|
-
"id": 72,
|
|
1443
|
-
"name": "__type",
|
|
1444
|
-
"kind": 65536,
|
|
1445
|
-
"kindString": "Type literal",
|
|
1446
|
-
"flags": {},
|
|
1447
|
-
"sources": [
|
|
1448
|
-
{
|
|
1449
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1450
|
-
"line": 8,
|
|
1451
|
-
"character": 75
|
|
1452
|
-
}
|
|
1453
|
-
]
|
|
1454
|
-
}
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"type": "reflection",
|
|
1458
|
-
"declaration": {
|
|
1459
|
-
"id": 73,
|
|
1460
|
-
"name": "__type",
|
|
1461
|
-
"kind": 65536,
|
|
1462
|
-
"kindString": "Type literal",
|
|
1463
|
-
"flags": {},
|
|
1464
|
-
"sources": [
|
|
1465
|
-
{
|
|
1466
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1467
|
-
"line": 18,
|
|
1468
|
-
"character": 17
|
|
1469
|
-
}
|
|
1470
|
-
]
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1473
|
-
]
|
|
1474
|
-
}
|
|
1475
|
-
],
|
|
1476
|
-
"name": "Module",
|
|
1477
|
-
"qualifiedName": "Module",
|
|
1478
|
-
"package": "@xyo-network/module-model"
|
|
1479
|
-
},
|
|
1480
|
-
"default": {
|
|
1481
|
-
"type": "reference",
|
|
1482
|
-
"typeArguments": [
|
|
1483
|
-
{
|
|
1484
|
-
"type": "intersection",
|
|
1485
|
-
"types": [
|
|
1486
|
-
{
|
|
1487
|
-
"type": "reference",
|
|
1488
|
-
"name": "SchemaFields",
|
|
1489
|
-
"qualifiedName": "SchemaFields",
|
|
1490
|
-
"package": "@xyo-network/payload-model"
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"type": "reference",
|
|
1494
|
-
"name": "PayloadFields",
|
|
1495
|
-
"qualifiedName": "PayloadFields",
|
|
1496
|
-
"package": "@xyo-network/payload-model"
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"type": "reflection",
|
|
1500
|
-
"declaration": {
|
|
1501
|
-
"id": 74,
|
|
1502
|
-
"name": "__type",
|
|
1503
|
-
"kind": 65536,
|
|
1504
|
-
"kindString": "Type literal",
|
|
1505
|
-
"flags": {},
|
|
1506
|
-
"sources": [
|
|
1507
|
-
{
|
|
1508
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1509
|
-
"line": 8,
|
|
1510
|
-
"character": 75
|
|
1511
|
-
}
|
|
1512
|
-
]
|
|
1513
|
-
}
|
|
1514
|
-
},
|
|
1515
|
-
{
|
|
1516
|
-
"type": "reflection",
|
|
1517
|
-
"declaration": {
|
|
1518
|
-
"id": 75,
|
|
1519
|
-
"name": "__type",
|
|
1520
|
-
"kind": 65536,
|
|
1521
|
-
"kindString": "Type literal",
|
|
1522
|
-
"flags": {},
|
|
1523
|
-
"sources": [
|
|
1524
|
-
{
|
|
1525
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1526
|
-
"line": 18,
|
|
1527
|
-
"character": 17
|
|
1528
|
-
}
|
|
1529
|
-
]
|
|
1530
|
-
}
|
|
1531
|
-
}
|
|
1532
|
-
]
|
|
1533
|
-
}
|
|
1534
|
-
],
|
|
1535
|
-
"name": "Module",
|
|
1536
|
-
"qualifiedName": "Module",
|
|
1537
|
-
"package": "@xyo-network/module-model"
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"id": 81,
|
|
1542
|
-
"name": "TWrapper",
|
|
1543
|
-
"kind": 131072,
|
|
1544
|
-
"kindString": "Type parameter",
|
|
1545
|
-
"flags": {},
|
|
1546
|
-
"type": {
|
|
1547
|
-
"type": "reference",
|
|
1548
|
-
"typeArguments": [
|
|
1549
|
-
{
|
|
1550
|
-
"type": "reference",
|
|
1551
|
-
"typeArguments": [
|
|
1452
|
+
"type": "reference",
|
|
1453
|
+
"typeArguments": [
|
|
1552
1454
|
{
|
|
1553
1455
|
"type": "intersection",
|
|
1554
1456
|
"types": [
|
|
@@ -1567,7 +1469,7 @@
|
|
|
1567
1469
|
{
|
|
1568
1470
|
"type": "reflection",
|
|
1569
1471
|
"declaration": {
|
|
1570
|
-
"id":
|
|
1472
|
+
"id": 104,
|
|
1571
1473
|
"name": "__type",
|
|
1572
1474
|
"kind": 65536,
|
|
1573
1475
|
"kindString": "Type literal",
|
|
@@ -1584,7 +1486,7 @@
|
|
|
1584
1486
|
{
|
|
1585
1487
|
"type": "reflection",
|
|
1586
1488
|
"declaration": {
|
|
1587
|
-
"id":
|
|
1489
|
+
"id": 105,
|
|
1588
1490
|
"name": "__type",
|
|
1589
1491
|
"kind": 65536,
|
|
1590
1492
|
"kindString": "Type literal",
|
|
@@ -1607,8 +1509,8 @@
|
|
|
1607
1509
|
},
|
|
1608
1510
|
{
|
|
1609
1511
|
"type": "reference",
|
|
1610
|
-
"id":
|
|
1611
|
-
"name": "
|
|
1512
|
+
"id": 108,
|
|
1513
|
+
"name": "TModuleWrapper"
|
|
1612
1514
|
}
|
|
1613
1515
|
],
|
|
1614
1516
|
"name": "ModuleWrapper",
|
|
@@ -1639,7 +1541,7 @@
|
|
|
1639
1541
|
{
|
|
1640
1542
|
"type": "reflection",
|
|
1641
1543
|
"declaration": {
|
|
1642
|
-
"id":
|
|
1544
|
+
"id": 106,
|
|
1643
1545
|
"name": "__type",
|
|
1644
1546
|
"kind": 65536,
|
|
1645
1547
|
"kindString": "Type literal",
|
|
@@ -1656,7 +1558,7 @@
|
|
|
1656
1558
|
{
|
|
1657
1559
|
"type": "reflection",
|
|
1658
1560
|
"declaration": {
|
|
1659
|
-
"id":
|
|
1561
|
+
"id": 107,
|
|
1660
1562
|
"name": "__type",
|
|
1661
1563
|
"kind": 65536,
|
|
1662
1564
|
"kindString": "Type literal",
|
|
@@ -1682,216 +1584,69 @@
|
|
|
1682
1584
|
"qualifiedName": "ModuleWrapper",
|
|
1683
1585
|
"package": "@xyo-network/module"
|
|
1684
1586
|
}
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"id": 82,
|
|
1688
|
-
"name": "TWrapFunc",
|
|
1689
|
-
"kind": 131072,
|
|
1690
|
-
"kindString": "Type parameter",
|
|
1691
|
-
"flags": {},
|
|
1692
|
-
"type": {
|
|
1693
|
-
"type": "reference",
|
|
1694
|
-
"id": 63,
|
|
1695
|
-
"typeArguments": [
|
|
1696
|
-
{
|
|
1697
|
-
"type": "reference",
|
|
1698
|
-
"id": 76,
|
|
1699
|
-
"name": "TModule"
|
|
1700
|
-
},
|
|
1701
|
-
{
|
|
1702
|
-
"type": "reference",
|
|
1703
|
-
"id": 81,
|
|
1704
|
-
"name": "TWrapper"
|
|
1705
|
-
}
|
|
1706
|
-
],
|
|
1707
|
-
"name": "WrapFunc"
|
|
1708
|
-
},
|
|
1709
|
-
"default": {
|
|
1710
|
-
"type": "reference",
|
|
1711
|
-
"id": 63,
|
|
1712
|
-
"typeArguments": [
|
|
1713
|
-
{
|
|
1714
|
-
"type": "reference",
|
|
1715
|
-
"id": 76,
|
|
1716
|
-
"name": "TModule"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"type": "reference",
|
|
1720
|
-
"id": 81,
|
|
1721
|
-
"name": "TWrapper"
|
|
1722
|
-
}
|
|
1723
|
-
],
|
|
1724
|
-
"name": "WrapFunc"
|
|
1725
|
-
}
|
|
1726
1587
|
}
|
|
1727
1588
|
],
|
|
1728
1589
|
"parameters": [
|
|
1729
1590
|
{
|
|
1730
|
-
"id":
|
|
1731
|
-
"name": "
|
|
1591
|
+
"id": 109,
|
|
1592
|
+
"name": "wrapperObject",
|
|
1732
1593
|
"kind": 32768,
|
|
1733
1594
|
"kindString": "Parameter",
|
|
1734
1595
|
"flags": {},
|
|
1735
1596
|
"type": {
|
|
1736
1597
|
"type": "reference",
|
|
1737
|
-
"id":
|
|
1738
|
-
"
|
|
1598
|
+
"id": 94,
|
|
1599
|
+
"typeArguments": [
|
|
1600
|
+
{
|
|
1601
|
+
"type": "reference",
|
|
1602
|
+
"id": 108,
|
|
1603
|
+
"name": "TModuleWrapper"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"name": "WrapperStatic"
|
|
1739
1607
|
}
|
|
1740
1608
|
},
|
|
1741
1609
|
{
|
|
1742
|
-
"id":
|
|
1743
|
-
"name": "
|
|
1610
|
+
"id": 110,
|
|
1611
|
+
"name": "name",
|
|
1744
1612
|
"kind": 32768,
|
|
1745
1613
|
"kindString": "Parameter",
|
|
1746
|
-
"flags": {
|
|
1614
|
+
"flags": {
|
|
1615
|
+
"isOptional": true
|
|
1616
|
+
},
|
|
1747
1617
|
"type": {
|
|
1748
|
-
"type": "
|
|
1749
|
-
"
|
|
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
|
-
}
|
|
1618
|
+
"type": "intrinsic",
|
|
1619
|
+
"name": "string"
|
|
1841
1620
|
}
|
|
1842
1621
|
}
|
|
1843
1622
|
],
|
|
1844
1623
|
"type": {
|
|
1845
1624
|
"type": "reflection",
|
|
1846
1625
|
"declaration": {
|
|
1847
|
-
"id":
|
|
1626
|
+
"id": 111,
|
|
1848
1627
|
"name": "__type",
|
|
1849
1628
|
"kind": 65536,
|
|
1850
1629
|
"kindString": "Type literal",
|
|
1851
1630
|
"flags": {},
|
|
1852
1631
|
"sources": [
|
|
1853
1632
|
{
|
|
1854
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1855
|
-
"line":
|
|
1856
|
-
"character":
|
|
1857
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1858
|
-
},
|
|
1859
|
-
{
|
|
1860
|
-
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1861
|
-
"line": 22,
|
|
1862
|
-
"character": 11,
|
|
1863
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L22"
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1867
|
-
"line": 23,
|
|
1868
|
-
"character": 11,
|
|
1869
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L23"
|
|
1870
|
-
},
|
|
1871
|
-
{
|
|
1872
|
-
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1873
|
-
"line": 24,
|
|
1874
|
-
"character": 11,
|
|
1875
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L24"
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"fileName": "packages/modules/packages/node/src/hooks/createUseModuleHook.tsx",
|
|
1879
|
-
"line": 25,
|
|
1880
|
-
"character": 11,
|
|
1881
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/createUseModuleHook.tsx#L25"
|
|
1633
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
1634
|
+
"line": 18,
|
|
1635
|
+
"character": 18,
|
|
1636
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L18"
|
|
1882
1637
|
}
|
|
1883
1638
|
],
|
|
1884
1639
|
"signatures": [
|
|
1885
1640
|
{
|
|
1886
|
-
"id":
|
|
1641
|
+
"id": 112,
|
|
1887
1642
|
"name": "__type",
|
|
1888
1643
|
"kind": 4096,
|
|
1889
1644
|
"kindString": "Call signature",
|
|
1890
1645
|
"flags": {},
|
|
1891
1646
|
"parameters": [
|
|
1892
1647
|
{
|
|
1893
|
-
"id":
|
|
1894
|
-
"name": "
|
|
1648
|
+
"id": 113,
|
|
1649
|
+
"name": "nameOrAddress",
|
|
1895
1650
|
"kind": 32768,
|
|
1896
1651
|
"kindString": "Parameter",
|
|
1897
1652
|
"flags": {
|
|
@@ -1901,90 +1656,33 @@
|
|
|
1901
1656
|
"type": "intrinsic",
|
|
1902
1657
|
"name": "string"
|
|
1903
1658
|
}
|
|
1904
|
-
}
|
|
1905
|
-
],
|
|
1906
|
-
"type": {
|
|
1907
|
-
"type": "tuple",
|
|
1908
|
-
"elements": [
|
|
1909
|
-
{
|
|
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
|
-
]
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
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
|
-
]
|
|
1937
|
-
}
|
|
1938
|
-
]
|
|
1939
|
-
}
|
|
1940
|
-
},
|
|
1941
|
-
{
|
|
1942
|
-
"id": 92,
|
|
1943
|
-
"name": "__type",
|
|
1944
|
-
"kind": 4096,
|
|
1945
|
-
"kindString": "Call signature",
|
|
1946
|
-
"flags": {},
|
|
1947
|
-
"parameters": [
|
|
1659
|
+
},
|
|
1948
1660
|
{
|
|
1949
|
-
"id":
|
|
1950
|
-
"name": "
|
|
1661
|
+
"id": 114,
|
|
1662
|
+
"name": "account",
|
|
1951
1663
|
"kind": 32768,
|
|
1952
1664
|
"kindString": "Parameter",
|
|
1953
|
-
"flags": {
|
|
1665
|
+
"flags": {
|
|
1666
|
+
"isOptional": true
|
|
1667
|
+
},
|
|
1954
1668
|
"type": {
|
|
1955
|
-
"type": "
|
|
1956
|
-
"
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
"name": "undefined"
|
|
1960
|
-
},
|
|
1961
|
-
{
|
|
1962
|
-
"type": "intrinsic",
|
|
1963
|
-
"name": "string"
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
1669
|
+
"type": "reference",
|
|
1670
|
+
"name": "AccountInstance",
|
|
1671
|
+
"qualifiedName": "AccountInstance",
|
|
1672
|
+
"package": "@xyo-network/account-model"
|
|
1966
1673
|
}
|
|
1967
1674
|
},
|
|
1968
1675
|
{
|
|
1969
|
-
"id":
|
|
1970
|
-
"name": "
|
|
1676
|
+
"id": 115,
|
|
1677
|
+
"name": "spinCheck",
|
|
1971
1678
|
"kind": 32768,
|
|
1972
1679
|
"kindString": "Parameter",
|
|
1973
|
-
"flags": {
|
|
1680
|
+
"flags": {
|
|
1681
|
+
"isOptional": true
|
|
1682
|
+
},
|
|
1974
1683
|
"type": {
|
|
1975
|
-
"type": "
|
|
1976
|
-
"
|
|
1977
|
-
{
|
|
1978
|
-
"type": "literal",
|
|
1979
|
-
"value": true
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"type": "reference",
|
|
1983
|
-
"name": "Account",
|
|
1984
|
-
"qualifiedName": "Account",
|
|
1985
|
-
"package": "@xyo-network/account"
|
|
1986
|
-
}
|
|
1987
|
-
]
|
|
1684
|
+
"type": "intrinsic",
|
|
1685
|
+
"name": "boolean"
|
|
1988
1686
|
}
|
|
1989
1687
|
}
|
|
1990
1688
|
],
|
|
@@ -1994,159 +1692,29 @@
|
|
|
1994
1692
|
{
|
|
1995
1693
|
"type": "union",
|
|
1996
1694
|
"types": [
|
|
1997
|
-
{
|
|
1998
|
-
"type": "reference",
|
|
1999
|
-
"id": 81,
|
|
2000
|
-
"name": "TWrapper"
|
|
2001
|
-
},
|
|
2002
1695
|
{
|
|
2003
1696
|
"type": "intrinsic",
|
|
2004
1697
|
"name": "undefined"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"type": "reference",
|
|
1701
|
+
"id": 108,
|
|
1702
|
+
"name": "TModuleWrapper"
|
|
2005
1703
|
}
|
|
2006
1704
|
]
|
|
2007
1705
|
},
|
|
2008
1706
|
{
|
|
2009
1707
|
"type": "union",
|
|
2010
1708
|
"types": [
|
|
1709
|
+
{
|
|
1710
|
+
"type": "intrinsic",
|
|
1711
|
+
"name": "undefined"
|
|
1712
|
+
},
|
|
2011
1713
|
{
|
|
2012
1714
|
"type": "reference",
|
|
2013
1715
|
"name": "Error",
|
|
2014
1716
|
"qualifiedName": "Error",
|
|
2015
1717
|
"package": "typescript"
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
"type": "intrinsic",
|
|
2019
|
-
"name": "undefined"
|
|
2020
|
-
}
|
|
2021
|
-
]
|
|
2022
|
-
}
|
|
2023
|
-
]
|
|
2024
|
-
}
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"id": 95,
|
|
2028
|
-
"name": "__type",
|
|
2029
|
-
"kind": 4096,
|
|
2030
|
-
"kindString": "Call signature",
|
|
2031
|
-
"flags": {},
|
|
2032
|
-
"parameters": [
|
|
2033
|
-
{
|
|
2034
|
-
"id": 96,
|
|
2035
|
-
"name": "address",
|
|
2036
|
-
"kind": 32768,
|
|
2037
|
-
"kindString": "Parameter",
|
|
2038
|
-
"flags": {},
|
|
2039
|
-
"type": {
|
|
2040
|
-
"type": "intrinsic",
|
|
2041
|
-
"name": "string"
|
|
2042
|
-
}
|
|
2043
|
-
}
|
|
2044
|
-
],
|
|
2045
|
-
"type": {
|
|
2046
|
-
"type": "tuple",
|
|
2047
|
-
"elements": [
|
|
2048
|
-
{
|
|
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
|
-
]
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
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
|
-
]
|
|
2076
|
-
}
|
|
2077
|
-
]
|
|
2078
|
-
}
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
"id": 97,
|
|
2082
|
-
"name": "__type",
|
|
2083
|
-
"kind": 4096,
|
|
2084
|
-
"kindString": "Call signature",
|
|
2085
|
-
"flags": {},
|
|
2086
|
-
"parameters": [
|
|
2087
|
-
{
|
|
2088
|
-
"id": 98,
|
|
2089
|
-
"name": "address",
|
|
2090
|
-
"kind": 32768,
|
|
2091
|
-
"kindString": "Parameter",
|
|
2092
|
-
"flags": {},
|
|
2093
|
-
"type": {
|
|
2094
|
-
"type": "intrinsic",
|
|
2095
|
-
"name": "string"
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
"id": 99,
|
|
2100
|
-
"name": "wrap",
|
|
2101
|
-
"kind": 32768,
|
|
2102
|
-
"kindString": "Parameter",
|
|
2103
|
-
"flags": {},
|
|
2104
|
-
"type": {
|
|
2105
|
-
"type": "union",
|
|
2106
|
-
"types": [
|
|
2107
|
-
{
|
|
2108
|
-
"type": "literal",
|
|
2109
|
-
"value": true
|
|
2110
|
-
},
|
|
2111
|
-
{
|
|
2112
|
-
"type": "reference",
|
|
2113
|
-
"name": "Account",
|
|
2114
|
-
"qualifiedName": "Account",
|
|
2115
|
-
"package": "@xyo-network/account"
|
|
2116
|
-
}
|
|
2117
|
-
]
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
|
-
],
|
|
2121
|
-
"type": {
|
|
2122
|
-
"type": "tuple",
|
|
2123
|
-
"elements": [
|
|
2124
|
-
{
|
|
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
|
-
]
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
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
1718
|
}
|
|
2151
1719
|
]
|
|
2152
1720
|
}
|
|
@@ -2160,55 +1728,29 @@
|
|
|
2160
1728
|
]
|
|
2161
1729
|
},
|
|
2162
1730
|
{
|
|
2163
|
-
"id":
|
|
2164
|
-
"name": "
|
|
1731
|
+
"id": 63,
|
|
1732
|
+
"name": "useMemoryNodeUpdates",
|
|
2165
1733
|
"kind": 64,
|
|
2166
1734
|
"kindString": "Function",
|
|
2167
1735
|
"flags": {},
|
|
2168
1736
|
"sources": [
|
|
2169
1737
|
{
|
|
2170
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
2171
|
-
"line":
|
|
1738
|
+
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
1739
|
+
"line": 13,
|
|
2172
1740
|
"character": 13,
|
|
2173
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1741
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2174
1742
|
}
|
|
2175
1743
|
],
|
|
2176
1744
|
"signatures": [
|
|
2177
1745
|
{
|
|
2178
|
-
"id":
|
|
2179
|
-
"name": "
|
|
1746
|
+
"id": 64,
|
|
1747
|
+
"name": "useMemoryNodeUpdates",
|
|
2180
1748
|
"kind": 4096,
|
|
2181
1749
|
"kindString": "Call signature",
|
|
2182
1750
|
"flags": {},
|
|
2183
1751
|
"parameters": [
|
|
2184
1752
|
{
|
|
2185
|
-
"id":
|
|
2186
|
-
"name": "archiveName",
|
|
2187
|
-
"kind": 32768,
|
|
2188
|
-
"kindString": "Parameter",
|
|
2189
|
-
"flags": {
|
|
2190
|
-
"isOptional": true
|
|
2191
|
-
},
|
|
2192
|
-
"type": {
|
|
2193
|
-
"type": "intrinsic",
|
|
2194
|
-
"name": "string"
|
|
2195
|
-
}
|
|
2196
|
-
},
|
|
2197
|
-
{
|
|
2198
|
-
"id": 107,
|
|
2199
|
-
"name": "refresher",
|
|
2200
|
-
"kind": 32768,
|
|
2201
|
-
"kindString": "Parameter",
|
|
2202
|
-
"flags": {
|
|
2203
|
-
"isOptional": true
|
|
2204
|
-
},
|
|
2205
|
-
"type": {
|
|
2206
|
-
"type": "intrinsic",
|
|
2207
|
-
"name": "unknown"
|
|
2208
|
-
}
|
|
2209
|
-
},
|
|
2210
|
-
{
|
|
2211
|
-
"id": 108,
|
|
1753
|
+
"id": 65,
|
|
2212
1754
|
"name": "refreshAddresses",
|
|
2213
1755
|
"kind": 32768,
|
|
2214
1756
|
"kindString": "Parameter",
|
|
@@ -2225,446 +1767,198 @@
|
|
|
2225
1767
|
}
|
|
2226
1768
|
],
|
|
2227
1769
|
"type": {
|
|
2228
|
-
"type": "
|
|
2229
|
-
"
|
|
2230
|
-
{
|
|
2231
|
-
"type": "intrinsic",
|
|
2232
|
-
"name": "undefined"
|
|
2233
|
-
},
|
|
2234
|
-
{
|
|
2235
|
-
"type": "reference",
|
|
2236
|
-
"name": "UseArchiveArchivists"
|
|
2237
|
-
}
|
|
2238
|
-
]
|
|
1770
|
+
"type": "reference",
|
|
1771
|
+
"name": "UseMemoryNodeUpdates"
|
|
2239
1772
|
}
|
|
2240
1773
|
}
|
|
2241
1774
|
]
|
|
2242
1775
|
},
|
|
2243
1776
|
{
|
|
2244
|
-
"id":
|
|
2245
|
-
"name": "
|
|
1777
|
+
"id": 66,
|
|
1778
|
+
"name": "useModule",
|
|
2246
1779
|
"kind": 64,
|
|
2247
1780
|
"kindString": "Function",
|
|
2248
1781
|
"flags": {},
|
|
2249
1782
|
"sources": [
|
|
2250
1783
|
{
|
|
2251
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
2252
|
-
"line":
|
|
1784
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
1785
|
+
"line": 9,
|
|
2253
1786
|
"character": 13,
|
|
2254
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1787
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useModule.tsx#L9"
|
|
2255
1788
|
}
|
|
2256
1789
|
],
|
|
2257
1790
|
"signatures": [
|
|
2258
1791
|
{
|
|
2259
|
-
"id":
|
|
2260
|
-
"name": "
|
|
1792
|
+
"id": 67,
|
|
1793
|
+
"name": "useModule",
|
|
2261
1794
|
"kind": 4096,
|
|
2262
1795
|
"kindString": "Call signature",
|
|
2263
1796
|
"flags": {},
|
|
2264
|
-
"
|
|
2265
|
-
{
|
|
2266
|
-
"id": 102,
|
|
2267
|
-
"name": "archiveName",
|
|
2268
|
-
"kind": 32768,
|
|
2269
|
-
"kindString": "Parameter",
|
|
2270
|
-
"flags": {
|
|
2271
|
-
"isOptional": true
|
|
2272
|
-
},
|
|
2273
|
-
"type": {
|
|
2274
|
-
"type": "intrinsic",
|
|
2275
|
-
"name": "string"
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
1797
|
+
"typeParameter": [
|
|
2278
1798
|
{
|
|
2279
|
-
"id":
|
|
2280
|
-
"name": "
|
|
2281
|
-
"kind":
|
|
2282
|
-
"kindString": "
|
|
2283
|
-
"flags": {
|
|
2284
|
-
"isOptional": true
|
|
2285
|
-
},
|
|
1799
|
+
"id": 72,
|
|
1800
|
+
"name": "TModule",
|
|
1801
|
+
"kind": 131072,
|
|
1802
|
+
"kindString": "Type parameter",
|
|
1803
|
+
"flags": {},
|
|
2286
1804
|
"type": {
|
|
2287
|
-
"type": "
|
|
2288
|
-
"
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
1805
|
+
"type": "reference",
|
|
1806
|
+
"typeArguments": [
|
|
1807
|
+
{
|
|
1808
|
+
"type": "intersection",
|
|
1809
|
+
"types": [
|
|
1810
|
+
{
|
|
1811
|
+
"type": "reference",
|
|
1812
|
+
"name": "SchemaFields",
|
|
1813
|
+
"qualifiedName": "SchemaFields",
|
|
1814
|
+
"package": "@xyo-network/payload-model"
|
|
1815
|
+
},
|
|
1816
|
+
{
|
|
1817
|
+
"type": "reference",
|
|
1818
|
+
"name": "PayloadFields",
|
|
1819
|
+
"qualifiedName": "PayloadFields",
|
|
1820
|
+
"package": "@xyo-network/payload-model"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "reflection",
|
|
1824
|
+
"declaration": {
|
|
1825
|
+
"id": 68,
|
|
1826
|
+
"name": "__type",
|
|
1827
|
+
"kind": 65536,
|
|
1828
|
+
"kindString": "Type literal",
|
|
1829
|
+
"flags": {},
|
|
1830
|
+
"sources": [
|
|
1831
|
+
{
|
|
1832
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1833
|
+
"line": 8,
|
|
1834
|
+
"character": 75
|
|
1835
|
+
}
|
|
1836
|
+
]
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
"type": "reflection",
|
|
1841
|
+
"declaration": {
|
|
1842
|
+
"id": 69,
|
|
1843
|
+
"name": "__type",
|
|
1844
|
+
"kind": 65536,
|
|
1845
|
+
"kindString": "Type literal",
|
|
1846
|
+
"flags": {},
|
|
1847
|
+
"sources": [
|
|
1848
|
+
{
|
|
1849
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1850
|
+
"line": 18,
|
|
1851
|
+
"character": 17
|
|
1852
|
+
}
|
|
1853
|
+
]
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
]
|
|
1857
|
+
}
|
|
1858
|
+
],
|
|
1859
|
+
"name": "Module",
|
|
1860
|
+
"qualifiedName": "Module",
|
|
1861
|
+
"package": "@xyo-network/module-model"
|
|
2298
1862
|
},
|
|
2299
|
-
{
|
|
1863
|
+
"default": {
|
|
2300
1864
|
"type": "reference",
|
|
2301
|
-
"
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
"
|
|
2355
|
-
"
|
|
2356
|
-
"qualifiedName": "ArchivistWrapper",
|
|
2357
|
-
"package": "@xyo-network/archivist-wrapper"
|
|
2358
|
-
}
|
|
2359
|
-
]
|
|
2360
|
-
}
|
|
2361
|
-
}
|
|
2362
|
-
]
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"id": 112,
|
|
2366
|
-
"name": "useArchivistModules",
|
|
2367
|
-
"kind": 64,
|
|
2368
|
-
"kindString": "Function",
|
|
2369
|
-
"flags": {},
|
|
2370
|
-
"sources": [
|
|
2371
|
-
{
|
|
2372
|
-
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModules.ts",
|
|
2373
|
-
"line": 5,
|
|
2374
|
-
"character": 13,
|
|
2375
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useArchivistModules.ts#L5"
|
|
2376
|
-
}
|
|
2377
|
-
],
|
|
2378
|
-
"signatures": [
|
|
2379
|
-
{
|
|
2380
|
-
"id": 113,
|
|
2381
|
-
"name": "useArchivistModules",
|
|
2382
|
-
"kind": 4096,
|
|
2383
|
-
"kindString": "Call signature",
|
|
2384
|
-
"flags": {},
|
|
2385
|
-
"type": {
|
|
2386
|
-
"type": "union",
|
|
2387
|
-
"types": [
|
|
2388
|
-
{
|
|
2389
|
-
"type": "intrinsic",
|
|
2390
|
-
"name": "undefined"
|
|
2391
|
-
},
|
|
2392
|
-
{
|
|
2393
|
-
"type": "array",
|
|
2394
|
-
"elementType": {
|
|
2395
|
-
"type": "reference",
|
|
2396
|
-
"name": "ArchivistWrapper",
|
|
2397
|
-
"qualifiedName": "ArchivistWrapper",
|
|
2398
|
-
"package": "@xyo-network/archivist-wrapper"
|
|
2399
|
-
}
|
|
2400
|
-
}
|
|
2401
|
-
]
|
|
2402
|
-
}
|
|
2403
|
-
}
|
|
2404
|
-
]
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"id": 114,
|
|
2408
|
-
"name": "useDivinerModule",
|
|
2409
|
-
"kind": 64,
|
|
2410
|
-
"kindString": "Function",
|
|
2411
|
-
"flags": {},
|
|
2412
|
-
"sources": [
|
|
2413
|
-
{
|
|
2414
|
-
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModule.ts",
|
|
2415
|
-
"line": 6,
|
|
2416
|
-
"character": 13,
|
|
2417
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useDivinerModule.ts#L6"
|
|
2418
|
-
}
|
|
2419
|
-
],
|
|
2420
|
-
"signatures": [
|
|
2421
|
-
{
|
|
2422
|
-
"id": 115,
|
|
2423
|
-
"name": "useDivinerModule",
|
|
2424
|
-
"kind": 4096,
|
|
2425
|
-
"kindString": "Call signature",
|
|
2426
|
-
"flags": {},
|
|
2427
|
-
"parameters": [
|
|
2428
|
-
{
|
|
2429
|
-
"id": 116,
|
|
2430
|
-
"name": "filter",
|
|
2431
|
-
"kind": 32768,
|
|
2432
|
-
"kindString": "Parameter",
|
|
2433
|
-
"flags": {
|
|
2434
|
-
"isOptional": true
|
|
2435
|
-
},
|
|
2436
|
-
"type": {
|
|
2437
|
-
"type": "reference",
|
|
2438
|
-
"name": "ModuleFilter",
|
|
2439
|
-
"qualifiedName": "ModuleFilter",
|
|
1865
|
+
"typeArguments": [
|
|
1866
|
+
{
|
|
1867
|
+
"type": "intersection",
|
|
1868
|
+
"types": [
|
|
1869
|
+
{
|
|
1870
|
+
"type": "reference",
|
|
1871
|
+
"name": "SchemaFields",
|
|
1872
|
+
"qualifiedName": "SchemaFields",
|
|
1873
|
+
"package": "@xyo-network/payload-model"
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"type": "reference",
|
|
1877
|
+
"name": "PayloadFields",
|
|
1878
|
+
"qualifiedName": "PayloadFields",
|
|
1879
|
+
"package": "@xyo-network/payload-model"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
"type": "reflection",
|
|
1883
|
+
"declaration": {
|
|
1884
|
+
"id": 70,
|
|
1885
|
+
"name": "__type",
|
|
1886
|
+
"kind": 65536,
|
|
1887
|
+
"kindString": "Type literal",
|
|
1888
|
+
"flags": {},
|
|
1889
|
+
"sources": [
|
|
1890
|
+
{
|
|
1891
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1892
|
+
"line": 8,
|
|
1893
|
+
"character": 75
|
|
1894
|
+
}
|
|
1895
|
+
]
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"type": "reflection",
|
|
1900
|
+
"declaration": {
|
|
1901
|
+
"id": 71,
|
|
1902
|
+
"name": "__type",
|
|
1903
|
+
"kind": 65536,
|
|
1904
|
+
"kindString": "Type literal",
|
|
1905
|
+
"flags": {},
|
|
1906
|
+
"sources": [
|
|
1907
|
+
{
|
|
1908
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1909
|
+
"line": 18,
|
|
1910
|
+
"character": 17
|
|
1911
|
+
}
|
|
1912
|
+
]
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
]
|
|
1916
|
+
}
|
|
1917
|
+
],
|
|
1918
|
+
"name": "Module",
|
|
1919
|
+
"qualifiedName": "Module",
|
|
2440
1920
|
"package": "@xyo-network/module-model"
|
|
2441
1921
|
}
|
|
2442
1922
|
}
|
|
2443
1923
|
],
|
|
2444
|
-
"type": {
|
|
2445
|
-
"type": "union",
|
|
2446
|
-
"types": [
|
|
2447
|
-
{
|
|
2448
|
-
"type": "intrinsic",
|
|
2449
|
-
"name": "undefined"
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"type": "reference",
|
|
2453
|
-
"name": "DivinerWrapper",
|
|
2454
|
-
"qualifiedName": "DivinerWrapper",
|
|
2455
|
-
"package": "@xyo-network/diviner-wrapper"
|
|
2456
|
-
}
|
|
2457
|
-
]
|
|
2458
|
-
}
|
|
2459
|
-
}
|
|
2460
|
-
]
|
|
2461
|
-
},
|
|
2462
|
-
{
|
|
2463
|
-
"id": 117,
|
|
2464
|
-
"name": "useDivinerModules",
|
|
2465
|
-
"kind": 64,
|
|
2466
|
-
"kindString": "Function",
|
|
2467
|
-
"flags": {},
|
|
2468
|
-
"sources": [
|
|
2469
|
-
{
|
|
2470
|
-
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModules.ts",
|
|
2471
|
-
"line": 6,
|
|
2472
|
-
"character": 13,
|
|
2473
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useDivinerModules.ts#L6"
|
|
2474
|
-
}
|
|
2475
|
-
],
|
|
2476
|
-
"signatures": [
|
|
2477
|
-
{
|
|
2478
|
-
"id": 118,
|
|
2479
|
-
"name": "useDivinerModules",
|
|
2480
|
-
"kind": 4096,
|
|
2481
|
-
"kindString": "Call signature",
|
|
2482
|
-
"flags": {},
|
|
2483
|
-
"type": {
|
|
2484
|
-
"type": "union",
|
|
2485
|
-
"types": [
|
|
2486
|
-
{
|
|
2487
|
-
"type": "intrinsic",
|
|
2488
|
-
"name": "undefined"
|
|
2489
|
-
},
|
|
2490
|
-
{
|
|
2491
|
-
"type": "array",
|
|
2492
|
-
"elementType": {
|
|
2493
|
-
"type": "reference",
|
|
2494
|
-
"name": "DivinerWrapper",
|
|
2495
|
-
"qualifiedName": "DivinerWrapper",
|
|
2496
|
-
"package": "@xyo-network/diviner-wrapper"
|
|
2497
|
-
}
|
|
2498
|
-
}
|
|
2499
|
-
]
|
|
2500
|
-
}
|
|
2501
|
-
}
|
|
2502
|
-
]
|
|
2503
|
-
},
|
|
2504
|
-
{
|
|
2505
|
-
"id": 119,
|
|
2506
|
-
"name": "useMemoryNodeUpdates",
|
|
2507
|
-
"kind": 64,
|
|
2508
|
-
"kindString": "Function",
|
|
2509
|
-
"flags": {},
|
|
2510
|
-
"sources": [
|
|
2511
|
-
{
|
|
2512
|
-
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
2513
|
-
"line": 13,
|
|
2514
|
-
"character": 13,
|
|
2515
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2516
|
-
}
|
|
2517
|
-
],
|
|
2518
|
-
"signatures": [
|
|
2519
|
-
{
|
|
2520
|
-
"id": 120,
|
|
2521
|
-
"name": "useMemoryNodeUpdates",
|
|
2522
|
-
"kind": 4096,
|
|
2523
|
-
"kindString": "Call signature",
|
|
2524
|
-
"flags": {},
|
|
2525
|
-
"parameters": [
|
|
2526
|
-
{
|
|
2527
|
-
"id": 121,
|
|
2528
|
-
"name": "refreshAddresses",
|
|
2529
|
-
"kind": 32768,
|
|
2530
|
-
"kindString": "Parameter",
|
|
2531
|
-
"flags": {
|
|
2532
|
-
"isOptional": true
|
|
2533
|
-
},
|
|
2534
|
-
"type": {
|
|
2535
|
-
"type": "array",
|
|
2536
|
-
"elementType": {
|
|
2537
|
-
"type": "intrinsic",
|
|
2538
|
-
"name": "string"
|
|
2539
|
-
}
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2542
|
-
],
|
|
2543
|
-
"type": {
|
|
2544
|
-
"type": "reference",
|
|
2545
|
-
"name": "UseMemoryNodeUpdates"
|
|
2546
|
-
}
|
|
2547
|
-
}
|
|
2548
|
-
]
|
|
2549
|
-
},
|
|
2550
|
-
{
|
|
2551
|
-
"id": 122,
|
|
2552
|
-
"name": "useModule",
|
|
2553
|
-
"kind": 64,
|
|
2554
|
-
"kindString": "Function",
|
|
2555
|
-
"flags": {},
|
|
2556
|
-
"sources": [
|
|
2557
|
-
{
|
|
2558
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
2559
|
-
"line": 6,
|
|
2560
|
-
"character": 13,
|
|
2561
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useModule.tsx#L6"
|
|
2562
|
-
}
|
|
2563
|
-
],
|
|
2564
|
-
"signatures": [
|
|
2565
|
-
{
|
|
2566
|
-
"id": 123,
|
|
2567
|
-
"name": "useModule",
|
|
2568
|
-
"kind": 4096,
|
|
2569
|
-
"kindString": "Call signature",
|
|
2570
|
-
"flags": {},
|
|
2571
1924
|
"parameters": [
|
|
2572
1925
|
{
|
|
2573
|
-
"id":
|
|
2574
|
-
"name": "
|
|
1926
|
+
"id": 73,
|
|
1927
|
+
"name": "nameOrAddressOrFilter",
|
|
2575
1928
|
"kind": 32768,
|
|
2576
1929
|
"kindString": "Parameter",
|
|
2577
1930
|
"flags": {
|
|
2578
1931
|
"isOptional": true
|
|
2579
1932
|
},
|
|
2580
1933
|
"type": {
|
|
2581
|
-
"type": "intrinsic",
|
|
2582
|
-
"name": "string"
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
],
|
|
2586
|
-
"type": {
|
|
2587
|
-
"type": "tuple",
|
|
2588
|
-
"elements": [
|
|
2589
|
-
{
|
|
2590
1934
|
"type": "union",
|
|
2591
1935
|
"types": [
|
|
2592
|
-
{
|
|
2593
|
-
"type": "reference",
|
|
2594
|
-
"id": 76,
|
|
2595
|
-
"name": "TModule"
|
|
2596
|
-
},
|
|
2597
1936
|
{
|
|
2598
1937
|
"type": "intrinsic",
|
|
2599
|
-
"name": "
|
|
2600
|
-
}
|
|
2601
|
-
]
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
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
|
-
]
|
|
2617
|
-
}
|
|
2618
|
-
]
|
|
2619
|
-
}
|
|
2620
|
-
},
|
|
2621
|
-
{
|
|
2622
|
-
"id": 125,
|
|
2623
|
-
"name": "useModule",
|
|
2624
|
-
"kind": 4096,
|
|
2625
|
-
"kindString": "Call signature",
|
|
2626
|
-
"flags": {},
|
|
2627
|
-
"parameters": [
|
|
2628
|
-
{
|
|
2629
|
-
"id": 126,
|
|
2630
|
-
"name": "name",
|
|
2631
|
-
"kind": 32768,
|
|
2632
|
-
"kindString": "Parameter",
|
|
2633
|
-
"flags": {},
|
|
2634
|
-
"type": {
|
|
2635
|
-
"type": "union",
|
|
2636
|
-
"types": [
|
|
2637
|
-
{
|
|
2638
|
-
"type": "intrinsic",
|
|
2639
|
-
"name": "undefined"
|
|
1938
|
+
"name": "string"
|
|
2640
1939
|
},
|
|
2641
1940
|
{
|
|
2642
|
-
"type": "
|
|
2643
|
-
"name": "
|
|
1941
|
+
"type": "reference",
|
|
1942
|
+
"name": "ModuleFilter",
|
|
1943
|
+
"qualifiedName": "ModuleFilter",
|
|
1944
|
+
"package": "@xyo-network/module-model"
|
|
2644
1945
|
}
|
|
2645
1946
|
]
|
|
2646
1947
|
}
|
|
2647
1948
|
},
|
|
2648
1949
|
{
|
|
2649
|
-
"id":
|
|
2650
|
-
"name": "
|
|
1950
|
+
"id": 74,
|
|
1951
|
+
"name": "account",
|
|
2651
1952
|
"kind": 32768,
|
|
2652
1953
|
"kindString": "Parameter",
|
|
2653
|
-
"flags": {
|
|
1954
|
+
"flags": {
|
|
1955
|
+
"isOptional": true
|
|
1956
|
+
},
|
|
2654
1957
|
"type": {
|
|
2655
|
-
"type": "
|
|
2656
|
-
"
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
"value": true
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"type": "reference",
|
|
2663
|
-
"name": "Account",
|
|
2664
|
-
"qualifiedName": "Account",
|
|
2665
|
-
"package": "@xyo-network/account"
|
|
2666
|
-
}
|
|
2667
|
-
]
|
|
1958
|
+
"type": "reference",
|
|
1959
|
+
"name": "AccountInstance",
|
|
1960
|
+
"qualifiedName": "AccountInstance",
|
|
1961
|
+
"package": "@xyo-network/account-model"
|
|
2668
1962
|
}
|
|
2669
1963
|
}
|
|
2670
1964
|
],
|
|
@@ -2674,218 +1968,33 @@
|
|
|
2674
1968
|
{
|
|
2675
1969
|
"type": "union",
|
|
2676
1970
|
"types": [
|
|
2677
|
-
{
|
|
2678
|
-
"type": "reference",
|
|
2679
|
-
"id": 81,
|
|
2680
|
-
"name": "TWrapper"
|
|
2681
|
-
},
|
|
2682
1971
|
{
|
|
2683
1972
|
"type": "intrinsic",
|
|
2684
1973
|
"name": "undefined"
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
"type": "union",
|
|
2690
|
-
"types": [
|
|
2691
|
-
{
|
|
2692
|
-
"type": "reference",
|
|
2693
|
-
"name": "Error",
|
|
2694
|
-
"qualifiedName": "Error",
|
|
2695
|
-
"package": "typescript"
|
|
2696
1974
|
},
|
|
2697
|
-
{
|
|
2698
|
-
"type": "intrinsic",
|
|
2699
|
-
"name": "undefined"
|
|
2700
|
-
}
|
|
2701
|
-
]
|
|
2702
|
-
}
|
|
2703
|
-
]
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"id": 128,
|
|
2708
|
-
"name": "useModule",
|
|
2709
|
-
"kind": 4096,
|
|
2710
|
-
"kindString": "Call signature",
|
|
2711
|
-
"flags": {},
|
|
2712
|
-
"parameters": [
|
|
2713
|
-
{
|
|
2714
|
-
"id": 129,
|
|
2715
|
-
"name": "address",
|
|
2716
|
-
"kind": 32768,
|
|
2717
|
-
"kindString": "Parameter",
|
|
2718
|
-
"flags": {},
|
|
2719
|
-
"type": {
|
|
2720
|
-
"type": "intrinsic",
|
|
2721
|
-
"name": "string"
|
|
2722
|
-
}
|
|
2723
|
-
}
|
|
2724
|
-
],
|
|
2725
|
-
"type": {
|
|
2726
|
-
"type": "tuple",
|
|
2727
|
-
"elements": [
|
|
2728
|
-
{
|
|
2729
|
-
"type": "union",
|
|
2730
|
-
"types": [
|
|
2731
1975
|
{
|
|
2732
1976
|
"type": "reference",
|
|
2733
|
-
"id":
|
|
1977
|
+
"id": 72,
|
|
2734
1978
|
"name": "TModule"
|
|
2735
|
-
},
|
|
2736
|
-
{
|
|
2737
|
-
"type": "intrinsic",
|
|
2738
|
-
"name": "undefined"
|
|
2739
1979
|
}
|
|
2740
1980
|
]
|
|
2741
1981
|
},
|
|
2742
1982
|
{
|
|
2743
1983
|
"type": "union",
|
|
2744
1984
|
"types": [
|
|
2745
|
-
{
|
|
2746
|
-
"type": "reference",
|
|
2747
|
-
"name": "Error",
|
|
2748
|
-
"qualifiedName": "Error",
|
|
2749
|
-
"package": "typescript"
|
|
2750
|
-
},
|
|
2751
1985
|
{
|
|
2752
1986
|
"type": "intrinsic",
|
|
2753
1987
|
"name": "undefined"
|
|
2754
|
-
}
|
|
2755
|
-
]
|
|
2756
|
-
}
|
|
2757
|
-
]
|
|
2758
|
-
}
|
|
2759
|
-
},
|
|
2760
|
-
{
|
|
2761
|
-
"id": 130,
|
|
2762
|
-
"name": "useModule",
|
|
2763
|
-
"kind": 4096,
|
|
2764
|
-
"kindString": "Call signature",
|
|
2765
|
-
"flags": {},
|
|
2766
|
-
"parameters": [
|
|
2767
|
-
{
|
|
2768
|
-
"id": 131,
|
|
2769
|
-
"name": "address",
|
|
2770
|
-
"kind": 32768,
|
|
2771
|
-
"kindString": "Parameter",
|
|
2772
|
-
"flags": {},
|
|
2773
|
-
"type": {
|
|
2774
|
-
"type": "intrinsic",
|
|
2775
|
-
"name": "string"
|
|
2776
|
-
}
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"id": 132,
|
|
2780
|
-
"name": "wrap",
|
|
2781
|
-
"kind": 32768,
|
|
2782
|
-
"kindString": "Parameter",
|
|
2783
|
-
"flags": {},
|
|
2784
|
-
"type": {
|
|
2785
|
-
"type": "union",
|
|
2786
|
-
"types": [
|
|
2787
|
-
{
|
|
2788
|
-
"type": "literal",
|
|
2789
|
-
"value": true
|
|
2790
|
-
},
|
|
2791
|
-
{
|
|
2792
|
-
"type": "reference",
|
|
2793
|
-
"name": "Account",
|
|
2794
|
-
"qualifiedName": "Account",
|
|
2795
|
-
"package": "@xyo-network/account"
|
|
2796
|
-
}
|
|
2797
|
-
]
|
|
2798
|
-
}
|
|
2799
|
-
}
|
|
2800
|
-
],
|
|
2801
|
-
"type": {
|
|
2802
|
-
"type": "tuple",
|
|
2803
|
-
"elements": [
|
|
2804
|
-
{
|
|
2805
|
-
"type": "union",
|
|
2806
|
-
"types": [
|
|
2807
|
-
{
|
|
2808
|
-
"type": "reference",
|
|
2809
|
-
"id": 81,
|
|
2810
|
-
"name": "TWrapper"
|
|
2811
1988
|
},
|
|
2812
|
-
{
|
|
2813
|
-
"type": "intrinsic",
|
|
2814
|
-
"name": "undefined"
|
|
2815
|
-
}
|
|
2816
|
-
]
|
|
2817
|
-
},
|
|
2818
|
-
{
|
|
2819
|
-
"type": "union",
|
|
2820
|
-
"types": [
|
|
2821
1989
|
{
|
|
2822
1990
|
"type": "reference",
|
|
2823
1991
|
"name": "Error",
|
|
2824
1992
|
"qualifiedName": "Error",
|
|
2825
|
-
"package": "typescript"
|
|
2826
|
-
}
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
}
|
|
2831
|
-
]
|
|
2832
|
-
}
|
|
2833
|
-
]
|
|
2834
|
-
}
|
|
2835
|
-
}
|
|
2836
|
-
]
|
|
2837
|
-
},
|
|
2838
|
-
{
|
|
2839
|
-
"id": 133,
|
|
2840
|
-
"name": "useModuleAddresses",
|
|
2841
|
-
"kind": 64,
|
|
2842
|
-
"kindString": "Function",
|
|
2843
|
-
"flags": {},
|
|
2844
|
-
"sources": [
|
|
2845
|
-
{
|
|
2846
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModuleAddresses.ts",
|
|
2847
|
-
"line": 6,
|
|
2848
|
-
"character": 13,
|
|
2849
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useModuleAddresses.ts#L6"
|
|
2850
|
-
}
|
|
2851
|
-
],
|
|
2852
|
-
"signatures": [
|
|
2853
|
-
{
|
|
2854
|
-
"id": 134,
|
|
2855
|
-
"name": "useModuleAddresses",
|
|
2856
|
-
"kind": 4096,
|
|
2857
|
-
"kindString": "Call signature",
|
|
2858
|
-
"flags": {},
|
|
2859
|
-
"type": {
|
|
2860
|
-
"type": "array",
|
|
2861
|
-
"elementType": {
|
|
2862
|
-
"type": "union",
|
|
2863
|
-
"types": [
|
|
2864
|
-
{
|
|
2865
|
-
"type": "intrinsic",
|
|
2866
|
-
"name": "undefined"
|
|
2867
|
-
},
|
|
2868
|
-
{
|
|
2869
|
-
"type": "reference",
|
|
2870
|
-
"typeArguments": [
|
|
2871
|
-
{
|
|
2872
|
-
"type": "array",
|
|
2873
|
-
"elementType": {
|
|
2874
|
-
"type": "intrinsic",
|
|
2875
|
-
"name": "string"
|
|
2876
|
-
}
|
|
2877
|
-
},
|
|
2878
|
-
{
|
|
2879
|
-
"type": "intrinsic",
|
|
2880
|
-
"name": "never"
|
|
2881
|
-
}
|
|
2882
|
-
],
|
|
2883
|
-
"name": "Promisable",
|
|
2884
|
-
"qualifiedName": "Promisable",
|
|
2885
|
-
"package": "@xyo-network/promise"
|
|
2886
|
-
}
|
|
2887
|
-
]
|
|
2888
|
-
}
|
|
1993
|
+
"package": "typescript"
|
|
1994
|
+
}
|
|
1995
|
+
]
|
|
1996
|
+
}
|
|
1997
|
+
]
|
|
2889
1998
|
}
|
|
2890
1999
|
}
|
|
2891
2000
|
]
|
|
@@ -2901,7 +2010,7 @@
|
|
|
2901
2010
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
2902
2011
|
"line": 5,
|
|
2903
2012
|
"character": 13,
|
|
2904
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2013
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
2905
2014
|
}
|
|
2906
2015
|
],
|
|
2907
2016
|
"signatures": [
|
|
@@ -2955,7 +2064,7 @@
|
|
|
2955
2064
|
]
|
|
2956
2065
|
},
|
|
2957
2066
|
{
|
|
2958
|
-
"id":
|
|
2067
|
+
"id": 75,
|
|
2959
2068
|
"name": "useModules",
|
|
2960
2069
|
"kind": 64,
|
|
2961
2070
|
"kindString": "Function",
|
|
@@ -2965,20 +2074,20 @@
|
|
|
2965
2074
|
"fileName": "packages/modules/packages/node/src/hooks/useModules.ts",
|
|
2966
2075
|
"line": 7,
|
|
2967
2076
|
"character": 13,
|
|
2968
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2077
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useModules.ts#L7"
|
|
2969
2078
|
}
|
|
2970
2079
|
],
|
|
2971
2080
|
"signatures": [
|
|
2972
2081
|
{
|
|
2973
|
-
"id":
|
|
2082
|
+
"id": 76,
|
|
2974
2083
|
"name": "useModules",
|
|
2975
2084
|
"kind": 4096,
|
|
2976
2085
|
"kindString": "Call signature",
|
|
2977
2086
|
"flags": {},
|
|
2978
2087
|
"typeParameter": [
|
|
2979
2088
|
{
|
|
2980
|
-
"id":
|
|
2981
|
-
"name": "
|
|
2089
|
+
"id": 81,
|
|
2090
|
+
"name": "TModule",
|
|
2982
2091
|
"kind": 131072,
|
|
2983
2092
|
"kindString": "Type parameter",
|
|
2984
2093
|
"flags": {},
|
|
@@ -3003,7 +2112,7 @@
|
|
|
3003
2112
|
{
|
|
3004
2113
|
"type": "reflection",
|
|
3005
2114
|
"declaration": {
|
|
3006
|
-
"id":
|
|
2115
|
+
"id": 77,
|
|
3007
2116
|
"name": "__type",
|
|
3008
2117
|
"kind": 65536,
|
|
3009
2118
|
"kindString": "Type literal",
|
|
@@ -3020,7 +2129,7 @@
|
|
|
3020
2129
|
{
|
|
3021
2130
|
"type": "reflection",
|
|
3022
2131
|
"declaration": {
|
|
3023
|
-
"id":
|
|
2132
|
+
"id": 78,
|
|
3024
2133
|
"name": "__type",
|
|
3025
2134
|
"kind": 65536,
|
|
3026
2135
|
"kindString": "Type literal",
|
|
@@ -3062,7 +2171,7 @@
|
|
|
3062
2171
|
{
|
|
3063
2172
|
"type": "reflection",
|
|
3064
2173
|
"declaration": {
|
|
3065
|
-
"id":
|
|
2174
|
+
"id": 79,
|
|
3066
2175
|
"name": "__type",
|
|
3067
2176
|
"kind": 65536,
|
|
3068
2177
|
"kindString": "Type literal",
|
|
@@ -3079,7 +2188,7 @@
|
|
|
3079
2188
|
{
|
|
3080
2189
|
"type": "reflection",
|
|
3081
2190
|
"declaration": {
|
|
3082
|
-
"id":
|
|
2191
|
+
"id": 80,
|
|
3083
2192
|
"name": "__type",
|
|
3084
2193
|
"kind": 65536,
|
|
3085
2194
|
"kindString": "Type literal",
|
|
@@ -3104,289 +2213,18 @@
|
|
|
3104
2213
|
],
|
|
3105
2214
|
"parameters": [
|
|
3106
2215
|
{
|
|
3107
|
-
"id":
|
|
2216
|
+
"id": 82,
|
|
3108
2217
|
"name": "filter",
|
|
3109
|
-
"kind": 32768,
|
|
3110
|
-
"kindString": "Parameter",
|
|
3111
|
-
"flags": {
|
|
3112
|
-
"isOptional": true
|
|
3113
|
-
},
|
|
3114
|
-
"type": {
|
|
3115
|
-
"type": "reference",
|
|
3116
|
-
"name": "ModuleFilter",
|
|
3117
|
-
"qualifiedName": "ModuleFilter",
|
|
3118
|
-
"package": "@xyo-network/module-model"
|
|
3119
|
-
}
|
|
3120
|
-
}
|
|
3121
|
-
],
|
|
3122
|
-
"type": {
|
|
3123
|
-
"type": "union",
|
|
3124
|
-
"types": [
|
|
3125
|
-
{
|
|
3126
|
-
"type": "intrinsic",
|
|
3127
|
-
"name": "undefined"
|
|
3128
|
-
},
|
|
3129
|
-
{
|
|
3130
|
-
"type": "array",
|
|
3131
|
-
"elementType": {
|
|
3132
|
-
"type": "reference",
|
|
3133
|
-
"id": 141,
|
|
3134
|
-
"name": "T"
|
|
3135
|
-
}
|
|
3136
|
-
}
|
|
3137
|
-
]
|
|
3138
|
-
}
|
|
3139
|
-
}
|
|
3140
|
-
]
|
|
3141
|
-
},
|
|
3142
|
-
{
|
|
3143
|
-
"id": 143,
|
|
3144
|
-
"name": "useNode",
|
|
3145
|
-
"kind": 64,
|
|
3146
|
-
"kindString": "Function",
|
|
3147
|
-
"flags": {},
|
|
3148
|
-
"sources": [
|
|
3149
|
-
{
|
|
3150
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
3151
|
-
"line": 6,
|
|
3152
|
-
"character": 13,
|
|
3153
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useNode.tsx#L6"
|
|
3154
|
-
}
|
|
3155
|
-
],
|
|
3156
|
-
"signatures": [
|
|
3157
|
-
{
|
|
3158
|
-
"id": 144,
|
|
3159
|
-
"name": "useNode",
|
|
3160
|
-
"kind": 4096,
|
|
3161
|
-
"kindString": "Call signature",
|
|
3162
|
-
"flags": {},
|
|
3163
|
-
"parameters": [
|
|
3164
|
-
{
|
|
3165
|
-
"id": 145,
|
|
3166
|
-
"name": "name",
|
|
3167
|
-
"kind": 32768,
|
|
3168
|
-
"kindString": "Parameter",
|
|
3169
|
-
"flags": {
|
|
3170
|
-
"isOptional": true
|
|
3171
|
-
},
|
|
3172
|
-
"type": {
|
|
3173
|
-
"type": "intrinsic",
|
|
3174
|
-
"name": "string"
|
|
3175
|
-
}
|
|
3176
|
-
}
|
|
3177
|
-
],
|
|
3178
|
-
"type": {
|
|
3179
|
-
"type": "tuple",
|
|
3180
|
-
"elements": [
|
|
3181
|
-
{
|
|
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
|
-
]
|
|
3194
|
-
},
|
|
3195
|
-
{
|
|
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
|
-
]
|
|
3209
|
-
}
|
|
3210
|
-
]
|
|
3211
|
-
}
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"id": 146,
|
|
3215
|
-
"name": "useNode",
|
|
3216
|
-
"kind": 4096,
|
|
3217
|
-
"kindString": "Call signature",
|
|
3218
|
-
"flags": {},
|
|
3219
|
-
"parameters": [
|
|
3220
|
-
{
|
|
3221
|
-
"id": 147,
|
|
3222
|
-
"name": "name",
|
|
3223
|
-
"kind": 32768,
|
|
3224
|
-
"kindString": "Parameter",
|
|
3225
|
-
"flags": {},
|
|
3226
|
-
"type": {
|
|
3227
|
-
"type": "union",
|
|
3228
|
-
"types": [
|
|
3229
|
-
{
|
|
3230
|
-
"type": "intrinsic",
|
|
3231
|
-
"name": "undefined"
|
|
3232
|
-
},
|
|
3233
|
-
{
|
|
3234
|
-
"type": "intrinsic",
|
|
3235
|
-
"name": "string"
|
|
3236
|
-
}
|
|
3237
|
-
]
|
|
3238
|
-
}
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"id": 148,
|
|
3242
|
-
"name": "wrap",
|
|
3243
|
-
"kind": 32768,
|
|
3244
|
-
"kindString": "Parameter",
|
|
3245
|
-
"flags": {},
|
|
3246
|
-
"type": {
|
|
3247
|
-
"type": "union",
|
|
3248
|
-
"types": [
|
|
3249
|
-
{
|
|
3250
|
-
"type": "literal",
|
|
3251
|
-
"value": true
|
|
3252
|
-
},
|
|
3253
|
-
{
|
|
3254
|
-
"type": "reference",
|
|
3255
|
-
"name": "Account",
|
|
3256
|
-
"qualifiedName": "Account",
|
|
3257
|
-
"package": "@xyo-network/account"
|
|
3258
|
-
}
|
|
3259
|
-
]
|
|
3260
|
-
}
|
|
3261
|
-
}
|
|
3262
|
-
],
|
|
3263
|
-
"type": {
|
|
3264
|
-
"type": "tuple",
|
|
3265
|
-
"elements": [
|
|
3266
|
-
{
|
|
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
|
-
]
|
|
3279
|
-
},
|
|
3280
|
-
{
|
|
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
|
-
]
|
|
3294
|
-
}
|
|
3295
|
-
]
|
|
3296
|
-
}
|
|
3297
|
-
},
|
|
3298
|
-
{
|
|
3299
|
-
"id": 149,
|
|
3300
|
-
"name": "useNode",
|
|
3301
|
-
"kind": 4096,
|
|
3302
|
-
"kindString": "Call signature",
|
|
3303
|
-
"flags": {},
|
|
3304
|
-
"parameters": [
|
|
3305
|
-
{
|
|
3306
|
-
"id": 150,
|
|
3307
|
-
"name": "address",
|
|
3308
|
-
"kind": 32768,
|
|
3309
|
-
"kindString": "Parameter",
|
|
3310
|
-
"flags": {},
|
|
3311
|
-
"type": {
|
|
3312
|
-
"type": "intrinsic",
|
|
3313
|
-
"name": "string"
|
|
3314
|
-
}
|
|
3315
|
-
}
|
|
3316
|
-
],
|
|
3317
|
-
"type": {
|
|
3318
|
-
"type": "tuple",
|
|
3319
|
-
"elements": [
|
|
3320
|
-
{
|
|
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
|
-
]
|
|
3333
|
-
},
|
|
3334
|
-
{
|
|
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
|
-
]
|
|
3348
|
-
}
|
|
3349
|
-
]
|
|
3350
|
-
}
|
|
3351
|
-
},
|
|
3352
|
-
{
|
|
3353
|
-
"id": 151,
|
|
3354
|
-
"name": "useNode",
|
|
3355
|
-
"kind": 4096,
|
|
3356
|
-
"kindString": "Call signature",
|
|
3357
|
-
"flags": {},
|
|
3358
|
-
"parameters": [
|
|
3359
|
-
{
|
|
3360
|
-
"id": 152,
|
|
3361
|
-
"name": "address",
|
|
3362
|
-
"kind": 32768,
|
|
3363
|
-
"kindString": "Parameter",
|
|
3364
|
-
"flags": {},
|
|
3365
|
-
"type": {
|
|
3366
|
-
"type": "intrinsic",
|
|
3367
|
-
"name": "string"
|
|
3368
|
-
}
|
|
3369
|
-
},
|
|
3370
|
-
{
|
|
3371
|
-
"id": 153,
|
|
3372
|
-
"name": "wrap",
|
|
3373
|
-
"kind": 32768,
|
|
3374
|
-
"kindString": "Parameter",
|
|
3375
|
-
"flags": {},
|
|
3376
|
-
"type": {
|
|
3377
|
-
"type": "union",
|
|
3378
|
-
"types": [
|
|
3379
|
-
{
|
|
3380
|
-
"type": "literal",
|
|
3381
|
-
"value": true
|
|
3382
|
-
},
|
|
3383
|
-
{
|
|
3384
|
-
"type": "reference",
|
|
3385
|
-
"name": "Account",
|
|
3386
|
-
"qualifiedName": "Account",
|
|
3387
|
-
"package": "@xyo-network/account"
|
|
3388
|
-
}
|
|
3389
|
-
]
|
|
2218
|
+
"kind": 32768,
|
|
2219
|
+
"kindString": "Parameter",
|
|
2220
|
+
"flags": {
|
|
2221
|
+
"isOptional": true
|
|
2222
|
+
},
|
|
2223
|
+
"type": {
|
|
2224
|
+
"type": "reference",
|
|
2225
|
+
"name": "ModuleFilter",
|
|
2226
|
+
"qualifiedName": "ModuleFilter",
|
|
2227
|
+
"package": "@xyo-network/module-model"
|
|
3390
2228
|
}
|
|
3391
2229
|
}
|
|
3392
2230
|
],
|
|
@@ -3396,126 +2234,65 @@
|
|
|
3396
2234
|
{
|
|
3397
2235
|
"type": "union",
|
|
3398
2236
|
"types": [
|
|
3399
|
-
{
|
|
3400
|
-
"type": "reference",
|
|
3401
|
-
"id": 81,
|
|
3402
|
-
"name": "TWrapper"
|
|
3403
|
-
},
|
|
3404
2237
|
{
|
|
3405
2238
|
"type": "intrinsic",
|
|
3406
2239
|
"name": "undefined"
|
|
2240
|
+
},
|
|
2241
|
+
{
|
|
2242
|
+
"type": "array",
|
|
2243
|
+
"elementType": {
|
|
2244
|
+
"type": "reference",
|
|
2245
|
+
"id": 81,
|
|
2246
|
+
"name": "TModule"
|
|
2247
|
+
}
|
|
3407
2248
|
}
|
|
3408
2249
|
]
|
|
3409
2250
|
},
|
|
3410
2251
|
{
|
|
3411
2252
|
"type": "union",
|
|
3412
2253
|
"types": [
|
|
3413
|
-
{
|
|
3414
|
-
"type": "reference",
|
|
3415
|
-
"name": "Error",
|
|
3416
|
-
"qualifiedName": "Error",
|
|
3417
|
-
"package": "typescript"
|
|
3418
|
-
},
|
|
3419
2254
|
{
|
|
3420
2255
|
"type": "intrinsic",
|
|
3421
2256
|
"name": "undefined"
|
|
3422
|
-
}
|
|
3423
|
-
]
|
|
3424
|
-
}
|
|
3425
|
-
]
|
|
3426
|
-
}
|
|
3427
|
-
}
|
|
3428
|
-
]
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"id": 60,
|
|
3432
|
-
"name": "useNodeDrawer",
|
|
3433
|
-
"kind": 64,
|
|
3434
|
-
"kindString": "Function",
|
|
3435
|
-
"flags": {},
|
|
3436
|
-
"sources": [
|
|
3437
|
-
{
|
|
3438
|
-
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
3439
|
-
"line": 5,
|
|
3440
|
-
"character": 13,
|
|
3441
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
3442
|
-
}
|
|
3443
|
-
],
|
|
3444
|
-
"signatures": [
|
|
3445
|
-
{
|
|
3446
|
-
"id": 61,
|
|
3447
|
-
"name": "useNodeDrawer",
|
|
3448
|
-
"kind": 4096,
|
|
3449
|
-
"kindString": "Call signature",
|
|
3450
|
-
"flags": {},
|
|
3451
|
-
"parameters": [
|
|
3452
|
-
{
|
|
3453
|
-
"id": 62,
|
|
3454
|
-
"name": "required",
|
|
3455
|
-
"kind": 32768,
|
|
3456
|
-
"kindString": "Parameter",
|
|
3457
|
-
"flags": {},
|
|
3458
|
-
"type": {
|
|
3459
|
-
"type": "intrinsic",
|
|
3460
|
-
"name": "boolean"
|
|
3461
|
-
},
|
|
3462
|
-
"defaultValue": "true"
|
|
3463
|
-
}
|
|
3464
|
-
],
|
|
3465
|
-
"type": {
|
|
3466
|
-
"type": "reference",
|
|
3467
|
-
"typeArguments": [
|
|
3468
|
-
{
|
|
3469
|
-
"type": "intersection",
|
|
3470
|
-
"types": [
|
|
3471
|
-
{
|
|
3472
|
-
"type": "reference",
|
|
3473
|
-
"id": 56,
|
|
3474
|
-
"name": "NodeDrawerState"
|
|
3475
2257
|
},
|
|
3476
2258
|
{
|
|
3477
2259
|
"type": "reference",
|
|
3478
|
-
"name": "
|
|
2260
|
+
"name": "Error",
|
|
2261
|
+
"qualifiedName": "Error",
|
|
2262
|
+
"package": "typescript"
|
|
3479
2263
|
}
|
|
3480
2264
|
]
|
|
3481
|
-
},
|
|
3482
|
-
{
|
|
3483
|
-
"type": "literal",
|
|
3484
|
-
"value": "provided"
|
|
3485
2265
|
}
|
|
3486
|
-
]
|
|
3487
|
-
"name": "Omit",
|
|
3488
|
-
"qualifiedName": "Omit",
|
|
3489
|
-
"package": "typescript"
|
|
2266
|
+
]
|
|
3490
2267
|
}
|
|
3491
2268
|
}
|
|
3492
2269
|
]
|
|
3493
2270
|
},
|
|
3494
2271
|
{
|
|
3495
|
-
"id":
|
|
3496
|
-
"name": "
|
|
2272
|
+
"id": 83,
|
|
2273
|
+
"name": "useNode",
|
|
3497
2274
|
"kind": 64,
|
|
3498
2275
|
"kindString": "Function",
|
|
3499
2276
|
"flags": {},
|
|
3500
2277
|
"sources": [
|
|
3501
2278
|
{
|
|
3502
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3503
|
-
"line":
|
|
2279
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
2280
|
+
"line": 24,
|
|
3504
2281
|
"character": 13,
|
|
3505
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2282
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useNode.tsx#L24"
|
|
3506
2283
|
}
|
|
3507
2284
|
],
|
|
3508
2285
|
"signatures": [
|
|
3509
2286
|
{
|
|
3510
|
-
"id":
|
|
3511
|
-
"name": "
|
|
2287
|
+
"id": 84,
|
|
2288
|
+
"name": "useNode",
|
|
3512
2289
|
"kind": 4096,
|
|
3513
2290
|
"kindString": "Call signature",
|
|
3514
2291
|
"flags": {},
|
|
3515
2292
|
"parameters": [
|
|
3516
2293
|
{
|
|
3517
|
-
"id":
|
|
3518
|
-
"name": "
|
|
2294
|
+
"id": 85,
|
|
2295
|
+
"name": "nameOrAddress",
|
|
3519
2296
|
"kind": 32768,
|
|
3520
2297
|
"kindString": "Parameter",
|
|
3521
2298
|
"flags": {
|
|
@@ -3527,75 +2304,18 @@
|
|
|
3527
2304
|
}
|
|
3528
2305
|
},
|
|
3529
2306
|
{
|
|
3530
|
-
"id":
|
|
3531
|
-
"name": "
|
|
3532
|
-
"kind": 32768,
|
|
3533
|
-
"kindString": "Parameter",
|
|
3534
|
-
"flags": {
|
|
3535
|
-
"isOptional": true
|
|
3536
|
-
},
|
|
3537
|
-
"type": {
|
|
3538
|
-
"type": "intersection",
|
|
3539
|
-
"types": [
|
|
3540
|
-
{
|
|
3541
|
-
"type": "reference",
|
|
3542
|
-
"name": "SchemaFields",
|
|
3543
|
-
"qualifiedName": "SchemaFields",
|
|
3544
|
-
"package": "@xyo-network/payload-model"
|
|
3545
|
-
},
|
|
3546
|
-
{
|
|
3547
|
-
"type": "reference",
|
|
3548
|
-
"name": "PayloadFields",
|
|
3549
|
-
"qualifiedName": "PayloadFields",
|
|
3550
|
-
"package": "@xyo-network/payload-model"
|
|
3551
|
-
},
|
|
3552
|
-
{
|
|
3553
|
-
"type": "reflection",
|
|
3554
|
-
"declaration": {
|
|
3555
|
-
"id": 165,
|
|
3556
|
-
"name": "__type",
|
|
3557
|
-
"kind": 65536,
|
|
3558
|
-
"kindString": "Type literal",
|
|
3559
|
-
"flags": {},
|
|
3560
|
-
"sources": [
|
|
3561
|
-
{
|
|
3562
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3563
|
-
"line": 18,
|
|
3564
|
-
"character": 17
|
|
3565
|
-
}
|
|
3566
|
-
]
|
|
3567
|
-
}
|
|
3568
|
-
}
|
|
3569
|
-
]
|
|
3570
|
-
}
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"id": 166,
|
|
3574
|
-
"name": "refresher",
|
|
3575
|
-
"kind": 32768,
|
|
3576
|
-
"kindString": "Parameter",
|
|
3577
|
-
"flags": {
|
|
3578
|
-
"isOptional": true
|
|
3579
|
-
},
|
|
3580
|
-
"type": {
|
|
3581
|
-
"type": "intrinsic",
|
|
3582
|
-
"name": "boolean"
|
|
3583
|
-
}
|
|
3584
|
-
},
|
|
3585
|
-
{
|
|
3586
|
-
"id": 167,
|
|
3587
|
-
"name": "refreshAddresses",
|
|
2307
|
+
"id": 86,
|
|
2308
|
+
"name": "account",
|
|
3588
2309
|
"kind": 32768,
|
|
3589
2310
|
"kindString": "Parameter",
|
|
3590
2311
|
"flags": {
|
|
3591
2312
|
"isOptional": true
|
|
3592
2313
|
},
|
|
3593
2314
|
"type": {
|
|
3594
|
-
"type": "
|
|
3595
|
-
"
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
}
|
|
2315
|
+
"type": "reference",
|
|
2316
|
+
"name": "AccountInstance",
|
|
2317
|
+
"qualifiedName": "AccountInstance",
|
|
2318
|
+
"package": "@xyo-network/account-model"
|
|
3599
2319
|
}
|
|
3600
2320
|
}
|
|
3601
2321
|
],
|
|
@@ -3611,45 +2331,9 @@
|
|
|
3611
2331
|
},
|
|
3612
2332
|
{
|
|
3613
2333
|
"type": "reference",
|
|
3614
|
-
"
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
"types": [
|
|
3618
|
-
{
|
|
3619
|
-
"type": "reference",
|
|
3620
|
-
"name": "SchemaFields",
|
|
3621
|
-
"qualifiedName": "SchemaFields",
|
|
3622
|
-
"package": "@xyo-network/payload-model"
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"type": "reference",
|
|
3626
|
-
"name": "PayloadFields",
|
|
3627
|
-
"qualifiedName": "PayloadFields",
|
|
3628
|
-
"package": "@xyo-network/payload-model"
|
|
3629
|
-
},
|
|
3630
|
-
{
|
|
3631
|
-
"type": "reflection",
|
|
3632
|
-
"declaration": {
|
|
3633
|
-
"id": 168,
|
|
3634
|
-
"name": "__type",
|
|
3635
|
-
"kind": 65536,
|
|
3636
|
-
"kindString": "Type literal",
|
|
3637
|
-
"flags": {},
|
|
3638
|
-
"sources": [
|
|
3639
|
-
{
|
|
3640
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3641
|
-
"line": 18,
|
|
3642
|
-
"character": 17
|
|
3643
|
-
}
|
|
3644
|
-
]
|
|
3645
|
-
}
|
|
3646
|
-
}
|
|
3647
|
-
]
|
|
3648
|
-
}
|
|
3649
|
-
],
|
|
3650
|
-
"name": "XyoPayloads",
|
|
3651
|
-
"qualifiedName": "XyoPayloads",
|
|
3652
|
-
"package": "@xyo-network/payload-model"
|
|
2334
|
+
"name": "NodeWrapper",
|
|
2335
|
+
"qualifiedName": "NodeWrapper",
|
|
2336
|
+
"package": "@xyo-network/node"
|
|
3653
2337
|
}
|
|
3654
2338
|
]
|
|
3655
2339
|
},
|
|
@@ -3674,173 +2358,129 @@
|
|
|
3674
2358
|
]
|
|
3675
2359
|
},
|
|
3676
2360
|
{
|
|
3677
|
-
"id":
|
|
3678
|
-
"name": "
|
|
2361
|
+
"id": 87,
|
|
2362
|
+
"name": "useNodeAttachedAddresses",
|
|
3679
2363
|
"kind": 64,
|
|
3680
2364
|
"kindString": "Function",
|
|
3681
2365
|
"flags": {},
|
|
3682
2366
|
"sources": [
|
|
3683
2367
|
{
|
|
3684
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3685
|
-
"line":
|
|
2368
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts",
|
|
2369
|
+
"line": 6,
|
|
3686
2370
|
"character": 13,
|
|
3687
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2371
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts#L6"
|
|
3688
2372
|
}
|
|
3689
2373
|
],
|
|
3690
2374
|
"signatures": [
|
|
3691
2375
|
{
|
|
3692
|
-
"id":
|
|
3693
|
-
"name": "
|
|
2376
|
+
"id": 88,
|
|
2377
|
+
"name": "useNodeAttachedAddresses",
|
|
3694
2378
|
"kind": 4096,
|
|
3695
2379
|
"kindString": "Call signature",
|
|
3696
2380
|
"flags": {},
|
|
3697
|
-
"
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
"
|
|
3701
|
-
"
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
{
|
|
3712
|
-
"id": 157,
|
|
3713
|
-
"name": "query",
|
|
3714
|
-
"kind": 32768,
|
|
3715
|
-
"kindString": "Parameter",
|
|
3716
|
-
"flags": {
|
|
3717
|
-
"isOptional": true
|
|
3718
|
-
},
|
|
3719
|
-
"type": {
|
|
3720
|
-
"type": "intersection",
|
|
3721
|
-
"types": [
|
|
3722
|
-
{
|
|
3723
|
-
"type": "reference",
|
|
3724
|
-
"name": "SchemaFields",
|
|
3725
|
-
"qualifiedName": "SchemaFields",
|
|
3726
|
-
"package": "@xyo-network/payload-model"
|
|
3727
|
-
},
|
|
3728
|
-
{
|
|
3729
|
-
"type": "reference",
|
|
3730
|
-
"name": "PayloadFields",
|
|
3731
|
-
"qualifiedName": "PayloadFields",
|
|
3732
|
-
"package": "@xyo-network/payload-model"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"type": "reflection",
|
|
3736
|
-
"declaration": {
|
|
3737
|
-
"id": 158,
|
|
3738
|
-
"name": "__type",
|
|
3739
|
-
"kind": 65536,
|
|
3740
|
-
"kindString": "Type literal",
|
|
3741
|
-
"flags": {},
|
|
3742
|
-
"sources": [
|
|
3743
|
-
{
|
|
3744
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3745
|
-
"line": 18,
|
|
3746
|
-
"character": 17
|
|
3747
|
-
}
|
|
3748
|
-
]
|
|
3749
|
-
}
|
|
2381
|
+
"type": {
|
|
2382
|
+
"type": "array",
|
|
2383
|
+
"elementType": {
|
|
2384
|
+
"type": "union",
|
|
2385
|
+
"types": [
|
|
2386
|
+
{
|
|
2387
|
+
"type": "intrinsic",
|
|
2388
|
+
"name": "undefined"
|
|
2389
|
+
},
|
|
2390
|
+
{
|
|
2391
|
+
"type": "array",
|
|
2392
|
+
"elementType": {
|
|
2393
|
+
"type": "intrinsic",
|
|
2394
|
+
"name": "string"
|
|
3750
2395
|
}
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"type": "reference",
|
|
2399
|
+
"typeArguments": [
|
|
2400
|
+
{
|
|
2401
|
+
"type": "array",
|
|
2402
|
+
"elementType": {
|
|
2403
|
+
"type": "intrinsic",
|
|
2404
|
+
"name": "string"
|
|
2405
|
+
}
|
|
2406
|
+
}
|
|
2407
|
+
],
|
|
2408
|
+
"name": "Promise",
|
|
2409
|
+
"qualifiedName": "Promise",
|
|
2410
|
+
"package": "typescript"
|
|
2411
|
+
}
|
|
2412
|
+
]
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
}
|
|
2416
|
+
]
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"id": 60,
|
|
2420
|
+
"name": "useNodeDrawer",
|
|
2421
|
+
"kind": 64,
|
|
2422
|
+
"kindString": "Function",
|
|
2423
|
+
"flags": {},
|
|
2424
|
+
"sources": [
|
|
2425
|
+
{
|
|
2426
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
2427
|
+
"line": 5,
|
|
2428
|
+
"character": 13,
|
|
2429
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
2430
|
+
}
|
|
2431
|
+
],
|
|
2432
|
+
"signatures": [
|
|
2433
|
+
{
|
|
2434
|
+
"id": 61,
|
|
2435
|
+
"name": "useNodeDrawer",
|
|
2436
|
+
"kind": 4096,
|
|
2437
|
+
"kindString": "Call signature",
|
|
2438
|
+
"flags": {},
|
|
2439
|
+
"parameters": [
|
|
3754
2440
|
{
|
|
3755
|
-
"id":
|
|
3756
|
-
"name": "
|
|
2441
|
+
"id": 62,
|
|
2442
|
+
"name": "required",
|
|
3757
2443
|
"kind": 32768,
|
|
3758
2444
|
"kindString": "Parameter",
|
|
3759
|
-
"flags": {
|
|
3760
|
-
"isOptional": true
|
|
3761
|
-
},
|
|
2445
|
+
"flags": {},
|
|
3762
2446
|
"type": {
|
|
3763
2447
|
"type": "intrinsic",
|
|
3764
2448
|
"name": "boolean"
|
|
3765
|
-
}
|
|
2449
|
+
},
|
|
2450
|
+
"defaultValue": "true"
|
|
3766
2451
|
}
|
|
3767
2452
|
],
|
|
3768
2453
|
"type": {
|
|
3769
|
-
"type": "
|
|
3770
|
-
"
|
|
2454
|
+
"type": "reference",
|
|
2455
|
+
"typeArguments": [
|
|
3771
2456
|
{
|
|
3772
|
-
"type": "
|
|
2457
|
+
"type": "intersection",
|
|
3773
2458
|
"types": [
|
|
3774
2459
|
{
|
|
3775
|
-
"type": "
|
|
3776
|
-
"
|
|
2460
|
+
"type": "reference",
|
|
2461
|
+
"id": 56,
|
|
2462
|
+
"name": "NodeDrawerState"
|
|
3777
2463
|
},
|
|
3778
2464
|
{
|
|
3779
2465
|
"type": "reference",
|
|
3780
|
-
"
|
|
3781
|
-
{
|
|
3782
|
-
"type": "intersection",
|
|
3783
|
-
"types": [
|
|
3784
|
-
{
|
|
3785
|
-
"type": "reference",
|
|
3786
|
-
"name": "SchemaFields",
|
|
3787
|
-
"qualifiedName": "SchemaFields",
|
|
3788
|
-
"package": "@xyo-network/payload-model"
|
|
3789
|
-
},
|
|
3790
|
-
{
|
|
3791
|
-
"type": "reference",
|
|
3792
|
-
"name": "PayloadFields",
|
|
3793
|
-
"qualifiedName": "PayloadFields",
|
|
3794
|
-
"package": "@xyo-network/payload-model"
|
|
3795
|
-
},
|
|
3796
|
-
{
|
|
3797
|
-
"type": "reflection",
|
|
3798
|
-
"declaration": {
|
|
3799
|
-
"id": 160,
|
|
3800
|
-
"name": "__type",
|
|
3801
|
-
"kind": 65536,
|
|
3802
|
-
"kindString": "Type literal",
|
|
3803
|
-
"flags": {},
|
|
3804
|
-
"sources": [
|
|
3805
|
-
{
|
|
3806
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3807
|
-
"line": 18,
|
|
3808
|
-
"character": 17
|
|
3809
|
-
}
|
|
3810
|
-
]
|
|
3811
|
-
}
|
|
3812
|
-
}
|
|
3813
|
-
]
|
|
3814
|
-
}
|
|
3815
|
-
],
|
|
3816
|
-
"name": "XyoPayloads",
|
|
3817
|
-
"qualifiedName": "XyoPayloads",
|
|
3818
|
-
"package": "@xyo-network/payload-model"
|
|
2466
|
+
"name": "ContextExState"
|
|
3819
2467
|
}
|
|
3820
2468
|
]
|
|
3821
2469
|
},
|
|
3822
2470
|
{
|
|
3823
|
-
"type": "
|
|
3824
|
-
"
|
|
3825
|
-
{
|
|
3826
|
-
"type": "intrinsic",
|
|
3827
|
-
"name": "undefined"
|
|
3828
|
-
},
|
|
3829
|
-
{
|
|
3830
|
-
"type": "reference",
|
|
3831
|
-
"name": "Error",
|
|
3832
|
-
"qualifiedName": "Error",
|
|
3833
|
-
"package": "typescript"
|
|
3834
|
-
}
|
|
3835
|
-
]
|
|
2471
|
+
"type": "literal",
|
|
2472
|
+
"value": "provided"
|
|
3836
2473
|
}
|
|
3837
|
-
]
|
|
2474
|
+
],
|
|
2475
|
+
"name": "Omit",
|
|
2476
|
+
"qualifiedName": "Omit",
|
|
2477
|
+
"package": "typescript"
|
|
3838
2478
|
}
|
|
3839
2479
|
}
|
|
3840
2480
|
]
|
|
3841
2481
|
},
|
|
3842
2482
|
{
|
|
3843
|
-
"id":
|
|
2483
|
+
"id": 89,
|
|
3844
2484
|
"name": "useProvidedNode",
|
|
3845
2485
|
"kind": 64,
|
|
3846
2486
|
"kindString": "Function",
|
|
@@ -3848,70 +2488,76 @@
|
|
|
3848
2488
|
"sources": [
|
|
3849
2489
|
{
|
|
3850
2490
|
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
3851
|
-
"line":
|
|
2491
|
+
"line": 8,
|
|
3852
2492
|
"character": 13,
|
|
3853
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2493
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L8"
|
|
3854
2494
|
}
|
|
3855
2495
|
],
|
|
3856
2496
|
"signatures": [
|
|
3857
2497
|
{
|
|
3858
|
-
"id":
|
|
2498
|
+
"id": 90,
|
|
3859
2499
|
"name": "useProvidedNode",
|
|
3860
2500
|
"kind": 4096,
|
|
3861
2501
|
"kindString": "Call signature",
|
|
3862
2502
|
"flags": {},
|
|
3863
|
-
"parameters": [
|
|
3864
|
-
{
|
|
3865
|
-
"id": 171,
|
|
3866
|
-
"name": "wrap",
|
|
3867
|
-
"kind": 32768,
|
|
3868
|
-
"kindString": "Parameter",
|
|
3869
|
-
"flags": {
|
|
3870
|
-
"isOptional": true
|
|
3871
|
-
},
|
|
3872
|
-
"type": {
|
|
3873
|
-
"type": "literal",
|
|
3874
|
-
"value": false
|
|
3875
|
-
}
|
|
3876
|
-
}
|
|
3877
|
-
],
|
|
3878
2503
|
"type": {
|
|
3879
2504
|
"type": "tuple",
|
|
3880
2505
|
"elements": [
|
|
3881
2506
|
{
|
|
3882
2507
|
"type": "union",
|
|
3883
2508
|
"types": [
|
|
2509
|
+
{
|
|
2510
|
+
"type": "intrinsic",
|
|
2511
|
+
"name": "undefined"
|
|
2512
|
+
},
|
|
3884
2513
|
{
|
|
3885
2514
|
"type": "reference",
|
|
3886
2515
|
"name": "NodeModule",
|
|
3887
2516
|
"qualifiedName": "NodeModule",
|
|
3888
2517
|
"package": "@xyo-network/node"
|
|
3889
|
-
},
|
|
3890
|
-
{
|
|
3891
|
-
"type": "intrinsic",
|
|
3892
|
-
"name": "undefined"
|
|
3893
2518
|
}
|
|
3894
2519
|
]
|
|
3895
2520
|
}
|
|
3896
2521
|
]
|
|
3897
2522
|
}
|
|
3898
|
-
}
|
|
2523
|
+
}
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"id": 91,
|
|
2528
|
+
"name": "useProvidedWrappedNode",
|
|
2529
|
+
"kind": 64,
|
|
2530
|
+
"kindString": "Function",
|
|
2531
|
+
"flags": {},
|
|
2532
|
+
"sources": [
|
|
3899
2533
|
{
|
|
3900
|
-
"
|
|
3901
|
-
"
|
|
2534
|
+
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
2535
|
+
"line": 14,
|
|
2536
|
+
"character": 13,
|
|
2537
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L14"
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"signatures": [
|
|
2541
|
+
{
|
|
2542
|
+
"id": 92,
|
|
2543
|
+
"name": "useProvidedWrappedNode",
|
|
3902
2544
|
"kind": 4096,
|
|
3903
2545
|
"kindString": "Call signature",
|
|
3904
2546
|
"flags": {},
|
|
3905
2547
|
"parameters": [
|
|
3906
2548
|
{
|
|
3907
|
-
"id":
|
|
3908
|
-
"name": "
|
|
2549
|
+
"id": 93,
|
|
2550
|
+
"name": "account",
|
|
3909
2551
|
"kind": 32768,
|
|
3910
2552
|
"kindString": "Parameter",
|
|
3911
|
-
"flags": {
|
|
2553
|
+
"flags": {
|
|
2554
|
+
"isOptional": true
|
|
2555
|
+
},
|
|
3912
2556
|
"type": {
|
|
3913
|
-
"type": "
|
|
3914
|
-
"
|
|
2557
|
+
"type": "reference",
|
|
2558
|
+
"name": "AccountInstance",
|
|
2559
|
+
"qualifiedName": "AccountInstance",
|
|
2560
|
+
"package": "@xyo-network/account-model"
|
|
3915
2561
|
}
|
|
3916
2562
|
}
|
|
3917
2563
|
],
|
|
@@ -3921,15 +2567,30 @@
|
|
|
3921
2567
|
{
|
|
3922
2568
|
"type": "union",
|
|
3923
2569
|
"types": [
|
|
2570
|
+
{
|
|
2571
|
+
"type": "intrinsic",
|
|
2572
|
+
"name": "undefined"
|
|
2573
|
+
},
|
|
3924
2574
|
{
|
|
3925
2575
|
"type": "reference",
|
|
3926
2576
|
"name": "NodeWrapper",
|
|
3927
2577
|
"qualifiedName": "NodeWrapper",
|
|
3928
2578
|
"package": "@xyo-network/node"
|
|
3929
|
-
}
|
|
2579
|
+
}
|
|
2580
|
+
]
|
|
2581
|
+
},
|
|
2582
|
+
{
|
|
2583
|
+
"type": "union",
|
|
2584
|
+
"types": [
|
|
3930
2585
|
{
|
|
3931
2586
|
"type": "intrinsic",
|
|
3932
2587
|
"name": "undefined"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"type": "reference",
|
|
2591
|
+
"name": "Error",
|
|
2592
|
+
"qualifiedName": "Error",
|
|
2593
|
+
"package": "typescript"
|
|
3933
2594
|
}
|
|
3934
2595
|
]
|
|
3935
2596
|
}
|
|
@@ -3939,97 +2600,162 @@
|
|
|
3939
2600
|
]
|
|
3940
2601
|
},
|
|
3941
2602
|
{
|
|
3942
|
-
"id":
|
|
3943
|
-
"name": "
|
|
2603
|
+
"id": 116,
|
|
2604
|
+
"name": "useWrappedModule",
|
|
3944
2605
|
"kind": 64,
|
|
3945
2606
|
"kindString": "Function",
|
|
3946
2607
|
"flags": {},
|
|
3947
2608
|
"sources": [
|
|
3948
2609
|
{
|
|
3949
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3950
|
-
"line":
|
|
2610
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
2611
|
+
"line": 61,
|
|
3951
2612
|
"character": 13,
|
|
3952
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2613
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L61"
|
|
3953
2614
|
}
|
|
3954
2615
|
],
|
|
3955
2616
|
"signatures": [
|
|
3956
2617
|
{
|
|
3957
|
-
"id":
|
|
3958
|
-
"name": "
|
|
2618
|
+
"id": 117,
|
|
2619
|
+
"name": "useWrappedModule",
|
|
3959
2620
|
"kind": 4096,
|
|
3960
2621
|
"kindString": "Call signature",
|
|
3961
2622
|
"flags": {},
|
|
3962
2623
|
"parameters": [
|
|
3963
2624
|
{
|
|
3964
|
-
"id":
|
|
3965
|
-
"name": "
|
|
2625
|
+
"id": 118,
|
|
2626
|
+
"name": "nameOrAddress",
|
|
3966
2627
|
"kind": 32768,
|
|
3967
2628
|
"kindString": "Parameter",
|
|
3968
2629
|
"flags": {
|
|
3969
2630
|
"isOptional": true
|
|
3970
2631
|
},
|
|
3971
2632
|
"type": {
|
|
3972
|
-
"type": "reference",
|
|
3973
|
-
"name": "ModuleFilter",
|
|
3974
|
-
"qualifiedName": "ModuleFilter",
|
|
3975
|
-
"package": "@xyo-network/module-model"
|
|
3976
|
-
}
|
|
3977
|
-
}
|
|
3978
|
-
],
|
|
3979
|
-
"type": {
|
|
3980
|
-
"type": "union",
|
|
3981
|
-
"types": [
|
|
3982
|
-
{
|
|
3983
2633
|
"type": "intrinsic",
|
|
3984
|
-
"name": "
|
|
2634
|
+
"name": "string"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"id": 119,
|
|
2639
|
+
"name": "account",
|
|
2640
|
+
"kind": 32768,
|
|
2641
|
+
"kindString": "Parameter",
|
|
2642
|
+
"flags": {
|
|
2643
|
+
"isOptional": true
|
|
3985
2644
|
},
|
|
3986
|
-
{
|
|
2645
|
+
"type": {
|
|
3987
2646
|
"type": "reference",
|
|
3988
|
-
"name": "
|
|
3989
|
-
"qualifiedName": "
|
|
3990
|
-
"package": "@xyo-network/
|
|
2647
|
+
"name": "AccountInstance",
|
|
2648
|
+
"qualifiedName": "AccountInstance",
|
|
2649
|
+
"package": "@xyo-network/account-model"
|
|
3991
2650
|
}
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
"character": 13,
|
|
4008
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/bc01938dfbf/packages/modules/packages/node/src/hooks/useWitnessModules.ts#L5"
|
|
4009
|
-
}
|
|
4010
|
-
],
|
|
4011
|
-
"signatures": [
|
|
4012
|
-
{
|
|
4013
|
-
"id": 178,
|
|
4014
|
-
"name": "useWitnessModules",
|
|
4015
|
-
"kind": 4096,
|
|
4016
|
-
"kindString": "Call signature",
|
|
4017
|
-
"flags": {},
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"id": 120,
|
|
2654
|
+
"name": "spinCheck",
|
|
2655
|
+
"kind": 32768,
|
|
2656
|
+
"kindString": "Parameter",
|
|
2657
|
+
"flags": {
|
|
2658
|
+
"isOptional": true
|
|
2659
|
+
},
|
|
2660
|
+
"type": {
|
|
2661
|
+
"type": "intrinsic",
|
|
2662
|
+
"name": "boolean"
|
|
2663
|
+
}
|
|
2664
|
+
}
|
|
2665
|
+
],
|
|
4018
2666
|
"type": {
|
|
4019
|
-
"type": "
|
|
4020
|
-
"
|
|
2667
|
+
"type": "tuple",
|
|
2668
|
+
"elements": [
|
|
4021
2669
|
{
|
|
4022
|
-
"type": "
|
|
4023
|
-
"
|
|
2670
|
+
"type": "union",
|
|
2671
|
+
"types": [
|
|
2672
|
+
{
|
|
2673
|
+
"type": "intrinsic",
|
|
2674
|
+
"name": "undefined"
|
|
2675
|
+
},
|
|
2676
|
+
{
|
|
2677
|
+
"type": "reference",
|
|
2678
|
+
"typeArguments": [
|
|
2679
|
+
{
|
|
2680
|
+
"type": "reference",
|
|
2681
|
+
"typeArguments": [
|
|
2682
|
+
{
|
|
2683
|
+
"type": "intersection",
|
|
2684
|
+
"types": [
|
|
2685
|
+
{
|
|
2686
|
+
"type": "reference",
|
|
2687
|
+
"name": "SchemaFields",
|
|
2688
|
+
"qualifiedName": "SchemaFields",
|
|
2689
|
+
"package": "@xyo-network/payload-model"
|
|
2690
|
+
},
|
|
2691
|
+
{
|
|
2692
|
+
"type": "reference",
|
|
2693
|
+
"name": "PayloadFields",
|
|
2694
|
+
"qualifiedName": "PayloadFields",
|
|
2695
|
+
"package": "@xyo-network/payload-model"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"type": "reflection",
|
|
2699
|
+
"declaration": {
|
|
2700
|
+
"id": 121,
|
|
2701
|
+
"name": "__type",
|
|
2702
|
+
"kind": 65536,
|
|
2703
|
+
"kindString": "Type literal",
|
|
2704
|
+
"flags": {},
|
|
2705
|
+
"sources": [
|
|
2706
|
+
{
|
|
2707
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
2708
|
+
"line": 8,
|
|
2709
|
+
"character": 75
|
|
2710
|
+
}
|
|
2711
|
+
]
|
|
2712
|
+
}
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"type": "reflection",
|
|
2716
|
+
"declaration": {
|
|
2717
|
+
"id": 122,
|
|
2718
|
+
"name": "__type",
|
|
2719
|
+
"kind": 65536,
|
|
2720
|
+
"kindString": "Type literal",
|
|
2721
|
+
"flags": {},
|
|
2722
|
+
"sources": [
|
|
2723
|
+
{
|
|
2724
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2725
|
+
"line": 18,
|
|
2726
|
+
"character": 17
|
|
2727
|
+
}
|
|
2728
|
+
]
|
|
2729
|
+
}
|
|
2730
|
+
}
|
|
2731
|
+
]
|
|
2732
|
+
}
|
|
2733
|
+
],
|
|
2734
|
+
"name": "Module",
|
|
2735
|
+
"qualifiedName": "Module",
|
|
2736
|
+
"package": "@xyo-network/module-model"
|
|
2737
|
+
}
|
|
2738
|
+
],
|
|
2739
|
+
"name": "ModuleWrapper",
|
|
2740
|
+
"qualifiedName": "ModuleWrapper",
|
|
2741
|
+
"package": "@xyo-network/module"
|
|
2742
|
+
}
|
|
2743
|
+
]
|
|
4024
2744
|
},
|
|
4025
2745
|
{
|
|
4026
|
-
"type": "
|
|
4027
|
-
"
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
2746
|
+
"type": "union",
|
|
2747
|
+
"types": [
|
|
2748
|
+
{
|
|
2749
|
+
"type": "intrinsic",
|
|
2750
|
+
"name": "undefined"
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"type": "reference",
|
|
2754
|
+
"name": "Error",
|
|
2755
|
+
"qualifiedName": "Error",
|
|
2756
|
+
"package": "typescript"
|
|
2757
|
+
}
|
|
2758
|
+
]
|
|
4033
2759
|
}
|
|
4034
2760
|
]
|
|
4035
2761
|
}
|
|
@@ -4047,14 +2773,14 @@
|
|
|
4047
2773
|
50,
|
|
4048
2774
|
56,
|
|
4049
2775
|
41,
|
|
4050
|
-
23
|
|
2776
|
+
23,
|
|
2777
|
+
94
|
|
4051
2778
|
]
|
|
4052
2779
|
},
|
|
4053
2780
|
{
|
|
4054
2781
|
"title": "Type Aliases",
|
|
4055
2782
|
"children": [
|
|
4056
|
-
10
|
|
4057
|
-
63
|
|
2783
|
+
10
|
|
4058
2784
|
]
|
|
4059
2785
|
},
|
|
4060
2786
|
{
|
|
@@ -4074,25 +2800,17 @@
|
|
|
4074
2800
|
6,
|
|
4075
2801
|
52,
|
|
4076
2802
|
43,
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
109,
|
|
4081
|
-
112,
|
|
4082
|
-
114,
|
|
4083
|
-
117,
|
|
4084
|
-
119,
|
|
4085
|
-
122,
|
|
4086
|
-
133,
|
|
2803
|
+
102,
|
|
2804
|
+
63,
|
|
2805
|
+
66,
|
|
4087
2806
|
37,
|
|
4088
|
-
|
|
4089
|
-
|
|
2807
|
+
75,
|
|
2808
|
+
83,
|
|
2809
|
+
87,
|
|
4090
2810
|
60,
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
174,
|
|
4095
|
-
177
|
|
2811
|
+
89,
|
|
2812
|
+
91,
|
|
2813
|
+
116
|
|
4096
2814
|
]
|
|
4097
2815
|
}
|
|
4098
2816
|
],
|
|
@@ -4101,7 +2819,7 @@
|
|
|
4101
2819
|
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
4102
2820
|
"line": 1,
|
|
4103
2821
|
"character": 0,
|
|
4104
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2822
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/f3152d8417a/packages/modules/packages/node/src/index.ts#L1"
|
|
4105
2823
|
}
|
|
4106
2824
|
]
|
|
4107
2825
|
}
|