@xyo-network/react-node 2.45.0-rc.9 → 2.45.0
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 -9
- 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 -3
- 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 +44 -52
- 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 +29 -15
- 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 +767 -2334
- package/dist/esm/hooks/index.js +2 -9
- 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 -3
- 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 +43 -50
- 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 +27 -15
- 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 -9
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/useModule.d.ts +23 -58
- 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 -59
- 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 -6
- 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 -17
- package/src/components/Node.stories.tsx +36 -10
- package/src/hooks/index.ts +2 -9
- package/src/hooks/useMemoryNodeUpdates.tsx +1 -1
- package/src/hooks/useModule.tsx +77 -3
- package/src/hooks/useModules.ts +30 -10
- package/src/hooks/useNode.tsx +40 -72
- package/src/hooks/{useModuleAddresses.ts → useNodeAttachedAddresses.ts} +6 -6
- package/src/hooks/useProvidedNode.tsx +31 -18
- package/src/hooks/useWrappedModule.tsx +61 -0
- 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/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/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/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/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/0192bd3f0/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
656
810
|
}
|
|
657
811
|
]
|
|
658
812
|
}
|
|
@@ -679,210 +833,6 @@
|
|
|
679
833
|
]
|
|
680
834
|
}
|
|
681
835
|
},
|
|
682
|
-
{
|
|
683
|
-
"id": 115,
|
|
684
|
-
"name": "NodeFunc",
|
|
685
|
-
"kind": 4194304,
|
|
686
|
-
"kindString": "Type alias",
|
|
687
|
-
"flags": {},
|
|
688
|
-
"sources": [
|
|
689
|
-
{
|
|
690
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
691
|
-
"line": 15,
|
|
692
|
-
"character": 12,
|
|
693
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L15"
|
|
694
|
-
}
|
|
695
|
-
],
|
|
696
|
-
"type": {
|
|
697
|
-
"type": "reflection",
|
|
698
|
-
"declaration": {
|
|
699
|
-
"id": 116,
|
|
700
|
-
"name": "__type",
|
|
701
|
-
"kind": 65536,
|
|
702
|
-
"kindString": "Type literal",
|
|
703
|
-
"flags": {},
|
|
704
|
-
"sources": [
|
|
705
|
-
{
|
|
706
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
707
|
-
"line": 15,
|
|
708
|
-
"character": 23,
|
|
709
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L15"
|
|
710
|
-
}
|
|
711
|
-
],
|
|
712
|
-
"signatures": [
|
|
713
|
-
{
|
|
714
|
-
"id": 117,
|
|
715
|
-
"name": "__type",
|
|
716
|
-
"kind": 4096,
|
|
717
|
-
"kindString": "Call signature",
|
|
718
|
-
"flags": {},
|
|
719
|
-
"type": {
|
|
720
|
-
"type": "tuple",
|
|
721
|
-
"elements": [
|
|
722
|
-
{
|
|
723
|
-
"type": "union",
|
|
724
|
-
"types": [
|
|
725
|
-
{
|
|
726
|
-
"type": "reference",
|
|
727
|
-
"name": "NodeModule",
|
|
728
|
-
"qualifiedName": "NodeModule",
|
|
729
|
-
"package": "@xyo-network/node"
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
"type": "intrinsic",
|
|
733
|
-
"name": "undefined"
|
|
734
|
-
}
|
|
735
|
-
]
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"type": "union",
|
|
739
|
-
"types": [
|
|
740
|
-
{
|
|
741
|
-
"type": "reference",
|
|
742
|
-
"name": "Error",
|
|
743
|
-
"qualifiedName": "Error",
|
|
744
|
-
"package": "typescript"
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
"type": "intrinsic",
|
|
748
|
-
"name": "undefined"
|
|
749
|
-
}
|
|
750
|
-
]
|
|
751
|
-
}
|
|
752
|
-
]
|
|
753
|
-
}
|
|
754
|
-
}
|
|
755
|
-
]
|
|
756
|
-
}
|
|
757
|
-
}
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"id": 108,
|
|
761
|
-
"name": "WrapFunc",
|
|
762
|
-
"kind": 4194304,
|
|
763
|
-
"kindString": "Type alias",
|
|
764
|
-
"flags": {},
|
|
765
|
-
"sources": [
|
|
766
|
-
{
|
|
767
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
768
|
-
"line": 10,
|
|
769
|
-
"character": 12,
|
|
770
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L10"
|
|
771
|
-
}
|
|
772
|
-
],
|
|
773
|
-
"typeParameters": [
|
|
774
|
-
{
|
|
775
|
-
"id": 113,
|
|
776
|
-
"name": "TModule",
|
|
777
|
-
"kind": 131072,
|
|
778
|
-
"kindString": "Type parameter",
|
|
779
|
-
"flags": {},
|
|
780
|
-
"type": {
|
|
781
|
-
"type": "reference",
|
|
782
|
-
"name": "Module",
|
|
783
|
-
"qualifiedName": "Module",
|
|
784
|
-
"package": "@xyo-network/module-model"
|
|
785
|
-
},
|
|
786
|
-
"default": {
|
|
787
|
-
"type": "reference",
|
|
788
|
-
"name": "Module",
|
|
789
|
-
"qualifiedName": "Module",
|
|
790
|
-
"package": "@xyo-network/module-model"
|
|
791
|
-
}
|
|
792
|
-
},
|
|
793
|
-
{
|
|
794
|
-
"id": 114,
|
|
795
|
-
"name": "TWrapper",
|
|
796
|
-
"kind": 131072,
|
|
797
|
-
"kindString": "Type parameter",
|
|
798
|
-
"flags": {},
|
|
799
|
-
"type": {
|
|
800
|
-
"type": "reference",
|
|
801
|
-
"name": "ModuleWrapper",
|
|
802
|
-
"qualifiedName": "ModuleWrapper",
|
|
803
|
-
"package": "@xyo-network/module"
|
|
804
|
-
},
|
|
805
|
-
"default": {
|
|
806
|
-
"type": "reference",
|
|
807
|
-
"name": "ModuleWrapper",
|
|
808
|
-
"qualifiedName": "ModuleWrapper",
|
|
809
|
-
"package": "@xyo-network/module"
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
],
|
|
813
|
-
"type": {
|
|
814
|
-
"type": "reflection",
|
|
815
|
-
"declaration": {
|
|
816
|
-
"id": 109,
|
|
817
|
-
"name": "__type",
|
|
818
|
-
"kind": 65536,
|
|
819
|
-
"kindString": "Type literal",
|
|
820
|
-
"flags": {},
|
|
821
|
-
"sources": [
|
|
822
|
-
{
|
|
823
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
824
|
-
"line": 10,
|
|
825
|
-
"character": 104,
|
|
826
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L10"
|
|
827
|
-
}
|
|
828
|
-
],
|
|
829
|
-
"signatures": [
|
|
830
|
-
{
|
|
831
|
-
"id": 110,
|
|
832
|
-
"name": "__type",
|
|
833
|
-
"kind": 4096,
|
|
834
|
-
"kindString": "Call signature",
|
|
835
|
-
"flags": {},
|
|
836
|
-
"parameters": [
|
|
837
|
-
{
|
|
838
|
-
"id": 111,
|
|
839
|
-
"name": "module",
|
|
840
|
-
"kind": 32768,
|
|
841
|
-
"kindString": "Parameter",
|
|
842
|
-
"flags": {
|
|
843
|
-
"isOptional": true
|
|
844
|
-
},
|
|
845
|
-
"type": {
|
|
846
|
-
"type": "reference",
|
|
847
|
-
"id": 113,
|
|
848
|
-
"name": "TModule"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"id": 112,
|
|
853
|
-
"name": "account",
|
|
854
|
-
"kind": 32768,
|
|
855
|
-
"kindString": "Parameter",
|
|
856
|
-
"flags": {
|
|
857
|
-
"isOptional": true
|
|
858
|
-
},
|
|
859
|
-
"type": {
|
|
860
|
-
"type": "reference",
|
|
861
|
-
"name": "Account",
|
|
862
|
-
"qualifiedName": "Account",
|
|
863
|
-
"package": "@xyo-network/account"
|
|
864
|
-
}
|
|
865
|
-
}
|
|
866
|
-
],
|
|
867
|
-
"type": {
|
|
868
|
-
"type": "union",
|
|
869
|
-
"types": [
|
|
870
|
-
{
|
|
871
|
-
"type": "reference",
|
|
872
|
-
"id": 114,
|
|
873
|
-
"name": "TWrapper"
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"type": "intrinsic",
|
|
877
|
-
"name": "undefined"
|
|
878
|
-
}
|
|
879
|
-
]
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
]
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
836
|
{
|
|
887
837
|
"id": 18,
|
|
888
838
|
"name": "ModuleRepositoryContext",
|
|
@@ -896,7 +846,7 @@
|
|
|
896
846
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts",
|
|
897
847
|
"line": 5,
|
|
898
848
|
"character": 13,
|
|
899
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
849
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts#L5"
|
|
900
850
|
}
|
|
901
851
|
],
|
|
902
852
|
"type": {
|
|
@@ -936,7 +886,7 @@
|
|
|
936
886
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Context.ts",
|
|
937
887
|
"line": 5,
|
|
938
888
|
"character": 13,
|
|
939
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
889
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/Node/Context.ts#L5"
|
|
940
890
|
}
|
|
941
891
|
],
|
|
942
892
|
"type": {
|
|
@@ -976,7 +926,7 @@
|
|
|
976
926
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts",
|
|
977
927
|
"line": 5,
|
|
978
928
|
"character": 13,
|
|
979
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
929
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
980
930
|
}
|
|
981
931
|
],
|
|
982
932
|
"type": {
|
|
@@ -1014,7 +964,7 @@
|
|
|
1014
964
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
1015
965
|
"line": 14,
|
|
1016
966
|
"character": 13,
|
|
1017
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
967
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
1018
968
|
}
|
|
1019
969
|
],
|
|
1020
970
|
"signatures": [
|
|
@@ -1090,7 +1040,7 @@
|
|
|
1090
1040
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx",
|
|
1091
1041
|
"line": 11,
|
|
1092
1042
|
"character": 13,
|
|
1093
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1043
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx#L11"
|
|
1094
1044
|
}
|
|
1095
1045
|
],
|
|
1096
1046
|
"signatures": [
|
|
@@ -1165,7 +1115,7 @@
|
|
|
1165
1115
|
"fileName": "packages/modules/packages/node/src/components/Node.tsx",
|
|
1166
1116
|
"line": 8,
|
|
1167
1117
|
"character": 13,
|
|
1168
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1118
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/components/Node.tsx#L8"
|
|
1169
1119
|
}
|
|
1170
1120
|
],
|
|
1171
1121
|
"signatures": [
|
|
@@ -1242,7 +1192,7 @@
|
|
|
1242
1192
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
1243
1193
|
"line": 12,
|
|
1244
1194
|
"character": 13,
|
|
1245
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1195
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/components/NodeDrawer.tsx#L12"
|
|
1246
1196
|
}
|
|
1247
1197
|
],
|
|
1248
1198
|
"signatures": [
|
|
@@ -1318,7 +1268,7 @@
|
|
|
1318
1268
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
1319
1269
|
"line": 10,
|
|
1320
1270
|
"character": 13,
|
|
1321
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1271
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1322
1272
|
}
|
|
1323
1273
|
],
|
|
1324
1274
|
"signatures": [
|
|
@@ -1394,7 +1344,7 @@
|
|
|
1394
1344
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
1395
1345
|
"line": 11,
|
|
1396
1346
|
"character": 13,
|
|
1397
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1347
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L11"
|
|
1398
1348
|
}
|
|
1399
1349
|
],
|
|
1400
1350
|
"signatures": [
|
|
@@ -1468,30 +1418,30 @@
|
|
|
1468
1418
|
]
|
|
1469
1419
|
},
|
|
1470
1420
|
{
|
|
1471
|
-
"id":
|
|
1472
|
-
"name": "
|
|
1421
|
+
"id": 102,
|
|
1422
|
+
"name": "WrappedModuleHookFactory",
|
|
1473
1423
|
"kind": 64,
|
|
1474
1424
|
"kindString": "Function",
|
|
1475
1425
|
"flags": {},
|
|
1476
1426
|
"sources": [
|
|
1477
1427
|
{
|
|
1478
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1479
|
-
"line":
|
|
1428
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
1429
|
+
"line": 14,
|
|
1480
1430
|
"character": 13,
|
|
1481
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1431
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L14"
|
|
1482
1432
|
}
|
|
1483
1433
|
],
|
|
1484
1434
|
"signatures": [
|
|
1485
1435
|
{
|
|
1486
|
-
"id":
|
|
1487
|
-
"name": "
|
|
1436
|
+
"id": 103,
|
|
1437
|
+
"name": "WrappedModuleHookFactory",
|
|
1488
1438
|
"kind": 4096,
|
|
1489
1439
|
"kindString": "Call signature",
|
|
1490
1440
|
"flags": {},
|
|
1491
1441
|
"typeParameter": [
|
|
1492
1442
|
{
|
|
1493
|
-
"id":
|
|
1494
|
-
"name": "
|
|
1443
|
+
"id": 108,
|
|
1444
|
+
"name": "TModuleWrapper",
|
|
1495
1445
|
"kind": 131072,
|
|
1496
1446
|
"kindString": "Type parameter",
|
|
1497
1447
|
"flags": {},
|
|
@@ -1499,133 +1449,8 @@
|
|
|
1499
1449
|
"type": "reference",
|
|
1500
1450
|
"typeArguments": [
|
|
1501
1451
|
{
|
|
1502
|
-
"type": "
|
|
1503
|
-
"
|
|
1504
|
-
{
|
|
1505
|
-
"type": "reference",
|
|
1506
|
-
"name": "SchemaFields",
|
|
1507
|
-
"qualifiedName": "SchemaFields",
|
|
1508
|
-
"package": "@xyo-network/payload-model"
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"type": "reference",
|
|
1512
|
-
"name": "PayloadFields",
|
|
1513
|
-
"qualifiedName": "PayloadFields",
|
|
1514
|
-
"package": "@xyo-network/payload-model"
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"type": "reflection",
|
|
1518
|
-
"declaration": {
|
|
1519
|
-
"id": 120,
|
|
1520
|
-
"name": "__type",
|
|
1521
|
-
"kind": 65536,
|
|
1522
|
-
"kindString": "Type literal",
|
|
1523
|
-
"flags": {},
|
|
1524
|
-
"sources": [
|
|
1525
|
-
{
|
|
1526
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1527
|
-
"line": 8,
|
|
1528
|
-
"character": 75
|
|
1529
|
-
}
|
|
1530
|
-
]
|
|
1531
|
-
}
|
|
1532
|
-
},
|
|
1533
|
-
{
|
|
1534
|
-
"type": "reflection",
|
|
1535
|
-
"declaration": {
|
|
1536
|
-
"id": 121,
|
|
1537
|
-
"name": "__type",
|
|
1538
|
-
"kind": 65536,
|
|
1539
|
-
"kindString": "Type literal",
|
|
1540
|
-
"flags": {},
|
|
1541
|
-
"sources": [
|
|
1542
|
-
{
|
|
1543
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1544
|
-
"line": 18,
|
|
1545
|
-
"character": 17
|
|
1546
|
-
}
|
|
1547
|
-
]
|
|
1548
|
-
}
|
|
1549
|
-
}
|
|
1550
|
-
]
|
|
1551
|
-
}
|
|
1552
|
-
],
|
|
1553
|
-
"name": "Module",
|
|
1554
|
-
"qualifiedName": "Module",
|
|
1555
|
-
"package": "@xyo-network/module-model"
|
|
1556
|
-
},
|
|
1557
|
-
"default": {
|
|
1558
|
-
"type": "reference",
|
|
1559
|
-
"typeArguments": [
|
|
1560
|
-
{
|
|
1561
|
-
"type": "intersection",
|
|
1562
|
-
"types": [
|
|
1563
|
-
{
|
|
1564
|
-
"type": "reference",
|
|
1565
|
-
"name": "SchemaFields",
|
|
1566
|
-
"qualifiedName": "SchemaFields",
|
|
1567
|
-
"package": "@xyo-network/payload-model"
|
|
1568
|
-
},
|
|
1569
|
-
{
|
|
1570
|
-
"type": "reference",
|
|
1571
|
-
"name": "PayloadFields",
|
|
1572
|
-
"qualifiedName": "PayloadFields",
|
|
1573
|
-
"package": "@xyo-network/payload-model"
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
"type": "reflection",
|
|
1577
|
-
"declaration": {
|
|
1578
|
-
"id": 122,
|
|
1579
|
-
"name": "__type",
|
|
1580
|
-
"kind": 65536,
|
|
1581
|
-
"kindString": "Type literal",
|
|
1582
|
-
"flags": {},
|
|
1583
|
-
"sources": [
|
|
1584
|
-
{
|
|
1585
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1586
|
-
"line": 8,
|
|
1587
|
-
"character": 75
|
|
1588
|
-
}
|
|
1589
|
-
]
|
|
1590
|
-
}
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"type": "reflection",
|
|
1594
|
-
"declaration": {
|
|
1595
|
-
"id": 123,
|
|
1596
|
-
"name": "__type",
|
|
1597
|
-
"kind": 65536,
|
|
1598
|
-
"kindString": "Type literal",
|
|
1599
|
-
"flags": {},
|
|
1600
|
-
"sources": [
|
|
1601
|
-
{
|
|
1602
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1603
|
-
"line": 18,
|
|
1604
|
-
"character": 17
|
|
1605
|
-
}
|
|
1606
|
-
]
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
]
|
|
1610
|
-
}
|
|
1611
|
-
],
|
|
1612
|
-
"name": "Module",
|
|
1613
|
-
"qualifiedName": "Module",
|
|
1614
|
-
"package": "@xyo-network/module-model"
|
|
1615
|
-
}
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"id": 129,
|
|
1619
|
-
"name": "TWrapper",
|
|
1620
|
-
"kind": 131072,
|
|
1621
|
-
"kindString": "Type parameter",
|
|
1622
|
-
"flags": {},
|
|
1623
|
-
"type": {
|
|
1624
|
-
"type": "reference",
|
|
1625
|
-
"typeArguments": [
|
|
1626
|
-
{
|
|
1627
|
-
"type": "reference",
|
|
1628
|
-
"typeArguments": [
|
|
1452
|
+
"type": "reference",
|
|
1453
|
+
"typeArguments": [
|
|
1629
1454
|
{
|
|
1630
1455
|
"type": "intersection",
|
|
1631
1456
|
"types": [
|
|
@@ -1644,7 +1469,7 @@
|
|
|
1644
1469
|
{
|
|
1645
1470
|
"type": "reflection",
|
|
1646
1471
|
"declaration": {
|
|
1647
|
-
"id":
|
|
1472
|
+
"id": 104,
|
|
1648
1473
|
"name": "__type",
|
|
1649
1474
|
"kind": 65536,
|
|
1650
1475
|
"kindString": "Type literal",
|
|
@@ -1661,7 +1486,7 @@
|
|
|
1661
1486
|
{
|
|
1662
1487
|
"type": "reflection",
|
|
1663
1488
|
"declaration": {
|
|
1664
|
-
"id":
|
|
1489
|
+
"id": 105,
|
|
1665
1490
|
"name": "__type",
|
|
1666
1491
|
"kind": 65536,
|
|
1667
1492
|
"kindString": "Type literal",
|
|
@@ -1684,8 +1509,8 @@
|
|
|
1684
1509
|
},
|
|
1685
1510
|
{
|
|
1686
1511
|
"type": "reference",
|
|
1687
|
-
"id":
|
|
1688
|
-
"name": "
|
|
1512
|
+
"id": 108,
|
|
1513
|
+
"name": "TModuleWrapper"
|
|
1689
1514
|
}
|
|
1690
1515
|
],
|
|
1691
1516
|
"name": "ModuleWrapper",
|
|
@@ -1716,7 +1541,7 @@
|
|
|
1716
1541
|
{
|
|
1717
1542
|
"type": "reflection",
|
|
1718
1543
|
"declaration": {
|
|
1719
|
-
"id":
|
|
1544
|
+
"id": 106,
|
|
1720
1545
|
"name": "__type",
|
|
1721
1546
|
"kind": 65536,
|
|
1722
1547
|
"kindString": "Type literal",
|
|
@@ -1733,7 +1558,7 @@
|
|
|
1733
1558
|
{
|
|
1734
1559
|
"type": "reflection",
|
|
1735
1560
|
"declaration": {
|
|
1736
|
-
"id":
|
|
1561
|
+
"id": 107,
|
|
1737
1562
|
"name": "__type",
|
|
1738
1563
|
"kind": 65536,
|
|
1739
1564
|
"kindString": "Type literal",
|
|
@@ -1759,132 +1584,69 @@
|
|
|
1759
1584
|
"qualifiedName": "ModuleWrapper",
|
|
1760
1585
|
"package": "@xyo-network/module"
|
|
1761
1586
|
}
|
|
1762
|
-
},
|
|
1763
|
-
{
|
|
1764
|
-
"id": 130,
|
|
1765
|
-
"name": "TWrapFunc",
|
|
1766
|
-
"kind": 131072,
|
|
1767
|
-
"kindString": "Type parameter",
|
|
1768
|
-
"flags": {},
|
|
1769
|
-
"type": {
|
|
1770
|
-
"type": "reference",
|
|
1771
|
-
"id": 108,
|
|
1772
|
-
"typeArguments": [
|
|
1773
|
-
{
|
|
1774
|
-
"type": "reference",
|
|
1775
|
-
"id": 124,
|
|
1776
|
-
"name": "TModule"
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"type": "reference",
|
|
1780
|
-
"id": 129,
|
|
1781
|
-
"name": "TWrapper"
|
|
1782
|
-
}
|
|
1783
|
-
],
|
|
1784
|
-
"name": "WrapFunc"
|
|
1785
|
-
},
|
|
1786
|
-
"default": {
|
|
1787
|
-
"type": "reference",
|
|
1788
|
-
"id": 108,
|
|
1789
|
-
"typeArguments": [
|
|
1790
|
-
{
|
|
1791
|
-
"type": "reference",
|
|
1792
|
-
"id": 124,
|
|
1793
|
-
"name": "TModule"
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
"type": "reference",
|
|
1797
|
-
"id": 129,
|
|
1798
|
-
"name": "TWrapper"
|
|
1799
|
-
}
|
|
1800
|
-
],
|
|
1801
|
-
"name": "WrapFunc"
|
|
1802
|
-
}
|
|
1803
1587
|
}
|
|
1804
1588
|
],
|
|
1805
1589
|
"parameters": [
|
|
1806
1590
|
{
|
|
1807
|
-
"id":
|
|
1808
|
-
"name": "
|
|
1591
|
+
"id": 109,
|
|
1592
|
+
"name": "wrapperObject",
|
|
1809
1593
|
"kind": 32768,
|
|
1810
1594
|
"kindString": "Parameter",
|
|
1811
1595
|
"flags": {},
|
|
1812
1596
|
"type": {
|
|
1813
1597
|
"type": "reference",
|
|
1814
|
-
"id":
|
|
1815
|
-
"
|
|
1598
|
+
"id": 94,
|
|
1599
|
+
"typeArguments": [
|
|
1600
|
+
{
|
|
1601
|
+
"type": "reference",
|
|
1602
|
+
"id": 108,
|
|
1603
|
+
"name": "TModuleWrapper"
|
|
1604
|
+
}
|
|
1605
|
+
],
|
|
1606
|
+
"name": "WrapperStatic"
|
|
1816
1607
|
}
|
|
1817
1608
|
},
|
|
1818
1609
|
{
|
|
1819
|
-
"id":
|
|
1820
|
-
"name": "
|
|
1610
|
+
"id": 110,
|
|
1611
|
+
"name": "name",
|
|
1821
1612
|
"kind": 32768,
|
|
1822
1613
|
"kindString": "Parameter",
|
|
1823
|
-
"flags": {
|
|
1614
|
+
"flags": {
|
|
1615
|
+
"isOptional": true
|
|
1616
|
+
},
|
|
1824
1617
|
"type": {
|
|
1825
|
-
"type": "
|
|
1826
|
-
"
|
|
1827
|
-
"name": "NodeFunc"
|
|
1618
|
+
"type": "intrinsic",
|
|
1619
|
+
"name": "string"
|
|
1828
1620
|
}
|
|
1829
1621
|
}
|
|
1830
1622
|
],
|
|
1831
1623
|
"type": {
|
|
1832
1624
|
"type": "reflection",
|
|
1833
1625
|
"declaration": {
|
|
1834
|
-
"id":
|
|
1626
|
+
"id": 111,
|
|
1835
1627
|
"name": "__type",
|
|
1836
1628
|
"kind": 65536,
|
|
1837
1629
|
"kindString": "Type literal",
|
|
1838
1630
|
"flags": {},
|
|
1839
1631
|
"sources": [
|
|
1840
1632
|
{
|
|
1841
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1842
|
-
"line":
|
|
1843
|
-
"character":
|
|
1844
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1848
|
-
"line": 26,
|
|
1849
|
-
"character": 11,
|
|
1850
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L26"
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1854
|
-
"line": 27,
|
|
1855
|
-
"character": 11,
|
|
1856
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L27"
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1860
|
-
"line": 28,
|
|
1861
|
-
"character": 11,
|
|
1862
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L28"
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1866
|
-
"line": 29,
|
|
1867
|
-
"character": 11,
|
|
1868
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L29"
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
1872
|
-
"line": 30,
|
|
1873
|
-
"character": 11,
|
|
1874
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L30"
|
|
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/0192bd3f0/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L18"
|
|
1875
1637
|
}
|
|
1876
1638
|
],
|
|
1877
1639
|
"signatures": [
|
|
1878
1640
|
{
|
|
1879
|
-
"id":
|
|
1641
|
+
"id": 112,
|
|
1880
1642
|
"name": "__type",
|
|
1881
1643
|
"kind": 4096,
|
|
1882
1644
|
"kindString": "Call signature",
|
|
1883
1645
|
"flags": {},
|
|
1884
1646
|
"parameters": [
|
|
1885
1647
|
{
|
|
1886
|
-
"id":
|
|
1887
|
-
"name": "
|
|
1648
|
+
"id": 113,
|
|
1649
|
+
"name": "nameOrAddress",
|
|
1888
1650
|
"kind": 32768,
|
|
1889
1651
|
"kindString": "Parameter",
|
|
1890
1652
|
"flags": {
|
|
@@ -1894,90 +1656,33 @@
|
|
|
1894
1656
|
"type": "intrinsic",
|
|
1895
1657
|
"name": "string"
|
|
1896
1658
|
}
|
|
1897
|
-
}
|
|
1898
|
-
],
|
|
1899
|
-
"type": {
|
|
1900
|
-
"type": "tuple",
|
|
1901
|
-
"elements": [
|
|
1902
|
-
{
|
|
1903
|
-
"type": "union",
|
|
1904
|
-
"types": [
|
|
1905
|
-
{
|
|
1906
|
-
"type": "reference",
|
|
1907
|
-
"id": 124,
|
|
1908
|
-
"name": "TModule"
|
|
1909
|
-
},
|
|
1910
|
-
{
|
|
1911
|
-
"type": "intrinsic",
|
|
1912
|
-
"name": "undefined"
|
|
1913
|
-
}
|
|
1914
|
-
]
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"type": "union",
|
|
1918
|
-
"types": [
|
|
1919
|
-
{
|
|
1920
|
-
"type": "reference",
|
|
1921
|
-
"name": "Error",
|
|
1922
|
-
"qualifiedName": "Error",
|
|
1923
|
-
"package": "typescript"
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"type": "intrinsic",
|
|
1927
|
-
"name": "undefined"
|
|
1928
|
-
}
|
|
1929
|
-
]
|
|
1930
|
-
}
|
|
1931
|
-
]
|
|
1932
|
-
}
|
|
1933
|
-
},
|
|
1934
|
-
{
|
|
1935
|
-
"id": 136,
|
|
1936
|
-
"name": "__type",
|
|
1937
|
-
"kind": 4096,
|
|
1938
|
-
"kindString": "Call signature",
|
|
1939
|
-
"flags": {},
|
|
1940
|
-
"parameters": [
|
|
1659
|
+
},
|
|
1941
1660
|
{
|
|
1942
|
-
"id":
|
|
1943
|
-
"name": "
|
|
1661
|
+
"id": 114,
|
|
1662
|
+
"name": "account",
|
|
1944
1663
|
"kind": 32768,
|
|
1945
1664
|
"kindString": "Parameter",
|
|
1946
|
-
"flags": {
|
|
1665
|
+
"flags": {
|
|
1666
|
+
"isOptional": true
|
|
1667
|
+
},
|
|
1947
1668
|
"type": {
|
|
1948
|
-
"type": "
|
|
1949
|
-
"
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
"name": "undefined"
|
|
1953
|
-
},
|
|
1954
|
-
{
|
|
1955
|
-
"type": "intrinsic",
|
|
1956
|
-
"name": "string"
|
|
1957
|
-
}
|
|
1958
|
-
]
|
|
1669
|
+
"type": "reference",
|
|
1670
|
+
"name": "AccountInstance",
|
|
1671
|
+
"qualifiedName": "AccountInstance",
|
|
1672
|
+
"package": "@xyo-network/account-model"
|
|
1959
1673
|
}
|
|
1960
1674
|
},
|
|
1961
1675
|
{
|
|
1962
|
-
"id":
|
|
1963
|
-
"name": "
|
|
1676
|
+
"id": 115,
|
|
1677
|
+
"name": "spinCheck",
|
|
1964
1678
|
"kind": 32768,
|
|
1965
1679
|
"kindString": "Parameter",
|
|
1966
|
-
"flags": {
|
|
1680
|
+
"flags": {
|
|
1681
|
+
"isOptional": true
|
|
1682
|
+
},
|
|
1967
1683
|
"type": {
|
|
1968
|
-
"type": "
|
|
1969
|
-
"
|
|
1970
|
-
{
|
|
1971
|
-
"type": "literal",
|
|
1972
|
-
"value": true
|
|
1973
|
-
},
|
|
1974
|
-
{
|
|
1975
|
-
"type": "reference",
|
|
1976
|
-
"name": "Account",
|
|
1977
|
-
"qualifiedName": "Account",
|
|
1978
|
-
"package": "@xyo-network/account"
|
|
1979
|
-
}
|
|
1980
|
-
]
|
|
1684
|
+
"type": "intrinsic",
|
|
1685
|
+
"name": "boolean"
|
|
1981
1686
|
}
|
|
1982
1687
|
}
|
|
1983
1688
|
],
|
|
@@ -1987,1025 +1692,34 @@
|
|
|
1987
1692
|
{
|
|
1988
1693
|
"type": "union",
|
|
1989
1694
|
"types": [
|
|
1990
|
-
{
|
|
1991
|
-
"type": "reference",
|
|
1992
|
-
"id": 129,
|
|
1993
|
-
"name": "TWrapper"
|
|
1994
|
-
},
|
|
1995
1695
|
{
|
|
1996
1696
|
"type": "intrinsic",
|
|
1997
1697
|
"name": "undefined"
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
"type": "reference",
|
|
1701
|
+
"id": 108,
|
|
1702
|
+
"name": "TModuleWrapper"
|
|
1998
1703
|
}
|
|
1999
1704
|
]
|
|
2000
1705
|
},
|
|
2001
1706
|
{
|
|
2002
1707
|
"type": "union",
|
|
2003
1708
|
"types": [
|
|
1709
|
+
{
|
|
1710
|
+
"type": "intrinsic",
|
|
1711
|
+
"name": "undefined"
|
|
1712
|
+
},
|
|
2004
1713
|
{
|
|
2005
1714
|
"type": "reference",
|
|
2006
1715
|
"name": "Error",
|
|
2007
1716
|
"qualifiedName": "Error",
|
|
2008
1717
|
"package": "typescript"
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
"type": "intrinsic",
|
|
2012
|
-
"name": "undefined"
|
|
2013
|
-
}
|
|
2014
|
-
]
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
2017
|
-
}
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"id": 139,
|
|
2021
|
-
"name": "__type",
|
|
2022
|
-
"kind": 4096,
|
|
2023
|
-
"kindString": "Call signature",
|
|
2024
|
-
"flags": {},
|
|
2025
|
-
"parameters": [
|
|
2026
|
-
{
|
|
2027
|
-
"id": 140,
|
|
2028
|
-
"name": "wrap",
|
|
2029
|
-
"kind": 32768,
|
|
2030
|
-
"kindString": "Parameter",
|
|
2031
|
-
"flags": {},
|
|
2032
|
-
"type": {
|
|
2033
|
-
"type": "union",
|
|
2034
|
-
"types": [
|
|
2035
|
-
{
|
|
2036
|
-
"type": "literal",
|
|
2037
|
-
"value": true
|
|
2038
|
-
},
|
|
2039
|
-
{
|
|
2040
|
-
"type": "reference",
|
|
2041
|
-
"name": "Account",
|
|
2042
|
-
"qualifiedName": "Account",
|
|
2043
|
-
"package": "@xyo-network/account"
|
|
2044
|
-
}
|
|
2045
|
-
]
|
|
2046
|
-
}
|
|
2047
|
-
}
|
|
2048
|
-
],
|
|
2049
|
-
"type": {
|
|
2050
|
-
"type": "tuple",
|
|
2051
|
-
"elements": [
|
|
2052
|
-
{
|
|
2053
|
-
"type": "union",
|
|
2054
|
-
"types": [
|
|
2055
|
-
{
|
|
2056
|
-
"type": "reference",
|
|
2057
|
-
"id": 129,
|
|
2058
|
-
"name": "TWrapper"
|
|
2059
|
-
},
|
|
2060
|
-
{
|
|
2061
|
-
"type": "intrinsic",
|
|
2062
|
-
"name": "undefined"
|
|
2063
|
-
}
|
|
2064
|
-
]
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"type": "union",
|
|
2068
|
-
"types": [
|
|
2069
|
-
{
|
|
2070
|
-
"type": "reference",
|
|
2071
|
-
"name": "Error",
|
|
2072
|
-
"qualifiedName": "Error",
|
|
2073
|
-
"package": "typescript"
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"type": "intrinsic",
|
|
2077
|
-
"name": "undefined"
|
|
2078
|
-
}
|
|
2079
|
-
]
|
|
2080
|
-
}
|
|
2081
|
-
]
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
"id": 141,
|
|
2086
|
-
"name": "__type",
|
|
2087
|
-
"kind": 4096,
|
|
2088
|
-
"kindString": "Call signature",
|
|
2089
|
-
"flags": {},
|
|
2090
|
-
"parameters": [
|
|
2091
|
-
{
|
|
2092
|
-
"id": 142,
|
|
2093
|
-
"name": "address",
|
|
2094
|
-
"kind": 32768,
|
|
2095
|
-
"kindString": "Parameter",
|
|
2096
|
-
"flags": {},
|
|
2097
|
-
"type": {
|
|
2098
|
-
"type": "intrinsic",
|
|
2099
|
-
"name": "string"
|
|
2100
|
-
}
|
|
2101
|
-
}
|
|
2102
|
-
],
|
|
2103
|
-
"type": {
|
|
2104
|
-
"type": "tuple",
|
|
2105
|
-
"elements": [
|
|
2106
|
-
{
|
|
2107
|
-
"type": "union",
|
|
2108
|
-
"types": [
|
|
2109
|
-
{
|
|
2110
|
-
"type": "reference",
|
|
2111
|
-
"id": 124,
|
|
2112
|
-
"name": "TModule"
|
|
2113
|
-
},
|
|
2114
|
-
{
|
|
2115
|
-
"type": "intrinsic",
|
|
2116
|
-
"name": "undefined"
|
|
2117
|
-
}
|
|
2118
|
-
]
|
|
2119
|
-
},
|
|
2120
|
-
{
|
|
2121
|
-
"type": "union",
|
|
2122
|
-
"types": [
|
|
2123
|
-
{
|
|
2124
|
-
"type": "reference",
|
|
2125
|
-
"name": "Error",
|
|
2126
|
-
"qualifiedName": "Error",
|
|
2127
|
-
"package": "typescript"
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"type": "intrinsic",
|
|
2131
|
-
"name": "undefined"
|
|
2132
|
-
}
|
|
2133
|
-
]
|
|
2134
|
-
}
|
|
2135
|
-
]
|
|
2136
|
-
}
|
|
2137
|
-
},
|
|
2138
|
-
{
|
|
2139
|
-
"id": 143,
|
|
2140
|
-
"name": "__type",
|
|
2141
|
-
"kind": 4096,
|
|
2142
|
-
"kindString": "Call signature",
|
|
2143
|
-
"flags": {},
|
|
2144
|
-
"parameters": [
|
|
2145
|
-
{
|
|
2146
|
-
"id": 144,
|
|
2147
|
-
"name": "address",
|
|
2148
|
-
"kind": 32768,
|
|
2149
|
-
"kindString": "Parameter",
|
|
2150
|
-
"flags": {},
|
|
2151
|
-
"type": {
|
|
2152
|
-
"type": "intrinsic",
|
|
2153
|
-
"name": "string"
|
|
2154
|
-
}
|
|
2155
|
-
},
|
|
2156
|
-
{
|
|
2157
|
-
"id": 145,
|
|
2158
|
-
"name": "wrap",
|
|
2159
|
-
"kind": 32768,
|
|
2160
|
-
"kindString": "Parameter",
|
|
2161
|
-
"flags": {},
|
|
2162
|
-
"type": {
|
|
2163
|
-
"type": "union",
|
|
2164
|
-
"types": [
|
|
2165
|
-
{
|
|
2166
|
-
"type": "literal",
|
|
2167
|
-
"value": true
|
|
2168
|
-
},
|
|
2169
|
-
{
|
|
2170
|
-
"type": "reference",
|
|
2171
|
-
"name": "Account",
|
|
2172
|
-
"qualifiedName": "Account",
|
|
2173
|
-
"package": "@xyo-network/account"
|
|
2174
|
-
}
|
|
2175
|
-
]
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2178
|
-
],
|
|
2179
|
-
"type": {
|
|
2180
|
-
"type": "tuple",
|
|
2181
|
-
"elements": [
|
|
2182
|
-
{
|
|
2183
|
-
"type": "union",
|
|
2184
|
-
"types": [
|
|
2185
|
-
{
|
|
2186
|
-
"type": "reference",
|
|
2187
|
-
"id": 129,
|
|
2188
|
-
"name": "TWrapper"
|
|
2189
|
-
},
|
|
2190
|
-
{
|
|
2191
|
-
"type": "intrinsic",
|
|
2192
|
-
"name": "undefined"
|
|
2193
|
-
}
|
|
2194
|
-
]
|
|
2195
|
-
},
|
|
2196
|
-
{
|
|
2197
|
-
"type": "union",
|
|
2198
|
-
"types": [
|
|
2199
|
-
{
|
|
2200
|
-
"type": "reference",
|
|
2201
|
-
"name": "Error",
|
|
2202
|
-
"qualifiedName": "Error",
|
|
2203
|
-
"package": "typescript"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"type": "intrinsic",
|
|
2207
|
-
"name": "undefined"
|
|
2208
|
-
}
|
|
2209
|
-
]
|
|
2210
|
-
}
|
|
2211
|
-
]
|
|
2212
|
-
}
|
|
2213
|
-
}
|
|
2214
|
-
]
|
|
2215
|
-
}
|
|
2216
|
-
}
|
|
2217
|
-
}
|
|
2218
|
-
]
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"id": 67,
|
|
2222
|
-
"name": "useArchiveArchivists",
|
|
2223
|
-
"kind": 64,
|
|
2224
|
-
"kindString": "Function",
|
|
2225
|
-
"flags": {},
|
|
2226
|
-
"sources": [
|
|
2227
|
-
{
|
|
2228
|
-
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
2229
|
-
"line": 44,
|
|
2230
|
-
"character": 13,
|
|
2231
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L44"
|
|
2232
|
-
}
|
|
2233
|
-
],
|
|
2234
|
-
"signatures": [
|
|
2235
|
-
{
|
|
2236
|
-
"id": 68,
|
|
2237
|
-
"name": "useArchiveArchivists",
|
|
2238
|
-
"kind": 4096,
|
|
2239
|
-
"kindString": "Call signature",
|
|
2240
|
-
"flags": {},
|
|
2241
|
-
"parameters": [
|
|
2242
|
-
{
|
|
2243
|
-
"id": 69,
|
|
2244
|
-
"name": "archiveName",
|
|
2245
|
-
"kind": 32768,
|
|
2246
|
-
"kindString": "Parameter",
|
|
2247
|
-
"flags": {
|
|
2248
|
-
"isOptional": true
|
|
2249
|
-
},
|
|
2250
|
-
"type": {
|
|
2251
|
-
"type": "intrinsic",
|
|
2252
|
-
"name": "string"
|
|
2253
|
-
}
|
|
2254
|
-
},
|
|
2255
|
-
{
|
|
2256
|
-
"id": 70,
|
|
2257
|
-
"name": "refresher",
|
|
2258
|
-
"kind": 32768,
|
|
2259
|
-
"kindString": "Parameter",
|
|
2260
|
-
"flags": {
|
|
2261
|
-
"isOptional": true
|
|
2262
|
-
},
|
|
2263
|
-
"type": {
|
|
2264
|
-
"type": "intrinsic",
|
|
2265
|
-
"name": "unknown"
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
{
|
|
2269
|
-
"id": 71,
|
|
2270
|
-
"name": "refreshAddresses",
|
|
2271
|
-
"kind": 32768,
|
|
2272
|
-
"kindString": "Parameter",
|
|
2273
|
-
"flags": {
|
|
2274
|
-
"isOptional": true
|
|
2275
|
-
},
|
|
2276
|
-
"type": {
|
|
2277
|
-
"type": "array",
|
|
2278
|
-
"elementType": {
|
|
2279
|
-
"type": "intrinsic",
|
|
2280
|
-
"name": "string"
|
|
2281
|
-
}
|
|
2282
|
-
}
|
|
2283
|
-
}
|
|
2284
|
-
],
|
|
2285
|
-
"type": {
|
|
2286
|
-
"type": "union",
|
|
2287
|
-
"types": [
|
|
2288
|
-
{
|
|
2289
|
-
"type": "intrinsic",
|
|
2290
|
-
"name": "undefined"
|
|
2291
|
-
},
|
|
2292
|
-
{
|
|
2293
|
-
"type": "reference",
|
|
2294
|
-
"name": "UseArchiveArchivists"
|
|
2295
|
-
}
|
|
2296
|
-
]
|
|
2297
|
-
}
|
|
2298
|
-
}
|
|
2299
|
-
]
|
|
2300
|
-
},
|
|
2301
|
-
{
|
|
2302
|
-
"id": 63,
|
|
2303
|
-
"name": "useArchiveArchivistsRaw",
|
|
2304
|
-
"kind": 64,
|
|
2305
|
-
"kindString": "Function",
|
|
2306
|
-
"flags": {},
|
|
2307
|
-
"sources": [
|
|
2308
|
-
{
|
|
2309
|
-
"fileName": "packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx",
|
|
2310
|
-
"line": 13,
|
|
2311
|
-
"character": 13,
|
|
2312
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useArchiveArchivists.tsx#L13"
|
|
2313
|
-
}
|
|
2314
|
-
],
|
|
2315
|
-
"signatures": [
|
|
2316
|
-
{
|
|
2317
|
-
"id": 64,
|
|
2318
|
-
"name": "useArchiveArchivistsRaw",
|
|
2319
|
-
"kind": 4096,
|
|
2320
|
-
"kindString": "Call signature",
|
|
2321
|
-
"flags": {},
|
|
2322
|
-
"parameters": [
|
|
2323
|
-
{
|
|
2324
|
-
"id": 65,
|
|
2325
|
-
"name": "archiveName",
|
|
2326
|
-
"kind": 32768,
|
|
2327
|
-
"kindString": "Parameter",
|
|
2328
|
-
"flags": {
|
|
2329
|
-
"isOptional": true
|
|
2330
|
-
},
|
|
2331
|
-
"type": {
|
|
2332
|
-
"type": "intrinsic",
|
|
2333
|
-
"name": "string"
|
|
2334
|
-
}
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"id": 66,
|
|
2338
|
-
"name": "refresher",
|
|
2339
|
-
"kind": 32768,
|
|
2340
|
-
"kindString": "Parameter",
|
|
2341
|
-
"flags": {
|
|
2342
|
-
"isOptional": true
|
|
2343
|
-
},
|
|
2344
|
-
"type": {
|
|
2345
|
-
"type": "intrinsic",
|
|
2346
|
-
"name": "unknown"
|
|
2347
|
-
}
|
|
2348
|
-
}
|
|
2349
|
-
],
|
|
2350
|
-
"type": {
|
|
2351
|
-
"type": "union",
|
|
2352
|
-
"types": [
|
|
2353
|
-
{
|
|
2354
|
-
"type": "intrinsic",
|
|
2355
|
-
"name": "undefined"
|
|
2356
|
-
},
|
|
2357
|
-
{
|
|
2358
|
-
"type": "reference",
|
|
2359
|
-
"name": "UseArchiveArchivists"
|
|
2360
|
-
}
|
|
2361
|
-
]
|
|
2362
|
-
}
|
|
2363
|
-
}
|
|
2364
|
-
]
|
|
2365
|
-
},
|
|
2366
|
-
{
|
|
2367
|
-
"id": 72,
|
|
2368
|
-
"name": "useArchivistModule",
|
|
2369
|
-
"kind": 64,
|
|
2370
|
-
"kindString": "Function",
|
|
2371
|
-
"flags": {},
|
|
2372
|
-
"sources": [
|
|
2373
|
-
{
|
|
2374
|
-
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModule.ts",
|
|
2375
|
-
"line": 6,
|
|
2376
|
-
"character": 13,
|
|
2377
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useArchivistModule.ts#L6"
|
|
2378
|
-
}
|
|
2379
|
-
],
|
|
2380
|
-
"signatures": [
|
|
2381
|
-
{
|
|
2382
|
-
"id": 73,
|
|
2383
|
-
"name": "useArchivistModule",
|
|
2384
|
-
"kind": 4096,
|
|
2385
|
-
"kindString": "Call signature",
|
|
2386
|
-
"flags": {},
|
|
2387
|
-
"parameters": [
|
|
2388
|
-
{
|
|
2389
|
-
"id": 74,
|
|
2390
|
-
"name": "filter",
|
|
2391
|
-
"kind": 32768,
|
|
2392
|
-
"kindString": "Parameter",
|
|
2393
|
-
"flags": {
|
|
2394
|
-
"isOptional": true
|
|
2395
|
-
},
|
|
2396
|
-
"type": {
|
|
2397
|
-
"type": "reference",
|
|
2398
|
-
"name": "ModuleFilter",
|
|
2399
|
-
"qualifiedName": "ModuleFilter",
|
|
2400
|
-
"package": "@xyo-network/module-model"
|
|
2401
|
-
}
|
|
2402
|
-
}
|
|
2403
|
-
],
|
|
2404
|
-
"type": {
|
|
2405
|
-
"type": "union",
|
|
2406
|
-
"types": [
|
|
2407
|
-
{
|
|
2408
|
-
"type": "intrinsic",
|
|
2409
|
-
"name": "undefined"
|
|
2410
|
-
},
|
|
2411
|
-
{
|
|
2412
|
-
"type": "reference",
|
|
2413
|
-
"name": "ArchivistWrapper",
|
|
2414
|
-
"qualifiedName": "ArchivistWrapper",
|
|
2415
|
-
"package": "@xyo-network/archivist-wrapper"
|
|
2416
|
-
}
|
|
2417
|
-
]
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
]
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"id": 75,
|
|
2424
|
-
"name": "useArchivistModules",
|
|
2425
|
-
"kind": 64,
|
|
2426
|
-
"kindString": "Function",
|
|
2427
|
-
"flags": {},
|
|
2428
|
-
"sources": [
|
|
2429
|
-
{
|
|
2430
|
-
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModules.ts",
|
|
2431
|
-
"line": 5,
|
|
2432
|
-
"character": 13,
|
|
2433
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useArchivistModules.ts#L5"
|
|
2434
|
-
}
|
|
2435
|
-
],
|
|
2436
|
-
"signatures": [
|
|
2437
|
-
{
|
|
2438
|
-
"id": 76,
|
|
2439
|
-
"name": "useArchivistModules",
|
|
2440
|
-
"kind": 4096,
|
|
2441
|
-
"kindString": "Call signature",
|
|
2442
|
-
"flags": {},
|
|
2443
|
-
"type": {
|
|
2444
|
-
"type": "union",
|
|
2445
|
-
"types": [
|
|
2446
|
-
{
|
|
2447
|
-
"type": "intrinsic",
|
|
2448
|
-
"name": "undefined"
|
|
2449
|
-
},
|
|
2450
|
-
{
|
|
2451
|
-
"type": "array",
|
|
2452
|
-
"elementType": {
|
|
2453
|
-
"type": "reference",
|
|
2454
|
-
"name": "ArchivistWrapper",
|
|
2455
|
-
"qualifiedName": "ArchivistWrapper",
|
|
2456
|
-
"package": "@xyo-network/archivist-wrapper"
|
|
2457
|
-
}
|
|
2458
|
-
}
|
|
2459
|
-
]
|
|
2460
|
-
}
|
|
2461
|
-
}
|
|
2462
|
-
]
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"id": 77,
|
|
2466
|
-
"name": "useDivinerModule",
|
|
2467
|
-
"kind": 64,
|
|
2468
|
-
"kindString": "Function",
|
|
2469
|
-
"flags": {},
|
|
2470
|
-
"sources": [
|
|
2471
|
-
{
|
|
2472
|
-
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModule.ts",
|
|
2473
|
-
"line": 6,
|
|
2474
|
-
"character": 13,
|
|
2475
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useDivinerModule.ts#L6"
|
|
2476
|
-
}
|
|
2477
|
-
],
|
|
2478
|
-
"signatures": [
|
|
2479
|
-
{
|
|
2480
|
-
"id": 78,
|
|
2481
|
-
"name": "useDivinerModule",
|
|
2482
|
-
"kind": 4096,
|
|
2483
|
-
"kindString": "Call signature",
|
|
2484
|
-
"flags": {},
|
|
2485
|
-
"parameters": [
|
|
2486
|
-
{
|
|
2487
|
-
"id": 79,
|
|
2488
|
-
"name": "filter",
|
|
2489
|
-
"kind": 32768,
|
|
2490
|
-
"kindString": "Parameter",
|
|
2491
|
-
"flags": {
|
|
2492
|
-
"isOptional": true
|
|
2493
|
-
},
|
|
2494
|
-
"type": {
|
|
2495
|
-
"type": "reference",
|
|
2496
|
-
"name": "ModuleFilter",
|
|
2497
|
-
"qualifiedName": "ModuleFilter",
|
|
2498
|
-
"package": "@xyo-network/module-model"
|
|
2499
|
-
}
|
|
2500
|
-
}
|
|
2501
|
-
],
|
|
2502
|
-
"type": {
|
|
2503
|
-
"type": "union",
|
|
2504
|
-
"types": [
|
|
2505
|
-
{
|
|
2506
|
-
"type": "intrinsic",
|
|
2507
|
-
"name": "undefined"
|
|
2508
|
-
},
|
|
2509
|
-
{
|
|
2510
|
-
"type": "reference",
|
|
2511
|
-
"name": "DivinerWrapper",
|
|
2512
|
-
"qualifiedName": "DivinerWrapper",
|
|
2513
|
-
"package": "@xyo-network/diviner-wrapper"
|
|
2514
|
-
}
|
|
2515
|
-
]
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2518
|
-
]
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"id": 80,
|
|
2522
|
-
"name": "useDivinerModules",
|
|
2523
|
-
"kind": 64,
|
|
2524
|
-
"kindString": "Function",
|
|
2525
|
-
"flags": {},
|
|
2526
|
-
"sources": [
|
|
2527
|
-
{
|
|
2528
|
-
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModules.ts",
|
|
2529
|
-
"line": 6,
|
|
2530
|
-
"character": 13,
|
|
2531
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useDivinerModules.ts#L6"
|
|
2532
|
-
}
|
|
2533
|
-
],
|
|
2534
|
-
"signatures": [
|
|
2535
|
-
{
|
|
2536
|
-
"id": 81,
|
|
2537
|
-
"name": "useDivinerModules",
|
|
2538
|
-
"kind": 4096,
|
|
2539
|
-
"kindString": "Call signature",
|
|
2540
|
-
"flags": {},
|
|
2541
|
-
"type": {
|
|
2542
|
-
"type": "union",
|
|
2543
|
-
"types": [
|
|
2544
|
-
{
|
|
2545
|
-
"type": "intrinsic",
|
|
2546
|
-
"name": "undefined"
|
|
2547
|
-
},
|
|
2548
|
-
{
|
|
2549
|
-
"type": "array",
|
|
2550
|
-
"elementType": {
|
|
2551
|
-
"type": "reference",
|
|
2552
|
-
"name": "DivinerWrapper",
|
|
2553
|
-
"qualifiedName": "DivinerWrapper",
|
|
2554
|
-
"package": "@xyo-network/diviner-wrapper"
|
|
2555
|
-
}
|
|
2556
|
-
}
|
|
2557
|
-
]
|
|
2558
|
-
}
|
|
2559
|
-
}
|
|
2560
|
-
]
|
|
2561
|
-
},
|
|
2562
|
-
{
|
|
2563
|
-
"id": 82,
|
|
2564
|
-
"name": "useMemoryNodeUpdates",
|
|
2565
|
-
"kind": 64,
|
|
2566
|
-
"kindString": "Function",
|
|
2567
|
-
"flags": {},
|
|
2568
|
-
"sources": [
|
|
2569
|
-
{
|
|
2570
|
-
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
2571
|
-
"line": 13,
|
|
2572
|
-
"character": 13,
|
|
2573
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2574
|
-
}
|
|
2575
|
-
],
|
|
2576
|
-
"signatures": [
|
|
2577
|
-
{
|
|
2578
|
-
"id": 83,
|
|
2579
|
-
"name": "useMemoryNodeUpdates",
|
|
2580
|
-
"kind": 4096,
|
|
2581
|
-
"kindString": "Call signature",
|
|
2582
|
-
"flags": {},
|
|
2583
|
-
"parameters": [
|
|
2584
|
-
{
|
|
2585
|
-
"id": 84,
|
|
2586
|
-
"name": "refreshAddresses",
|
|
2587
|
-
"kind": 32768,
|
|
2588
|
-
"kindString": "Parameter",
|
|
2589
|
-
"flags": {
|
|
2590
|
-
"isOptional": true
|
|
2591
|
-
},
|
|
2592
|
-
"type": {
|
|
2593
|
-
"type": "array",
|
|
2594
|
-
"elementType": {
|
|
2595
|
-
"type": "intrinsic",
|
|
2596
|
-
"name": "string"
|
|
2597
|
-
}
|
|
2598
|
-
}
|
|
2599
|
-
}
|
|
2600
|
-
],
|
|
2601
|
-
"type": {
|
|
2602
|
-
"type": "reference",
|
|
2603
|
-
"name": "UseMemoryNodeUpdates"
|
|
2604
|
-
}
|
|
2605
|
-
}
|
|
2606
|
-
]
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"id": 85,
|
|
2610
|
-
"name": "useModule",
|
|
2611
|
-
"kind": 64,
|
|
2612
|
-
"kindString": "Function",
|
|
2613
|
-
"flags": {},
|
|
2614
|
-
"sources": [
|
|
2615
|
-
{
|
|
2616
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
2617
|
-
"line": 5,
|
|
2618
|
-
"character": 13,
|
|
2619
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useModule.tsx#L5"
|
|
2620
|
-
}
|
|
2621
|
-
],
|
|
2622
|
-
"signatures": [
|
|
2623
|
-
{
|
|
2624
|
-
"id": 86,
|
|
2625
|
-
"name": "useModule",
|
|
2626
|
-
"kind": 4096,
|
|
2627
|
-
"kindString": "Call signature",
|
|
2628
|
-
"flags": {},
|
|
2629
|
-
"parameters": [
|
|
2630
|
-
{
|
|
2631
|
-
"id": 87,
|
|
2632
|
-
"name": "name",
|
|
2633
|
-
"kind": 32768,
|
|
2634
|
-
"kindString": "Parameter",
|
|
2635
|
-
"flags": {
|
|
2636
|
-
"isOptional": true
|
|
2637
|
-
},
|
|
2638
|
-
"type": {
|
|
2639
|
-
"type": "intrinsic",
|
|
2640
|
-
"name": "string"
|
|
2641
|
-
}
|
|
2642
|
-
}
|
|
2643
|
-
],
|
|
2644
|
-
"type": {
|
|
2645
|
-
"type": "tuple",
|
|
2646
|
-
"elements": [
|
|
2647
|
-
{
|
|
2648
|
-
"type": "union",
|
|
2649
|
-
"types": [
|
|
2650
|
-
{
|
|
2651
|
-
"type": "reference",
|
|
2652
|
-
"id": 124,
|
|
2653
|
-
"name": "TModule"
|
|
2654
|
-
},
|
|
2655
|
-
{
|
|
2656
|
-
"type": "intrinsic",
|
|
2657
|
-
"name": "undefined"
|
|
2658
|
-
}
|
|
2659
|
-
]
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"type": "union",
|
|
2663
|
-
"types": [
|
|
2664
|
-
{
|
|
2665
|
-
"type": "reference",
|
|
2666
|
-
"name": "Error",
|
|
2667
|
-
"qualifiedName": "Error",
|
|
2668
|
-
"package": "typescript"
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"type": "intrinsic",
|
|
2672
|
-
"name": "undefined"
|
|
2673
|
-
}
|
|
2674
|
-
]
|
|
2675
|
-
}
|
|
2676
|
-
]
|
|
2677
|
-
}
|
|
2678
|
-
},
|
|
2679
|
-
{
|
|
2680
|
-
"id": 88,
|
|
2681
|
-
"name": "useModule",
|
|
2682
|
-
"kind": 4096,
|
|
2683
|
-
"kindString": "Call signature",
|
|
2684
|
-
"flags": {},
|
|
2685
|
-
"parameters": [
|
|
2686
|
-
{
|
|
2687
|
-
"id": 89,
|
|
2688
|
-
"name": "name",
|
|
2689
|
-
"kind": 32768,
|
|
2690
|
-
"kindString": "Parameter",
|
|
2691
|
-
"flags": {},
|
|
2692
|
-
"type": {
|
|
2693
|
-
"type": "union",
|
|
2694
|
-
"types": [
|
|
2695
|
-
{
|
|
2696
|
-
"type": "intrinsic",
|
|
2697
|
-
"name": "undefined"
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"type": "intrinsic",
|
|
2701
|
-
"name": "string"
|
|
2702
|
-
}
|
|
2703
|
-
]
|
|
2704
|
-
}
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"id": 90,
|
|
2708
|
-
"name": "wrap",
|
|
2709
|
-
"kind": 32768,
|
|
2710
|
-
"kindString": "Parameter",
|
|
2711
|
-
"flags": {},
|
|
2712
|
-
"type": {
|
|
2713
|
-
"type": "union",
|
|
2714
|
-
"types": [
|
|
2715
|
-
{
|
|
2716
|
-
"type": "literal",
|
|
2717
|
-
"value": true
|
|
2718
|
-
},
|
|
2719
|
-
{
|
|
2720
|
-
"type": "reference",
|
|
2721
|
-
"name": "Account",
|
|
2722
|
-
"qualifiedName": "Account",
|
|
2723
|
-
"package": "@xyo-network/account"
|
|
2724
|
-
}
|
|
2725
|
-
]
|
|
2726
|
-
}
|
|
2727
|
-
}
|
|
2728
|
-
],
|
|
2729
|
-
"type": {
|
|
2730
|
-
"type": "tuple",
|
|
2731
|
-
"elements": [
|
|
2732
|
-
{
|
|
2733
|
-
"type": "union",
|
|
2734
|
-
"types": [
|
|
2735
|
-
{
|
|
2736
|
-
"type": "reference",
|
|
2737
|
-
"id": 129,
|
|
2738
|
-
"name": "TWrapper"
|
|
2739
|
-
},
|
|
2740
|
-
{
|
|
2741
|
-
"type": "intrinsic",
|
|
2742
|
-
"name": "undefined"
|
|
2743
|
-
}
|
|
2744
|
-
]
|
|
2745
|
-
},
|
|
2746
|
-
{
|
|
2747
|
-
"type": "union",
|
|
2748
|
-
"types": [
|
|
2749
|
-
{
|
|
2750
|
-
"type": "reference",
|
|
2751
|
-
"name": "Error",
|
|
2752
|
-
"qualifiedName": "Error",
|
|
2753
|
-
"package": "typescript"
|
|
2754
|
-
},
|
|
2755
|
-
{
|
|
2756
|
-
"type": "intrinsic",
|
|
2757
|
-
"name": "undefined"
|
|
2758
|
-
}
|
|
2759
|
-
]
|
|
2760
|
-
}
|
|
2761
|
-
]
|
|
2762
|
-
}
|
|
2763
|
-
},
|
|
2764
|
-
{
|
|
2765
|
-
"id": 91,
|
|
2766
|
-
"name": "useModule",
|
|
2767
|
-
"kind": 4096,
|
|
2768
|
-
"kindString": "Call signature",
|
|
2769
|
-
"flags": {},
|
|
2770
|
-
"parameters": [
|
|
2771
|
-
{
|
|
2772
|
-
"id": 92,
|
|
2773
|
-
"name": "wrap",
|
|
2774
|
-
"kind": 32768,
|
|
2775
|
-
"kindString": "Parameter",
|
|
2776
|
-
"flags": {},
|
|
2777
|
-
"type": {
|
|
2778
|
-
"type": "union",
|
|
2779
|
-
"types": [
|
|
2780
|
-
{
|
|
2781
|
-
"type": "literal",
|
|
2782
|
-
"value": true
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"type": "reference",
|
|
2786
|
-
"name": "Account",
|
|
2787
|
-
"qualifiedName": "Account",
|
|
2788
|
-
"package": "@xyo-network/account"
|
|
2789
|
-
}
|
|
2790
|
-
]
|
|
2791
|
-
}
|
|
2792
|
-
}
|
|
2793
|
-
],
|
|
2794
|
-
"type": {
|
|
2795
|
-
"type": "tuple",
|
|
2796
|
-
"elements": [
|
|
2797
|
-
{
|
|
2798
|
-
"type": "union",
|
|
2799
|
-
"types": [
|
|
2800
|
-
{
|
|
2801
|
-
"type": "reference",
|
|
2802
|
-
"id": 129,
|
|
2803
|
-
"name": "TWrapper"
|
|
2804
|
-
},
|
|
2805
|
-
{
|
|
2806
|
-
"type": "intrinsic",
|
|
2807
|
-
"name": "undefined"
|
|
2808
|
-
}
|
|
2809
|
-
]
|
|
2810
|
-
},
|
|
2811
|
-
{
|
|
2812
|
-
"type": "union",
|
|
2813
|
-
"types": [
|
|
2814
|
-
{
|
|
2815
|
-
"type": "reference",
|
|
2816
|
-
"name": "Error",
|
|
2817
|
-
"qualifiedName": "Error",
|
|
2818
|
-
"package": "typescript"
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"type": "intrinsic",
|
|
2822
|
-
"name": "undefined"
|
|
2823
|
-
}
|
|
2824
|
-
]
|
|
2825
|
-
}
|
|
2826
|
-
]
|
|
2827
|
-
}
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
"id": 93,
|
|
2831
|
-
"name": "useModule",
|
|
2832
|
-
"kind": 4096,
|
|
2833
|
-
"kindString": "Call signature",
|
|
2834
|
-
"flags": {},
|
|
2835
|
-
"parameters": [
|
|
2836
|
-
{
|
|
2837
|
-
"id": 94,
|
|
2838
|
-
"name": "address",
|
|
2839
|
-
"kind": 32768,
|
|
2840
|
-
"kindString": "Parameter",
|
|
2841
|
-
"flags": {},
|
|
2842
|
-
"type": {
|
|
2843
|
-
"type": "intrinsic",
|
|
2844
|
-
"name": "string"
|
|
2845
|
-
}
|
|
2846
|
-
}
|
|
2847
|
-
],
|
|
2848
|
-
"type": {
|
|
2849
|
-
"type": "tuple",
|
|
2850
|
-
"elements": [
|
|
2851
|
-
{
|
|
2852
|
-
"type": "union",
|
|
2853
|
-
"types": [
|
|
2854
|
-
{
|
|
2855
|
-
"type": "reference",
|
|
2856
|
-
"id": 124,
|
|
2857
|
-
"name": "TModule"
|
|
2858
|
-
},
|
|
2859
|
-
{
|
|
2860
|
-
"type": "intrinsic",
|
|
2861
|
-
"name": "undefined"
|
|
2862
|
-
}
|
|
2863
|
-
]
|
|
2864
|
-
},
|
|
2865
|
-
{
|
|
2866
|
-
"type": "union",
|
|
2867
|
-
"types": [
|
|
2868
|
-
{
|
|
2869
|
-
"type": "reference",
|
|
2870
|
-
"name": "Error",
|
|
2871
|
-
"qualifiedName": "Error",
|
|
2872
|
-
"package": "typescript"
|
|
2873
|
-
},
|
|
2874
|
-
{
|
|
2875
|
-
"type": "intrinsic",
|
|
2876
|
-
"name": "undefined"
|
|
2877
|
-
}
|
|
2878
|
-
]
|
|
2879
|
-
}
|
|
2880
|
-
]
|
|
2881
|
-
}
|
|
2882
|
-
},
|
|
2883
|
-
{
|
|
2884
|
-
"id": 95,
|
|
2885
|
-
"name": "useModule",
|
|
2886
|
-
"kind": 4096,
|
|
2887
|
-
"kindString": "Call signature",
|
|
2888
|
-
"flags": {},
|
|
2889
|
-
"parameters": [
|
|
2890
|
-
{
|
|
2891
|
-
"id": 96,
|
|
2892
|
-
"name": "address",
|
|
2893
|
-
"kind": 32768,
|
|
2894
|
-
"kindString": "Parameter",
|
|
2895
|
-
"flags": {},
|
|
2896
|
-
"type": {
|
|
2897
|
-
"type": "intrinsic",
|
|
2898
|
-
"name": "string"
|
|
2899
|
-
}
|
|
2900
|
-
},
|
|
2901
|
-
{
|
|
2902
|
-
"id": 97,
|
|
2903
|
-
"name": "wrap",
|
|
2904
|
-
"kind": 32768,
|
|
2905
|
-
"kindString": "Parameter",
|
|
2906
|
-
"flags": {},
|
|
2907
|
-
"type": {
|
|
2908
|
-
"type": "union",
|
|
2909
|
-
"types": [
|
|
2910
|
-
{
|
|
2911
|
-
"type": "literal",
|
|
2912
|
-
"value": true
|
|
2913
|
-
},
|
|
2914
|
-
{
|
|
2915
|
-
"type": "reference",
|
|
2916
|
-
"name": "Account",
|
|
2917
|
-
"qualifiedName": "Account",
|
|
2918
|
-
"package": "@xyo-network/account"
|
|
2919
|
-
}
|
|
2920
|
-
]
|
|
2921
|
-
}
|
|
2922
|
-
}
|
|
2923
|
-
],
|
|
2924
|
-
"type": {
|
|
2925
|
-
"type": "tuple",
|
|
2926
|
-
"elements": [
|
|
2927
|
-
{
|
|
2928
|
-
"type": "union",
|
|
2929
|
-
"types": [
|
|
2930
|
-
{
|
|
2931
|
-
"type": "reference",
|
|
2932
|
-
"id": 129,
|
|
2933
|
-
"name": "TWrapper"
|
|
2934
|
-
},
|
|
2935
|
-
{
|
|
2936
|
-
"type": "intrinsic",
|
|
2937
|
-
"name": "undefined"
|
|
2938
|
-
}
|
|
2939
|
-
]
|
|
2940
|
-
},
|
|
2941
|
-
{
|
|
2942
|
-
"type": "union",
|
|
2943
|
-
"types": [
|
|
2944
|
-
{
|
|
2945
|
-
"type": "reference",
|
|
2946
|
-
"name": "Error",
|
|
2947
|
-
"qualifiedName": "Error",
|
|
2948
|
-
"package": "typescript"
|
|
2949
|
-
},
|
|
2950
|
-
{
|
|
2951
|
-
"type": "intrinsic",
|
|
2952
|
-
"name": "undefined"
|
|
2953
|
-
}
|
|
2954
|
-
]
|
|
2955
|
-
}
|
|
2956
|
-
]
|
|
2957
|
-
}
|
|
2958
|
-
}
|
|
2959
|
-
]
|
|
2960
|
-
},
|
|
2961
|
-
{
|
|
2962
|
-
"id": 98,
|
|
2963
|
-
"name": "useModuleAddresses",
|
|
2964
|
-
"kind": 64,
|
|
2965
|
-
"kindString": "Function",
|
|
2966
|
-
"flags": {},
|
|
2967
|
-
"sources": [
|
|
2968
|
-
{
|
|
2969
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModuleAddresses.ts",
|
|
2970
|
-
"line": 6,
|
|
2971
|
-
"character": 13,
|
|
2972
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useModuleAddresses.ts#L6"
|
|
2973
|
-
}
|
|
2974
|
-
],
|
|
2975
|
-
"signatures": [
|
|
2976
|
-
{
|
|
2977
|
-
"id": 99,
|
|
2978
|
-
"name": "useModuleAddresses",
|
|
2979
|
-
"kind": 4096,
|
|
2980
|
-
"kindString": "Call signature",
|
|
2981
|
-
"flags": {},
|
|
2982
|
-
"type": {
|
|
2983
|
-
"type": "array",
|
|
2984
|
-
"elementType": {
|
|
2985
|
-
"type": "union",
|
|
2986
|
-
"types": [
|
|
2987
|
-
{
|
|
2988
|
-
"type": "intrinsic",
|
|
2989
|
-
"name": "undefined"
|
|
2990
|
-
},
|
|
2991
|
-
{
|
|
2992
|
-
"type": "reference",
|
|
2993
|
-
"typeArguments": [
|
|
2994
|
-
{
|
|
2995
|
-
"type": "array",
|
|
2996
|
-
"elementType": {
|
|
2997
|
-
"type": "intrinsic",
|
|
2998
|
-
"name": "string"
|
|
1718
|
+
}
|
|
1719
|
+
]
|
|
2999
1720
|
}
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
"type": "intrinsic",
|
|
3003
|
-
"name": "never"
|
|
3004
|
-
}
|
|
3005
|
-
],
|
|
3006
|
-
"name": "Promisable",
|
|
3007
|
-
"qualifiedName": "Promisable",
|
|
3008
|
-
"package": "@xyo-network/promise"
|
|
1721
|
+
]
|
|
1722
|
+
}
|
|
3009
1723
|
}
|
|
3010
1724
|
]
|
|
3011
1725
|
}
|
|
@@ -3014,94 +1728,76 @@
|
|
|
3014
1728
|
]
|
|
3015
1729
|
},
|
|
3016
1730
|
{
|
|
3017
|
-
"id":
|
|
3018
|
-
"name": "
|
|
1731
|
+
"id": 63,
|
|
1732
|
+
"name": "useMemoryNodeUpdates",
|
|
3019
1733
|
"kind": 64,
|
|
3020
1734
|
"kindString": "Function",
|
|
3021
1735
|
"flags": {},
|
|
3022
1736
|
"sources": [
|
|
3023
1737
|
{
|
|
3024
|
-
"fileName": "packages/modules/packages/node/src/
|
|
3025
|
-
"line":
|
|
1738
|
+
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
1739
|
+
"line": 13,
|
|
3026
1740
|
"character": 13,
|
|
3027
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1741
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
3028
1742
|
}
|
|
3029
1743
|
],
|
|
3030
1744
|
"signatures": [
|
|
3031
1745
|
{
|
|
3032
|
-
"id":
|
|
3033
|
-
"name": "
|
|
1746
|
+
"id": 64,
|
|
1747
|
+
"name": "useMemoryNodeUpdates",
|
|
3034
1748
|
"kind": 4096,
|
|
3035
1749
|
"kindString": "Call signature",
|
|
3036
1750
|
"flags": {},
|
|
3037
1751
|
"parameters": [
|
|
3038
1752
|
{
|
|
3039
|
-
"id":
|
|
3040
|
-
"name": "
|
|
1753
|
+
"id": 65,
|
|
1754
|
+
"name": "refreshAddresses",
|
|
3041
1755
|
"kind": 32768,
|
|
3042
1756
|
"kindString": "Parameter",
|
|
3043
|
-
"flags": {
|
|
3044
|
-
|
|
3045
|
-
"type": "intrinsic",
|
|
3046
|
-
"name": "boolean"
|
|
1757
|
+
"flags": {
|
|
1758
|
+
"isOptional": true
|
|
3047
1759
|
},
|
|
3048
|
-
"
|
|
1760
|
+
"type": {
|
|
1761
|
+
"type": "array",
|
|
1762
|
+
"elementType": {
|
|
1763
|
+
"type": "intrinsic",
|
|
1764
|
+
"name": "string"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
3049
1767
|
}
|
|
3050
1768
|
],
|
|
3051
1769
|
"type": {
|
|
3052
1770
|
"type": "reference",
|
|
3053
|
-
"
|
|
3054
|
-
{
|
|
3055
|
-
"type": "intersection",
|
|
3056
|
-
"types": [
|
|
3057
|
-
{
|
|
3058
|
-
"type": "reference",
|
|
3059
|
-
"id": 26,
|
|
3060
|
-
"name": "ModuleRepositoryContextState"
|
|
3061
|
-
},
|
|
3062
|
-
{
|
|
3063
|
-
"type": "reference",
|
|
3064
|
-
"name": "ContextExState"
|
|
3065
|
-
}
|
|
3066
|
-
]
|
|
3067
|
-
},
|
|
3068
|
-
{
|
|
3069
|
-
"type": "literal",
|
|
3070
|
-
"value": "provided"
|
|
3071
|
-
}
|
|
3072
|
-
],
|
|
3073
|
-
"name": "Omit",
|
|
3074
|
-
"qualifiedName": "Omit",
|
|
3075
|
-
"package": "typescript"
|
|
1771
|
+
"name": "UseMemoryNodeUpdates"
|
|
3076
1772
|
}
|
|
3077
1773
|
}
|
|
3078
1774
|
]
|
|
3079
1775
|
},
|
|
3080
1776
|
{
|
|
3081
|
-
"id":
|
|
3082
|
-
"name": "
|
|
1777
|
+
"id": 66,
|
|
1778
|
+
"name": "useModule",
|
|
3083
1779
|
"kind": 64,
|
|
3084
1780
|
"kindString": "Function",
|
|
3085
1781
|
"flags": {},
|
|
3086
1782
|
"sources": [
|
|
3087
1783
|
{
|
|
3088
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3089
|
-
"line":
|
|
1784
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
1785
|
+
"line": 9,
|
|
3090
1786
|
"character": 13,
|
|
3091
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1787
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useModule.tsx#L9"
|
|
3092
1788
|
}
|
|
3093
1789
|
],
|
|
3094
1790
|
"signatures": [
|
|
3095
1791
|
{
|
|
3096
|
-
"id":
|
|
3097
|
-
"name": "
|
|
1792
|
+
"id": 67,
|
|
1793
|
+
"name": "useModule",
|
|
3098
1794
|
"kind": 4096,
|
|
3099
1795
|
"kindString": "Call signature",
|
|
3100
1796
|
"flags": {},
|
|
3101
1797
|
"typeParameter": [
|
|
3102
1798
|
{
|
|
3103
|
-
"id":
|
|
3104
|
-
"name": "
|
|
1799
|
+
"id": 72,
|
|
1800
|
+
"name": "TModule",
|
|
3105
1801
|
"kind": 131072,
|
|
3106
1802
|
"kindString": "Type parameter",
|
|
3107
1803
|
"flags": {},
|
|
@@ -3126,7 +1822,7 @@
|
|
|
3126
1822
|
{
|
|
3127
1823
|
"type": "reflection",
|
|
3128
1824
|
"declaration": {
|
|
3129
|
-
"id":
|
|
1825
|
+
"id": 68,
|
|
3130
1826
|
"name": "__type",
|
|
3131
1827
|
"kind": 65536,
|
|
3132
1828
|
"kindString": "Type literal",
|
|
@@ -3143,7 +1839,7 @@
|
|
|
3143
1839
|
{
|
|
3144
1840
|
"type": "reflection",
|
|
3145
1841
|
"declaration": {
|
|
3146
|
-
"id":
|
|
1842
|
+
"id": 69,
|
|
3147
1843
|
"name": "__type",
|
|
3148
1844
|
"kind": 65536,
|
|
3149
1845
|
"kindString": "Type literal",
|
|
@@ -3185,7 +1881,7 @@
|
|
|
3185
1881
|
{
|
|
3186
1882
|
"type": "reflection",
|
|
3187
1883
|
"declaration": {
|
|
3188
|
-
"id":
|
|
1884
|
+
"id": 70,
|
|
3189
1885
|
"name": "__type",
|
|
3190
1886
|
"kind": 65536,
|
|
3191
1887
|
"kindString": "Type literal",
|
|
@@ -3202,7 +1898,7 @@
|
|
|
3202
1898
|
{
|
|
3203
1899
|
"type": "reflection",
|
|
3204
1900
|
"declaration": {
|
|
3205
|
-
"id":
|
|
1901
|
+
"id": 71,
|
|
3206
1902
|
"name": "__type",
|
|
3207
1903
|
"kind": 65536,
|
|
3208
1904
|
"kindString": "Type literal",
|
|
@@ -3219,286 +1915,50 @@
|
|
|
3219
1915
|
]
|
|
3220
1916
|
}
|
|
3221
1917
|
],
|
|
3222
|
-
"name": "Module",
|
|
3223
|
-
"qualifiedName": "Module",
|
|
3224
|
-
"package": "@xyo-network/module-model"
|
|
3225
|
-
}
|
|
3226
|
-
}
|
|
3227
|
-
],
|
|
3228
|
-
"parameters": [
|
|
3229
|
-
{
|
|
3230
|
-
"id": 107,
|
|
3231
|
-
"name": "filter",
|
|
3232
|
-
"kind": 32768,
|
|
3233
|
-
"kindString": "Parameter",
|
|
3234
|
-
"flags": {
|
|
3235
|
-
"isOptional": true
|
|
3236
|
-
},
|
|
3237
|
-
"type": {
|
|
3238
|
-
"type": "reference",
|
|
3239
|
-
"name": "ModuleFilter",
|
|
3240
|
-
"qualifiedName": "ModuleFilter",
|
|
3241
|
-
"package": "@xyo-network/module-model"
|
|
3242
|
-
}
|
|
3243
|
-
}
|
|
3244
|
-
],
|
|
3245
|
-
"type": {
|
|
3246
|
-
"type": "union",
|
|
3247
|
-
"types": [
|
|
3248
|
-
{
|
|
3249
|
-
"type": "intrinsic",
|
|
3250
|
-
"name": "undefined"
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"type": "array",
|
|
3254
|
-
"elementType": {
|
|
3255
|
-
"type": "reference",
|
|
3256
|
-
"id": 106,
|
|
3257
|
-
"name": "T"
|
|
3258
|
-
}
|
|
3259
|
-
}
|
|
3260
|
-
]
|
|
3261
|
-
}
|
|
3262
|
-
}
|
|
3263
|
-
]
|
|
3264
|
-
},
|
|
3265
|
-
{
|
|
3266
|
-
"id": 146,
|
|
3267
|
-
"name": "useNode",
|
|
3268
|
-
"kind": 64,
|
|
3269
|
-
"kindString": "Function",
|
|
3270
|
-
"flags": {},
|
|
3271
|
-
"sources": [
|
|
3272
|
-
{
|
|
3273
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
3274
|
-
"line": 83,
|
|
3275
|
-
"character": 13,
|
|
3276
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useNode.tsx#L83"
|
|
3277
|
-
}
|
|
3278
|
-
],
|
|
3279
|
-
"signatures": [
|
|
3280
|
-
{
|
|
3281
|
-
"id": 147,
|
|
3282
|
-
"name": "useNode",
|
|
3283
|
-
"kind": 4096,
|
|
3284
|
-
"kindString": "Call signature",
|
|
3285
|
-
"flags": {},
|
|
3286
|
-
"parameters": [
|
|
3287
|
-
{
|
|
3288
|
-
"id": 148,
|
|
3289
|
-
"name": "name",
|
|
3290
|
-
"kind": 32768,
|
|
3291
|
-
"kindString": "Parameter",
|
|
3292
|
-
"flags": {
|
|
3293
|
-
"isOptional": true
|
|
3294
|
-
},
|
|
3295
|
-
"type": {
|
|
3296
|
-
"type": "intrinsic",
|
|
3297
|
-
"name": "string"
|
|
3298
|
-
}
|
|
3299
|
-
}
|
|
3300
|
-
],
|
|
3301
|
-
"type": {
|
|
3302
|
-
"type": "tuple",
|
|
3303
|
-
"elements": [
|
|
3304
|
-
{
|
|
3305
|
-
"type": "union",
|
|
3306
|
-
"types": [
|
|
3307
|
-
{
|
|
3308
|
-
"type": "reference",
|
|
3309
|
-
"id": 124,
|
|
3310
|
-
"name": "TModule"
|
|
3311
|
-
},
|
|
3312
|
-
{
|
|
3313
|
-
"type": "intrinsic",
|
|
3314
|
-
"name": "undefined"
|
|
3315
|
-
}
|
|
3316
|
-
]
|
|
3317
|
-
},
|
|
3318
|
-
{
|
|
3319
|
-
"type": "union",
|
|
3320
|
-
"types": [
|
|
3321
|
-
{
|
|
3322
|
-
"type": "reference",
|
|
3323
|
-
"name": "Error",
|
|
3324
|
-
"qualifiedName": "Error",
|
|
3325
|
-
"package": "typescript"
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"type": "intrinsic",
|
|
3329
|
-
"name": "undefined"
|
|
3330
|
-
}
|
|
3331
|
-
]
|
|
3332
|
-
}
|
|
3333
|
-
]
|
|
3334
|
-
}
|
|
3335
|
-
},
|
|
3336
|
-
{
|
|
3337
|
-
"id": 149,
|
|
3338
|
-
"name": "useNode",
|
|
3339
|
-
"kind": 4096,
|
|
3340
|
-
"kindString": "Call signature",
|
|
3341
|
-
"flags": {},
|
|
3342
|
-
"parameters": [
|
|
3343
|
-
{
|
|
3344
|
-
"id": 150,
|
|
3345
|
-
"name": "name",
|
|
3346
|
-
"kind": 32768,
|
|
3347
|
-
"kindString": "Parameter",
|
|
3348
|
-
"flags": {},
|
|
3349
|
-
"type": {
|
|
3350
|
-
"type": "union",
|
|
3351
|
-
"types": [
|
|
3352
|
-
{
|
|
3353
|
-
"type": "intrinsic",
|
|
3354
|
-
"name": "undefined"
|
|
3355
|
-
},
|
|
3356
|
-
{
|
|
3357
|
-
"type": "intrinsic",
|
|
3358
|
-
"name": "string"
|
|
3359
|
-
}
|
|
3360
|
-
]
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
{
|
|
3364
|
-
"id": 151,
|
|
3365
|
-
"name": "wrap",
|
|
3366
|
-
"kind": 32768,
|
|
3367
|
-
"kindString": "Parameter",
|
|
3368
|
-
"flags": {},
|
|
3369
|
-
"type": {
|
|
3370
|
-
"type": "union",
|
|
3371
|
-
"types": [
|
|
3372
|
-
{
|
|
3373
|
-
"type": "literal",
|
|
3374
|
-
"value": true
|
|
3375
|
-
},
|
|
3376
|
-
{
|
|
3377
|
-
"type": "reference",
|
|
3378
|
-
"name": "Account",
|
|
3379
|
-
"qualifiedName": "Account",
|
|
3380
|
-
"package": "@xyo-network/account"
|
|
3381
|
-
}
|
|
3382
|
-
]
|
|
1918
|
+
"name": "Module",
|
|
1919
|
+
"qualifiedName": "Module",
|
|
1920
|
+
"package": "@xyo-network/module-model"
|
|
3383
1921
|
}
|
|
3384
1922
|
}
|
|
3385
1923
|
],
|
|
3386
|
-
"type": {
|
|
3387
|
-
"type": "tuple",
|
|
3388
|
-
"elements": [
|
|
3389
|
-
{
|
|
3390
|
-
"type": "union",
|
|
3391
|
-
"types": [
|
|
3392
|
-
{
|
|
3393
|
-
"type": "reference",
|
|
3394
|
-
"id": 129,
|
|
3395
|
-
"name": "TWrapper"
|
|
3396
|
-
},
|
|
3397
|
-
{
|
|
3398
|
-
"type": "intrinsic",
|
|
3399
|
-
"name": "undefined"
|
|
3400
|
-
}
|
|
3401
|
-
]
|
|
3402
|
-
},
|
|
3403
|
-
{
|
|
3404
|
-
"type": "union",
|
|
3405
|
-
"types": [
|
|
3406
|
-
{
|
|
3407
|
-
"type": "reference",
|
|
3408
|
-
"name": "Error",
|
|
3409
|
-
"qualifiedName": "Error",
|
|
3410
|
-
"package": "typescript"
|
|
3411
|
-
},
|
|
3412
|
-
{
|
|
3413
|
-
"type": "intrinsic",
|
|
3414
|
-
"name": "undefined"
|
|
3415
|
-
}
|
|
3416
|
-
]
|
|
3417
|
-
}
|
|
3418
|
-
]
|
|
3419
|
-
}
|
|
3420
|
-
},
|
|
3421
|
-
{
|
|
3422
|
-
"id": 152,
|
|
3423
|
-
"name": "useNode",
|
|
3424
|
-
"kind": 4096,
|
|
3425
|
-
"kindString": "Call signature",
|
|
3426
|
-
"flags": {},
|
|
3427
1924
|
"parameters": [
|
|
3428
1925
|
{
|
|
3429
|
-
"id":
|
|
3430
|
-
"name": "
|
|
1926
|
+
"id": 73,
|
|
1927
|
+
"name": "nameOrAddressOrFilter",
|
|
3431
1928
|
"kind": 32768,
|
|
3432
1929
|
"kindString": "Parameter",
|
|
3433
|
-
"flags": {
|
|
1930
|
+
"flags": {
|
|
1931
|
+
"isOptional": true
|
|
1932
|
+
},
|
|
3434
1933
|
"type": {
|
|
3435
1934
|
"type": "union",
|
|
3436
1935
|
"types": [
|
|
3437
|
-
{
|
|
3438
|
-
"type": "literal",
|
|
3439
|
-
"value": true
|
|
3440
|
-
},
|
|
3441
|
-
{
|
|
3442
|
-
"type": "reference",
|
|
3443
|
-
"name": "Account",
|
|
3444
|
-
"qualifiedName": "Account",
|
|
3445
|
-
"package": "@xyo-network/account"
|
|
3446
|
-
}
|
|
3447
|
-
]
|
|
3448
|
-
}
|
|
3449
|
-
}
|
|
3450
|
-
],
|
|
3451
|
-
"type": {
|
|
3452
|
-
"type": "tuple",
|
|
3453
|
-
"elements": [
|
|
3454
|
-
{
|
|
3455
|
-
"type": "union",
|
|
3456
|
-
"types": [
|
|
3457
|
-
{
|
|
3458
|
-
"type": "reference",
|
|
3459
|
-
"id": 129,
|
|
3460
|
-
"name": "TWrapper"
|
|
3461
|
-
},
|
|
3462
1936
|
{
|
|
3463
1937
|
"type": "intrinsic",
|
|
3464
|
-
"name": "
|
|
3465
|
-
}
|
|
3466
|
-
]
|
|
3467
|
-
},
|
|
3468
|
-
{
|
|
3469
|
-
"type": "union",
|
|
3470
|
-
"types": [
|
|
3471
|
-
{
|
|
3472
|
-
"type": "reference",
|
|
3473
|
-
"name": "Error",
|
|
3474
|
-
"qualifiedName": "Error",
|
|
3475
|
-
"package": "typescript"
|
|
1938
|
+
"name": "string"
|
|
3476
1939
|
},
|
|
3477
1940
|
{
|
|
3478
|
-
"type": "
|
|
3479
|
-
"name": "
|
|
1941
|
+
"type": "reference",
|
|
1942
|
+
"name": "ModuleFilter",
|
|
1943
|
+
"qualifiedName": "ModuleFilter",
|
|
1944
|
+
"package": "@xyo-network/module-model"
|
|
3480
1945
|
}
|
|
3481
1946
|
]
|
|
3482
1947
|
}
|
|
3483
|
-
|
|
3484
|
-
}
|
|
3485
|
-
},
|
|
3486
|
-
{
|
|
3487
|
-
"id": 154,
|
|
3488
|
-
"name": "useNode",
|
|
3489
|
-
"kind": 4096,
|
|
3490
|
-
"kindString": "Call signature",
|
|
3491
|
-
"flags": {},
|
|
3492
|
-
"parameters": [
|
|
1948
|
+
},
|
|
3493
1949
|
{
|
|
3494
|
-
"id":
|
|
3495
|
-
"name": "
|
|
1950
|
+
"id": 74,
|
|
1951
|
+
"name": "account",
|
|
3496
1952
|
"kind": 32768,
|
|
3497
1953
|
"kindString": "Parameter",
|
|
3498
|
-
"flags": {
|
|
1954
|
+
"flags": {
|
|
1955
|
+
"isOptional": true
|
|
1956
|
+
},
|
|
3499
1957
|
"type": {
|
|
3500
|
-
"type": "
|
|
3501
|
-
"name": "
|
|
1958
|
+
"type": "reference",
|
|
1959
|
+
"name": "AccountInstance",
|
|
1960
|
+
"qualifiedName": "AccountInstance",
|
|
1961
|
+
"package": "@xyo-network/account-model"
|
|
3502
1962
|
}
|
|
3503
1963
|
}
|
|
3504
1964
|
],
|
|
@@ -3508,105 +1968,29 @@
|
|
|
3508
1968
|
{
|
|
3509
1969
|
"type": "union",
|
|
3510
1970
|
"types": [
|
|
3511
|
-
{
|
|
3512
|
-
"type": "reference",
|
|
3513
|
-
"id": 124,
|
|
3514
|
-
"name": "TModule"
|
|
3515
|
-
},
|
|
3516
|
-
{
|
|
3517
|
-
"type": "intrinsic",
|
|
3518
|
-
"name": "undefined"
|
|
3519
|
-
}
|
|
3520
|
-
]
|
|
3521
|
-
},
|
|
3522
|
-
{
|
|
3523
|
-
"type": "union",
|
|
3524
|
-
"types": [
|
|
3525
|
-
{
|
|
3526
|
-
"type": "reference",
|
|
3527
|
-
"name": "Error",
|
|
3528
|
-
"qualifiedName": "Error",
|
|
3529
|
-
"package": "typescript"
|
|
3530
|
-
},
|
|
3531
1971
|
{
|
|
3532
1972
|
"type": "intrinsic",
|
|
3533
1973
|
"name": "undefined"
|
|
3534
|
-
}
|
|
3535
|
-
]
|
|
3536
|
-
}
|
|
3537
|
-
]
|
|
3538
|
-
}
|
|
3539
|
-
},
|
|
3540
|
-
{
|
|
3541
|
-
"id": 156,
|
|
3542
|
-
"name": "useNode",
|
|
3543
|
-
"kind": 4096,
|
|
3544
|
-
"kindString": "Call signature",
|
|
3545
|
-
"flags": {},
|
|
3546
|
-
"parameters": [
|
|
3547
|
-
{
|
|
3548
|
-
"id": 157,
|
|
3549
|
-
"name": "address",
|
|
3550
|
-
"kind": 32768,
|
|
3551
|
-
"kindString": "Parameter",
|
|
3552
|
-
"flags": {},
|
|
3553
|
-
"type": {
|
|
3554
|
-
"type": "intrinsic",
|
|
3555
|
-
"name": "string"
|
|
3556
|
-
}
|
|
3557
|
-
},
|
|
3558
|
-
{
|
|
3559
|
-
"id": 158,
|
|
3560
|
-
"name": "wrap",
|
|
3561
|
-
"kind": 32768,
|
|
3562
|
-
"kindString": "Parameter",
|
|
3563
|
-
"flags": {},
|
|
3564
|
-
"type": {
|
|
3565
|
-
"type": "union",
|
|
3566
|
-
"types": [
|
|
3567
|
-
{
|
|
3568
|
-
"type": "literal",
|
|
3569
|
-
"value": true
|
|
3570
1974
|
},
|
|
3571
1975
|
{
|
|
3572
1976
|
"type": "reference",
|
|
3573
|
-
"
|
|
3574
|
-
"
|
|
3575
|
-
"package": "@xyo-network/account"
|
|
1977
|
+
"id": 72,
|
|
1978
|
+
"name": "TModule"
|
|
3576
1979
|
}
|
|
3577
1980
|
]
|
|
3578
|
-
}
|
|
3579
|
-
}
|
|
3580
|
-
],
|
|
3581
|
-
"type": {
|
|
3582
|
-
"type": "tuple",
|
|
3583
|
-
"elements": [
|
|
1981
|
+
},
|
|
3584
1982
|
{
|
|
3585
1983
|
"type": "union",
|
|
3586
1984
|
"types": [
|
|
3587
|
-
{
|
|
3588
|
-
"type": "reference",
|
|
3589
|
-
"id": 129,
|
|
3590
|
-
"name": "TWrapper"
|
|
3591
|
-
},
|
|
3592
1985
|
{
|
|
3593
1986
|
"type": "intrinsic",
|
|
3594
1987
|
"name": "undefined"
|
|
3595
|
-
}
|
|
3596
|
-
]
|
|
3597
|
-
},
|
|
3598
|
-
{
|
|
3599
|
-
"type": "union",
|
|
3600
|
-
"types": [
|
|
1988
|
+
},
|
|
3601
1989
|
{
|
|
3602
1990
|
"type": "reference",
|
|
3603
1991
|
"name": "Error",
|
|
3604
1992
|
"qualifiedName": "Error",
|
|
3605
1993
|
"package": "typescript"
|
|
3606
|
-
},
|
|
3607
|
-
{
|
|
3608
|
-
"type": "intrinsic",
|
|
3609
|
-
"name": "undefined"
|
|
3610
1994
|
}
|
|
3611
1995
|
]
|
|
3612
1996
|
}
|
|
@@ -3616,29 +2000,29 @@
|
|
|
3616
2000
|
]
|
|
3617
2001
|
},
|
|
3618
2002
|
{
|
|
3619
|
-
"id":
|
|
3620
|
-
"name": "
|
|
2003
|
+
"id": 37,
|
|
2004
|
+
"name": "useModuleRepository",
|
|
3621
2005
|
"kind": 64,
|
|
3622
2006
|
"kindString": "Function",
|
|
3623
2007
|
"flags": {},
|
|
3624
2008
|
"sources": [
|
|
3625
2009
|
{
|
|
3626
|
-
"fileName": "packages/modules/packages/node/src/contexts/
|
|
2010
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
3627
2011
|
"line": 5,
|
|
3628
2012
|
"character": 13,
|
|
3629
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2013
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
3630
2014
|
}
|
|
3631
2015
|
],
|
|
3632
2016
|
"signatures": [
|
|
3633
2017
|
{
|
|
3634
|
-
"id":
|
|
3635
|
-
"name": "
|
|
2018
|
+
"id": 38,
|
|
2019
|
+
"name": "useModuleRepository",
|
|
3636
2020
|
"kind": 4096,
|
|
3637
2021
|
"kindString": "Call signature",
|
|
3638
2022
|
"flags": {},
|
|
3639
2023
|
"parameters": [
|
|
3640
2024
|
{
|
|
3641
|
-
"id":
|
|
2025
|
+
"id": 39,
|
|
3642
2026
|
"name": "required",
|
|
3643
2027
|
"kind": 32768,
|
|
3644
2028
|
"kindString": "Parameter",
|
|
@@ -3647,7 +2031,7 @@
|
|
|
3647
2031
|
"type": "intrinsic",
|
|
3648
2032
|
"name": "boolean"
|
|
3649
2033
|
},
|
|
3650
|
-
"defaultValue": "
|
|
2034
|
+
"defaultValue": "false"
|
|
3651
2035
|
}
|
|
3652
2036
|
],
|
|
3653
2037
|
"type": {
|
|
@@ -3658,8 +2042,8 @@
|
|
|
3658
2042
|
"types": [
|
|
3659
2043
|
{
|
|
3660
2044
|
"type": "reference",
|
|
3661
|
-
"id":
|
|
3662
|
-
"name": "
|
|
2045
|
+
"id": 26,
|
|
2046
|
+
"name": "ModuleRepositoryContextState"
|
|
3663
2047
|
},
|
|
3664
2048
|
{
|
|
3665
2049
|
"type": "reference",
|
|
@@ -3680,110 +2064,167 @@
|
|
|
3680
2064
|
]
|
|
3681
2065
|
},
|
|
3682
2066
|
{
|
|
3683
|
-
"id":
|
|
3684
|
-
"name": "
|
|
2067
|
+
"id": 75,
|
|
2068
|
+
"name": "useModules",
|
|
3685
2069
|
"kind": 64,
|
|
3686
2070
|
"kindString": "Function",
|
|
3687
2071
|
"flags": {},
|
|
3688
2072
|
"sources": [
|
|
3689
2073
|
{
|
|
3690
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3691
|
-
"line":
|
|
2074
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModules.ts",
|
|
2075
|
+
"line": 7,
|
|
3692
2076
|
"character": 13,
|
|
3693
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2077
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useModules.ts#L7"
|
|
3694
2078
|
}
|
|
3695
2079
|
],
|
|
3696
2080
|
"signatures": [
|
|
3697
2081
|
{
|
|
3698
|
-
"id":
|
|
3699
|
-
"name": "
|
|
2082
|
+
"id": 76,
|
|
2083
|
+
"name": "useModules",
|
|
3700
2084
|
"kind": 4096,
|
|
3701
2085
|
"kindString": "Call signature",
|
|
3702
2086
|
"flags": {},
|
|
3703
|
-
"
|
|
2087
|
+
"typeParameter": [
|
|
3704
2088
|
{
|
|
3705
|
-
"id":
|
|
3706
|
-
"name": "
|
|
3707
|
-
"kind":
|
|
3708
|
-
"kindString": "
|
|
3709
|
-
"flags": {
|
|
3710
|
-
"isOptional": true
|
|
3711
|
-
},
|
|
2089
|
+
"id": 81,
|
|
2090
|
+
"name": "TModule",
|
|
2091
|
+
"kind": 131072,
|
|
2092
|
+
"kindString": "Type parameter",
|
|
2093
|
+
"flags": {},
|
|
3712
2094
|
"type": {
|
|
3713
|
-
"type": "
|
|
3714
|
-
"
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
2095
|
+
"type": "reference",
|
|
2096
|
+
"typeArguments": [
|
|
2097
|
+
{
|
|
2098
|
+
"type": "intersection",
|
|
2099
|
+
"types": [
|
|
2100
|
+
{
|
|
2101
|
+
"type": "reference",
|
|
2102
|
+
"name": "SchemaFields",
|
|
2103
|
+
"qualifiedName": "SchemaFields",
|
|
2104
|
+
"package": "@xyo-network/payload-model"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"type": "reference",
|
|
2108
|
+
"name": "PayloadFields",
|
|
2109
|
+
"qualifiedName": "PayloadFields",
|
|
2110
|
+
"package": "@xyo-network/payload-model"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"type": "reflection",
|
|
2114
|
+
"declaration": {
|
|
2115
|
+
"id": 77,
|
|
2116
|
+
"name": "__type",
|
|
2117
|
+
"kind": 65536,
|
|
2118
|
+
"kindString": "Type literal",
|
|
2119
|
+
"flags": {},
|
|
2120
|
+
"sources": [
|
|
2121
|
+
{
|
|
2122
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
2123
|
+
"line": 8,
|
|
2124
|
+
"character": 75
|
|
2125
|
+
}
|
|
2126
|
+
]
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"type": "reflection",
|
|
2131
|
+
"declaration": {
|
|
2132
|
+
"id": 78,
|
|
2133
|
+
"name": "__type",
|
|
2134
|
+
"kind": 65536,
|
|
2135
|
+
"kindString": "Type literal",
|
|
2136
|
+
"flags": {},
|
|
2137
|
+
"sources": [
|
|
2138
|
+
{
|
|
2139
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2140
|
+
"line": 18,
|
|
2141
|
+
"character": 17
|
|
2142
|
+
}
|
|
2143
|
+
]
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
]
|
|
2147
|
+
}
|
|
2148
|
+
],
|
|
2149
|
+
"name": "Module",
|
|
2150
|
+
"qualifiedName": "Module",
|
|
2151
|
+
"package": "@xyo-network/module-model"
|
|
3724
2152
|
},
|
|
3725
|
-
"
|
|
3726
|
-
"type": "
|
|
3727
|
-
"
|
|
3728
|
-
{
|
|
3729
|
-
"type": "reference",
|
|
3730
|
-
"name": "SchemaFields",
|
|
3731
|
-
"qualifiedName": "SchemaFields",
|
|
3732
|
-
"package": "@xyo-network/payload-model"
|
|
3733
|
-
},
|
|
3734
|
-
{
|
|
3735
|
-
"type": "reference",
|
|
3736
|
-
"name": "PayloadFields",
|
|
3737
|
-
"qualifiedName": "PayloadFields",
|
|
3738
|
-
"package": "@xyo-network/payload-model"
|
|
3739
|
-
},
|
|
2153
|
+
"default": {
|
|
2154
|
+
"type": "reference",
|
|
2155
|
+
"typeArguments": [
|
|
3740
2156
|
{
|
|
3741
|
-
"type": "
|
|
3742
|
-
"
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
2157
|
+
"type": "intersection",
|
|
2158
|
+
"types": [
|
|
2159
|
+
{
|
|
2160
|
+
"type": "reference",
|
|
2161
|
+
"name": "SchemaFields",
|
|
2162
|
+
"qualifiedName": "SchemaFields",
|
|
2163
|
+
"package": "@xyo-network/payload-model"
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"type": "reference",
|
|
2167
|
+
"name": "PayloadFields",
|
|
2168
|
+
"qualifiedName": "PayloadFields",
|
|
2169
|
+
"package": "@xyo-network/payload-model"
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"type": "reflection",
|
|
2173
|
+
"declaration": {
|
|
2174
|
+
"id": 79,
|
|
2175
|
+
"name": "__type",
|
|
2176
|
+
"kind": 65536,
|
|
2177
|
+
"kindString": "Type literal",
|
|
2178
|
+
"flags": {},
|
|
2179
|
+
"sources": [
|
|
2180
|
+
{
|
|
2181
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
2182
|
+
"line": 8,
|
|
2183
|
+
"character": 75
|
|
2184
|
+
}
|
|
2185
|
+
]
|
|
3753
2186
|
}
|
|
3754
|
-
|
|
3755
|
-
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"type": "reflection",
|
|
2190
|
+
"declaration": {
|
|
2191
|
+
"id": 80,
|
|
2192
|
+
"name": "__type",
|
|
2193
|
+
"kind": 65536,
|
|
2194
|
+
"kindString": "Type literal",
|
|
2195
|
+
"flags": {},
|
|
2196
|
+
"sources": [
|
|
2197
|
+
{
|
|
2198
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2199
|
+
"line": 18,
|
|
2200
|
+
"character": 17
|
|
2201
|
+
}
|
|
2202
|
+
]
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2205
|
+
]
|
|
3756
2206
|
}
|
|
3757
|
-
]
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
"id": 171,
|
|
3762
|
-
"name": "refresher",
|
|
3763
|
-
"kind": 32768,
|
|
3764
|
-
"kindString": "Parameter",
|
|
3765
|
-
"flags": {
|
|
3766
|
-
"isOptional": true
|
|
3767
|
-
},
|
|
3768
|
-
"type": {
|
|
3769
|
-
"type": "intrinsic",
|
|
3770
|
-
"name": "boolean"
|
|
2207
|
+
],
|
|
2208
|
+
"name": "Module",
|
|
2209
|
+
"qualifiedName": "Module",
|
|
2210
|
+
"package": "@xyo-network/module-model"
|
|
3771
2211
|
}
|
|
3772
|
-
}
|
|
2212
|
+
}
|
|
2213
|
+
],
|
|
2214
|
+
"parameters": [
|
|
3773
2215
|
{
|
|
3774
|
-
"id":
|
|
3775
|
-
"name": "
|
|
2216
|
+
"id": 82,
|
|
2217
|
+
"name": "filter",
|
|
3776
2218
|
"kind": 32768,
|
|
3777
2219
|
"kindString": "Parameter",
|
|
3778
2220
|
"flags": {
|
|
3779
2221
|
"isOptional": true
|
|
3780
2222
|
},
|
|
3781
2223
|
"type": {
|
|
3782
|
-
"type": "
|
|
3783
|
-
"
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
}
|
|
2224
|
+
"type": "reference",
|
|
2225
|
+
"name": "ModuleFilter",
|
|
2226
|
+
"qualifiedName": "ModuleFilter",
|
|
2227
|
+
"package": "@xyo-network/module-model"
|
|
3787
2228
|
}
|
|
3788
2229
|
}
|
|
3789
2230
|
],
|
|
@@ -3798,46 +2239,12 @@
|
|
|
3798
2239
|
"name": "undefined"
|
|
3799
2240
|
},
|
|
3800
2241
|
{
|
|
3801
|
-
"type": "
|
|
3802
|
-
"
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
"type": "reference",
|
|
3808
|
-
"name": "SchemaFields",
|
|
3809
|
-
"qualifiedName": "SchemaFields",
|
|
3810
|
-
"package": "@xyo-network/payload-model"
|
|
3811
|
-
},
|
|
3812
|
-
{
|
|
3813
|
-
"type": "reference",
|
|
3814
|
-
"name": "PayloadFields",
|
|
3815
|
-
"qualifiedName": "PayloadFields",
|
|
3816
|
-
"package": "@xyo-network/payload-model"
|
|
3817
|
-
},
|
|
3818
|
-
{
|
|
3819
|
-
"type": "reflection",
|
|
3820
|
-
"declaration": {
|
|
3821
|
-
"id": 173,
|
|
3822
|
-
"name": "__type",
|
|
3823
|
-
"kind": 65536,
|
|
3824
|
-
"kindString": "Type literal",
|
|
3825
|
-
"flags": {},
|
|
3826
|
-
"sources": [
|
|
3827
|
-
{
|
|
3828
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3829
|
-
"line": 18,
|
|
3830
|
-
"character": 17
|
|
3831
|
-
}
|
|
3832
|
-
]
|
|
3833
|
-
}
|
|
3834
|
-
}
|
|
3835
|
-
]
|
|
3836
|
-
}
|
|
3837
|
-
],
|
|
3838
|
-
"name": "XyoPayloads",
|
|
3839
|
-
"qualifiedName": "XyoPayloads",
|
|
3840
|
-
"package": "@xyo-network/payload-model"
|
|
2242
|
+
"type": "array",
|
|
2243
|
+
"elementType": {
|
|
2244
|
+
"type": "reference",
|
|
2245
|
+
"id": 81,
|
|
2246
|
+
"name": "TModule"
|
|
2247
|
+
}
|
|
3841
2248
|
}
|
|
3842
2249
|
]
|
|
3843
2250
|
},
|
|
@@ -3862,30 +2269,30 @@
|
|
|
3862
2269
|
]
|
|
3863
2270
|
},
|
|
3864
2271
|
{
|
|
3865
|
-
"id":
|
|
3866
|
-
"name": "
|
|
2272
|
+
"id": 83,
|
|
2273
|
+
"name": "useNode",
|
|
3867
2274
|
"kind": 64,
|
|
3868
2275
|
"kindString": "Function",
|
|
3869
2276
|
"flags": {},
|
|
3870
2277
|
"sources": [
|
|
3871
2278
|
{
|
|
3872
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
3873
|
-
"line":
|
|
2279
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
2280
|
+
"line": 24,
|
|
3874
2281
|
"character": 13,
|
|
3875
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2282
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useNode.tsx#L24"
|
|
3876
2283
|
}
|
|
3877
2284
|
],
|
|
3878
2285
|
"signatures": [
|
|
3879
2286
|
{
|
|
3880
|
-
"id":
|
|
3881
|
-
"name": "
|
|
2287
|
+
"id": 84,
|
|
2288
|
+
"name": "useNode",
|
|
3882
2289
|
"kind": 4096,
|
|
3883
2290
|
"kindString": "Call signature",
|
|
3884
2291
|
"flags": {},
|
|
3885
2292
|
"parameters": [
|
|
3886
2293
|
{
|
|
3887
|
-
"id":
|
|
3888
|
-
"name": "
|
|
2294
|
+
"id": 85,
|
|
2295
|
+
"name": "nameOrAddress",
|
|
3889
2296
|
"kind": 32768,
|
|
3890
2297
|
"kindString": "Parameter",
|
|
3891
2298
|
"flags": {
|
|
@@ -3897,59 +2304,18 @@
|
|
|
3897
2304
|
}
|
|
3898
2305
|
},
|
|
3899
2306
|
{
|
|
3900
|
-
"id":
|
|
3901
|
-
"name": "
|
|
3902
|
-
"kind": 32768,
|
|
3903
|
-
"kindString": "Parameter",
|
|
3904
|
-
"flags": {
|
|
3905
|
-
"isOptional": true
|
|
3906
|
-
},
|
|
3907
|
-
"type": {
|
|
3908
|
-
"type": "intersection",
|
|
3909
|
-
"types": [
|
|
3910
|
-
{
|
|
3911
|
-
"type": "reference",
|
|
3912
|
-
"name": "SchemaFields",
|
|
3913
|
-
"qualifiedName": "SchemaFields",
|
|
3914
|
-
"package": "@xyo-network/payload-model"
|
|
3915
|
-
},
|
|
3916
|
-
{
|
|
3917
|
-
"type": "reference",
|
|
3918
|
-
"name": "PayloadFields",
|
|
3919
|
-
"qualifiedName": "PayloadFields",
|
|
3920
|
-
"package": "@xyo-network/payload-model"
|
|
3921
|
-
},
|
|
3922
|
-
{
|
|
3923
|
-
"type": "reflection",
|
|
3924
|
-
"declaration": {
|
|
3925
|
-
"id": 163,
|
|
3926
|
-
"name": "__type",
|
|
3927
|
-
"kind": 65536,
|
|
3928
|
-
"kindString": "Type literal",
|
|
3929
|
-
"flags": {},
|
|
3930
|
-
"sources": [
|
|
3931
|
-
{
|
|
3932
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3933
|
-
"line": 18,
|
|
3934
|
-
"character": 17
|
|
3935
|
-
}
|
|
3936
|
-
]
|
|
3937
|
-
}
|
|
3938
|
-
}
|
|
3939
|
-
]
|
|
3940
|
-
}
|
|
3941
|
-
},
|
|
3942
|
-
{
|
|
3943
|
-
"id": 164,
|
|
3944
|
-
"name": "refresher",
|
|
2307
|
+
"id": 86,
|
|
2308
|
+
"name": "account",
|
|
3945
2309
|
"kind": 32768,
|
|
3946
2310
|
"kindString": "Parameter",
|
|
3947
2311
|
"flags": {
|
|
3948
2312
|
"isOptional": true
|
|
3949
2313
|
},
|
|
3950
2314
|
"type": {
|
|
3951
|
-
"type": "
|
|
3952
|
-
"name": "
|
|
2315
|
+
"type": "reference",
|
|
2316
|
+
"name": "AccountInstance",
|
|
2317
|
+
"qualifiedName": "AccountInstance",
|
|
2318
|
+
"package": "@xyo-network/account-model"
|
|
3953
2319
|
}
|
|
3954
2320
|
}
|
|
3955
2321
|
],
|
|
@@ -3965,45 +2331,9 @@
|
|
|
3965
2331
|
},
|
|
3966
2332
|
{
|
|
3967
2333
|
"type": "reference",
|
|
3968
|
-
"
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
"types": [
|
|
3972
|
-
{
|
|
3973
|
-
"type": "reference",
|
|
3974
|
-
"name": "SchemaFields",
|
|
3975
|
-
"qualifiedName": "SchemaFields",
|
|
3976
|
-
"package": "@xyo-network/payload-model"
|
|
3977
|
-
},
|
|
3978
|
-
{
|
|
3979
|
-
"type": "reference",
|
|
3980
|
-
"name": "PayloadFields",
|
|
3981
|
-
"qualifiedName": "PayloadFields",
|
|
3982
|
-
"package": "@xyo-network/payload-model"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
"type": "reflection",
|
|
3986
|
-
"declaration": {
|
|
3987
|
-
"id": 165,
|
|
3988
|
-
"name": "__type",
|
|
3989
|
-
"kind": 65536,
|
|
3990
|
-
"kindString": "Type literal",
|
|
3991
|
-
"flags": {},
|
|
3992
|
-
"sources": [
|
|
3993
|
-
{
|
|
3994
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3995
|
-
"line": 18,
|
|
3996
|
-
"character": 17
|
|
3997
|
-
}
|
|
3998
|
-
]
|
|
3999
|
-
}
|
|
4000
|
-
}
|
|
4001
|
-
]
|
|
4002
|
-
}
|
|
4003
|
-
],
|
|
4004
|
-
"name": "XyoPayloads",
|
|
4005
|
-
"qualifiedName": "XyoPayloads",
|
|
4006
|
-
"package": "@xyo-network/payload-model"
|
|
2334
|
+
"name": "NodeWrapper",
|
|
2335
|
+
"qualifiedName": "NodeWrapper",
|
|
2336
|
+
"package": "@xyo-network/node"
|
|
4007
2337
|
}
|
|
4008
2338
|
]
|
|
4009
2339
|
},
|
|
@@ -4028,159 +2358,206 @@
|
|
|
4028
2358
|
]
|
|
4029
2359
|
},
|
|
4030
2360
|
{
|
|
4031
|
-
"id":
|
|
4032
|
-
"name": "
|
|
2361
|
+
"id": 87,
|
|
2362
|
+
"name": "useNodeAttachedAddresses",
|
|
2363
|
+
"kind": 64,
|
|
2364
|
+
"kindString": "Function",
|
|
2365
|
+
"flags": {},
|
|
2366
|
+
"sources": [
|
|
2367
|
+
{
|
|
2368
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts",
|
|
2369
|
+
"line": 6,
|
|
2370
|
+
"character": 13,
|
|
2371
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts#L6"
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"signatures": [
|
|
2375
|
+
{
|
|
2376
|
+
"id": 88,
|
|
2377
|
+
"name": "useNodeAttachedAddresses",
|
|
2378
|
+
"kind": 4096,
|
|
2379
|
+
"kindString": "Call signature",
|
|
2380
|
+
"flags": {},
|
|
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"
|
|
2395
|
+
}
|
|
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",
|
|
4033
2421
|
"kind": 64,
|
|
4034
2422
|
"kindString": "Function",
|
|
4035
2423
|
"flags": {},
|
|
4036
2424
|
"sources": [
|
|
4037
2425
|
{
|
|
4038
|
-
"fileName": "packages/modules/packages/node/src/
|
|
4039
|
-
"line":
|
|
2426
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
2427
|
+
"line": 5,
|
|
4040
2428
|
"character": 13,
|
|
4041
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2429
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
4042
2430
|
}
|
|
4043
2431
|
],
|
|
4044
2432
|
"signatures": [
|
|
4045
2433
|
{
|
|
4046
|
-
"id":
|
|
4047
|
-
"name": "
|
|
2434
|
+
"id": 61,
|
|
2435
|
+
"name": "useNodeDrawer",
|
|
4048
2436
|
"kind": 4096,
|
|
4049
2437
|
"kindString": "Call signature",
|
|
4050
2438
|
"flags": {},
|
|
4051
2439
|
"parameters": [
|
|
4052
2440
|
{
|
|
4053
|
-
"id":
|
|
4054
|
-
"name": "
|
|
2441
|
+
"id": 62,
|
|
2442
|
+
"name": "required",
|
|
4055
2443
|
"kind": 32768,
|
|
4056
2444
|
"kindString": "Parameter",
|
|
4057
|
-
"flags": {
|
|
4058
|
-
"isOptional": true
|
|
4059
|
-
},
|
|
2445
|
+
"flags": {},
|
|
4060
2446
|
"type": {
|
|
4061
2447
|
"type": "intrinsic",
|
|
4062
|
-
"name": "
|
|
4063
|
-
}
|
|
2448
|
+
"name": "boolean"
|
|
2449
|
+
},
|
|
2450
|
+
"defaultValue": "true"
|
|
4064
2451
|
}
|
|
4065
2452
|
],
|
|
4066
2453
|
"type": {
|
|
4067
|
-
"type": "
|
|
4068
|
-
"
|
|
2454
|
+
"type": "reference",
|
|
2455
|
+
"typeArguments": [
|
|
4069
2456
|
{
|
|
4070
|
-
"type": "
|
|
2457
|
+
"type": "intersection",
|
|
4071
2458
|
"types": [
|
|
4072
2459
|
{
|
|
4073
2460
|
"type": "reference",
|
|
4074
|
-
"
|
|
4075
|
-
"
|
|
4076
|
-
"package": "@xyo-network/node"
|
|
2461
|
+
"id": 56,
|
|
2462
|
+
"name": "NodeDrawerState"
|
|
4077
2463
|
},
|
|
4078
2464
|
{
|
|
4079
|
-
"type": "
|
|
4080
|
-
"name": "
|
|
2465
|
+
"type": "reference",
|
|
2466
|
+
"name": "ContextExState"
|
|
4081
2467
|
}
|
|
4082
2468
|
]
|
|
4083
2469
|
},
|
|
4084
2470
|
{
|
|
4085
|
-
"type": "
|
|
4086
|
-
"
|
|
4087
|
-
{
|
|
4088
|
-
"type": "reference",
|
|
4089
|
-
"name": "Error",
|
|
4090
|
-
"qualifiedName": "Error",
|
|
4091
|
-
"package": "typescript"
|
|
4092
|
-
},
|
|
4093
|
-
{
|
|
4094
|
-
"type": "intrinsic",
|
|
4095
|
-
"name": "undefined"
|
|
4096
|
-
}
|
|
4097
|
-
]
|
|
2471
|
+
"type": "literal",
|
|
2472
|
+
"value": "provided"
|
|
4098
2473
|
}
|
|
4099
|
-
]
|
|
2474
|
+
],
|
|
2475
|
+
"name": "Omit",
|
|
2476
|
+
"qualifiedName": "Omit",
|
|
2477
|
+
"package": "typescript"
|
|
4100
2478
|
}
|
|
4101
|
-
}
|
|
2479
|
+
}
|
|
2480
|
+
]
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"id": 89,
|
|
2484
|
+
"name": "useProvidedNode",
|
|
2485
|
+
"kind": 64,
|
|
2486
|
+
"kindString": "Function",
|
|
2487
|
+
"flags": {},
|
|
2488
|
+
"sources": [
|
|
2489
|
+
{
|
|
2490
|
+
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
2491
|
+
"line": 8,
|
|
2492
|
+
"character": 13,
|
|
2493
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L8"
|
|
2494
|
+
}
|
|
2495
|
+
],
|
|
2496
|
+
"signatures": [
|
|
4102
2497
|
{
|
|
4103
|
-
"id":
|
|
2498
|
+
"id": 90,
|
|
4104
2499
|
"name": "useProvidedNode",
|
|
4105
2500
|
"kind": 4096,
|
|
4106
2501
|
"kindString": "Call signature",
|
|
4107
2502
|
"flags": {},
|
|
4108
|
-
"parameters": [
|
|
4109
|
-
{
|
|
4110
|
-
"id": 178,
|
|
4111
|
-
"name": "wrap",
|
|
4112
|
-
"kind": 32768,
|
|
4113
|
-
"kindString": "Parameter",
|
|
4114
|
-
"flags": {},
|
|
4115
|
-
"type": {
|
|
4116
|
-
"type": "literal",
|
|
4117
|
-
"value": false
|
|
4118
|
-
}
|
|
4119
|
-
}
|
|
4120
|
-
],
|
|
4121
2503
|
"type": {
|
|
4122
2504
|
"type": "tuple",
|
|
4123
2505
|
"elements": [
|
|
4124
2506
|
{
|
|
4125
2507
|
"type": "union",
|
|
4126
2508
|
"types": [
|
|
4127
|
-
{
|
|
4128
|
-
"type": "reference",
|
|
4129
|
-
"name": "NodeModule",
|
|
4130
|
-
"qualifiedName": "NodeModule",
|
|
4131
|
-
"package": "@xyo-network/node"
|
|
4132
|
-
},
|
|
4133
2509
|
{
|
|
4134
2510
|
"type": "intrinsic",
|
|
4135
2511
|
"name": "undefined"
|
|
4136
|
-
}
|
|
4137
|
-
]
|
|
4138
|
-
},
|
|
4139
|
-
{
|
|
4140
|
-
"type": "union",
|
|
4141
|
-
"types": [
|
|
4142
|
-
{
|
|
4143
|
-
"type": "reference",
|
|
4144
|
-
"name": "Error",
|
|
4145
|
-
"qualifiedName": "Error",
|
|
4146
|
-
"package": "typescript"
|
|
4147
2512
|
},
|
|
4148
2513
|
{
|
|
4149
|
-
"type": "
|
|
4150
|
-
"name": "
|
|
2514
|
+
"type": "reference",
|
|
2515
|
+
"name": "NodeModule",
|
|
2516
|
+
"qualifiedName": "NodeModule",
|
|
2517
|
+
"package": "@xyo-network/node"
|
|
4151
2518
|
}
|
|
4152
2519
|
]
|
|
4153
2520
|
}
|
|
4154
2521
|
]
|
|
4155
2522
|
}
|
|
4156
|
-
}
|
|
2523
|
+
}
|
|
2524
|
+
]
|
|
2525
|
+
},
|
|
2526
|
+
{
|
|
2527
|
+
"id": 91,
|
|
2528
|
+
"name": "useProvidedWrappedNode",
|
|
2529
|
+
"kind": 64,
|
|
2530
|
+
"kindString": "Function",
|
|
2531
|
+
"flags": {},
|
|
2532
|
+
"sources": [
|
|
4157
2533
|
{
|
|
4158
|
-
"
|
|
4159
|
-
"
|
|
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/0192bd3f0/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L14"
|
|
2538
|
+
}
|
|
2539
|
+
],
|
|
2540
|
+
"signatures": [
|
|
2541
|
+
{
|
|
2542
|
+
"id": 92,
|
|
2543
|
+
"name": "useProvidedWrappedNode",
|
|
4160
2544
|
"kind": 4096,
|
|
4161
2545
|
"kindString": "Call signature",
|
|
4162
2546
|
"flags": {},
|
|
4163
2547
|
"parameters": [
|
|
4164
2548
|
{
|
|
4165
|
-
"id":
|
|
4166
|
-
"name": "
|
|
2549
|
+
"id": 93,
|
|
2550
|
+
"name": "account",
|
|
4167
2551
|
"kind": 32768,
|
|
4168
2552
|
"kindString": "Parameter",
|
|
4169
|
-
"flags": {
|
|
2553
|
+
"flags": {
|
|
2554
|
+
"isOptional": true
|
|
2555
|
+
},
|
|
4170
2556
|
"type": {
|
|
4171
|
-
"type": "
|
|
4172
|
-
"
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
"value": true
|
|
4176
|
-
},
|
|
4177
|
-
{
|
|
4178
|
-
"type": "reference",
|
|
4179
|
-
"name": "Account",
|
|
4180
|
-
"qualifiedName": "Account",
|
|
4181
|
-
"package": "@xyo-network/account"
|
|
4182
|
-
}
|
|
4183
|
-
]
|
|
2557
|
+
"type": "reference",
|
|
2558
|
+
"name": "AccountInstance",
|
|
2559
|
+
"qualifiedName": "AccountInstance",
|
|
2560
|
+
"package": "@xyo-network/account-model"
|
|
4184
2561
|
}
|
|
4185
2562
|
}
|
|
4186
2563
|
],
|
|
@@ -4190,30 +2567,30 @@
|
|
|
4190
2567
|
{
|
|
4191
2568
|
"type": "union",
|
|
4192
2569
|
"types": [
|
|
2570
|
+
{
|
|
2571
|
+
"type": "intrinsic",
|
|
2572
|
+
"name": "undefined"
|
|
2573
|
+
},
|
|
4193
2574
|
{
|
|
4194
2575
|
"type": "reference",
|
|
4195
2576
|
"name": "NodeWrapper",
|
|
4196
2577
|
"qualifiedName": "NodeWrapper",
|
|
4197
2578
|
"package": "@xyo-network/node"
|
|
4198
|
-
},
|
|
4199
|
-
{
|
|
4200
|
-
"type": "intrinsic",
|
|
4201
|
-
"name": "undefined"
|
|
4202
2579
|
}
|
|
4203
2580
|
]
|
|
4204
2581
|
},
|
|
4205
2582
|
{
|
|
4206
2583
|
"type": "union",
|
|
4207
2584
|
"types": [
|
|
2585
|
+
{
|
|
2586
|
+
"type": "intrinsic",
|
|
2587
|
+
"name": "undefined"
|
|
2588
|
+
},
|
|
4208
2589
|
{
|
|
4209
2590
|
"type": "reference",
|
|
4210
2591
|
"name": "Error",
|
|
4211
2592
|
"qualifiedName": "Error",
|
|
4212
2593
|
"package": "typescript"
|
|
4213
|
-
},
|
|
4214
|
-
{
|
|
4215
|
-
"type": "intrinsic",
|
|
4216
|
-
"name": "undefined"
|
|
4217
2594
|
}
|
|
4218
2595
|
]
|
|
4219
2596
|
}
|
|
@@ -4223,97 +2600,162 @@
|
|
|
4223
2600
|
]
|
|
4224
2601
|
},
|
|
4225
2602
|
{
|
|
4226
|
-
"id":
|
|
4227
|
-
"name": "
|
|
2603
|
+
"id": 116,
|
|
2604
|
+
"name": "useWrappedModule",
|
|
4228
2605
|
"kind": 64,
|
|
4229
2606
|
"kindString": "Function",
|
|
4230
2607
|
"flags": {},
|
|
4231
2608
|
"sources": [
|
|
4232
2609
|
{
|
|
4233
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
4234
|
-
"line":
|
|
2610
|
+
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
2611
|
+
"line": 61,
|
|
4235
2612
|
"character": 13,
|
|
4236
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2613
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L61"
|
|
4237
2614
|
}
|
|
4238
2615
|
],
|
|
4239
2616
|
"signatures": [
|
|
4240
2617
|
{
|
|
4241
|
-
"id":
|
|
4242
|
-
"name": "
|
|
2618
|
+
"id": 117,
|
|
2619
|
+
"name": "useWrappedModule",
|
|
4243
2620
|
"kind": 4096,
|
|
4244
2621
|
"kindString": "Call signature",
|
|
4245
2622
|
"flags": {},
|
|
4246
2623
|
"parameters": [
|
|
4247
2624
|
{
|
|
4248
|
-
"id":
|
|
4249
|
-
"name": "
|
|
2625
|
+
"id": 118,
|
|
2626
|
+
"name": "nameOrAddress",
|
|
4250
2627
|
"kind": 32768,
|
|
4251
2628
|
"kindString": "Parameter",
|
|
4252
2629
|
"flags": {
|
|
4253
2630
|
"isOptional": true
|
|
4254
2631
|
},
|
|
4255
2632
|
"type": {
|
|
4256
|
-
"type": "reference",
|
|
4257
|
-
"name": "ModuleFilter",
|
|
4258
|
-
"qualifiedName": "ModuleFilter",
|
|
4259
|
-
"package": "@xyo-network/module-model"
|
|
4260
|
-
}
|
|
4261
|
-
}
|
|
4262
|
-
],
|
|
4263
|
-
"type": {
|
|
4264
|
-
"type": "union",
|
|
4265
|
-
"types": [
|
|
4266
|
-
{
|
|
4267
2633
|
"type": "intrinsic",
|
|
4268
|
-
"name": "
|
|
2634
|
+
"name": "string"
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"id": 119,
|
|
2639
|
+
"name": "account",
|
|
2640
|
+
"kind": 32768,
|
|
2641
|
+
"kindString": "Parameter",
|
|
2642
|
+
"flags": {
|
|
2643
|
+
"isOptional": true
|
|
4269
2644
|
},
|
|
4270
|
-
{
|
|
2645
|
+
"type": {
|
|
4271
2646
|
"type": "reference",
|
|
4272
|
-
"name": "
|
|
4273
|
-
"qualifiedName": "
|
|
4274
|
-
"package": "@xyo-network/
|
|
2647
|
+
"name": "AccountInstance",
|
|
2648
|
+
"qualifiedName": "AccountInstance",
|
|
2649
|
+
"package": "@xyo-network/account-model"
|
|
4275
2650
|
}
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
|
|
4288
|
-
|
|
4289
|
-
|
|
4290
|
-
|
|
4291
|
-
"character": 13,
|
|
4292
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/244a065a2a5/packages/modules/packages/node/src/hooks/useWitnessModules.ts#L5"
|
|
4293
|
-
}
|
|
4294
|
-
],
|
|
4295
|
-
"signatures": [
|
|
4296
|
-
{
|
|
4297
|
-
"id": 185,
|
|
4298
|
-
"name": "useWitnessModules",
|
|
4299
|
-
"kind": 4096,
|
|
4300
|
-
"kindString": "Call signature",
|
|
4301
|
-
"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
|
+
],
|
|
4302
2666
|
"type": {
|
|
4303
|
-
"type": "
|
|
4304
|
-
"
|
|
2667
|
+
"type": "tuple",
|
|
2668
|
+
"elements": [
|
|
4305
2669
|
{
|
|
4306
|
-
"type": "
|
|
4307
|
-
"
|
|
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
|
+
]
|
|
4308
2744
|
},
|
|
4309
2745
|
{
|
|
4310
|
-
"type": "
|
|
4311
|
-
"
|
|
4312
|
-
|
|
4313
|
-
|
|
4314
|
-
|
|
4315
|
-
|
|
4316
|
-
|
|
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
|
+
]
|
|
4317
2759
|
}
|
|
4318
2760
|
]
|
|
4319
2761
|
}
|
|
@@ -4331,15 +2773,14 @@
|
|
|
4331
2773
|
50,
|
|
4332
2774
|
56,
|
|
4333
2775
|
41,
|
|
4334
|
-
23
|
|
2776
|
+
23,
|
|
2777
|
+
94
|
|
4335
2778
|
]
|
|
4336
2779
|
},
|
|
4337
2780
|
{
|
|
4338
2781
|
"title": "Type Aliases",
|
|
4339
2782
|
"children": [
|
|
4340
|
-
10
|
|
4341
|
-
115,
|
|
4342
|
-
108
|
|
2783
|
+
10
|
|
4343
2784
|
]
|
|
4344
2785
|
},
|
|
4345
2786
|
{
|
|
@@ -4359,25 +2800,17 @@
|
|
|
4359
2800
|
6,
|
|
4360
2801
|
52,
|
|
4361
2802
|
43,
|
|
4362
|
-
|
|
4363
|
-
67,
|
|
2803
|
+
102,
|
|
4364
2804
|
63,
|
|
4365
|
-
|
|
4366
|
-
75,
|
|
4367
|
-
77,
|
|
4368
|
-
80,
|
|
4369
|
-
82,
|
|
4370
|
-
85,
|
|
4371
|
-
98,
|
|
2805
|
+
66,
|
|
4372
2806
|
37,
|
|
4373
|
-
|
|
4374
|
-
|
|
2807
|
+
75,
|
|
2808
|
+
83,
|
|
2809
|
+
87,
|
|
4375
2810
|
60,
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
181,
|
|
4380
|
-
184
|
|
2811
|
+
89,
|
|
2812
|
+
91,
|
|
2813
|
+
116
|
|
4381
2814
|
]
|
|
4382
2815
|
}
|
|
4383
2816
|
],
|
|
@@ -4386,7 +2819,7 @@
|
|
|
4386
2819
|
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
4387
2820
|
"line": 1,
|
|
4388
2821
|
"character": 0,
|
|
4389
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2822
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/0192bd3f0/packages/modules/packages/node/src/index.ts#L1"
|
|
4390
2823
|
}
|
|
4391
2824
|
]
|
|
4392
2825
|
}
|