@xyo-network/react-node 2.45.0-rc.18 → 2.45.0-rc.19
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 +1 -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 +15 -3
- package/dist/cjs/hooks/useModule.js.map +1 -1
- package/dist/cjs/hooks/useModules.js +31 -6
- package/dist/cjs/hooks/useModules.js.map +1 -1
- package/dist/cjs/hooks/useNode.js +36 -4
- 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/docs.json +408 -1168
- package/dist/esm/hooks/index.js +1 -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 +15 -3
- package/dist/esm/hooks/useModule.js.map +1 -1
- package/dist/esm/hooks/useModules.js +31 -6
- package/dist/esm/hooks/useModules.js.map +1 -1
- package/dist/esm/hooks/useNode.js +37 -5
- package/dist/esm/hooks/useNode.js.map +1 -1
- package/dist/esm/hooks/useNodeAttachedAddresses.js +17 -0
- package/dist/esm/hooks/useNodeAttachedAddresses.js.map +1 -0
- package/dist/types/hooks/index.d.ts +1 -9
- package/dist/types/hooks/index.d.ts.map +1 -1
- 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 -2
- 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/package.json +6 -11
- package/src/hooks/index.ts +1 -9
- package/src/hooks/useMemoryNodeUpdates.tsx +1 -1
- package/src/hooks/useModule.tsx +16 -3
- package/src/hooks/useModules.ts +31 -9
- package/src/hooks/useNode.tsx +40 -8
- package/src/hooks/{useModuleAddresses.ts → useNodeAttachedAddresses.ts} +6 -6
- 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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/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/46c7a9f244d/packages/modules/packages/node/src/contexts/ModuleRepository/State.ts#L4"
|
|
531
531
|
}
|
|
532
532
|
],
|
|
533
533
|
"indexSignature": {
|
|
@@ -557,14 +557,14 @@
|
|
|
557
557
|
}
|
|
558
558
|
},
|
|
559
559
|
{
|
|
560
|
-
"id":
|
|
560
|
+
"id": 93,
|
|
561
561
|
"name": "WrapperStatic",
|
|
562
562
|
"kind": 256,
|
|
563
563
|
"kindString": "Interface",
|
|
564
564
|
"flags": {},
|
|
565
565
|
"children": [
|
|
566
566
|
{
|
|
567
|
-
"id":
|
|
567
|
+
"id": 94,
|
|
568
568
|
"name": "wrap",
|
|
569
569
|
"kind": 1024,
|
|
570
570
|
"kindString": "Property",
|
|
@@ -574,13 +574,13 @@
|
|
|
574
574
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
575
575
|
"line": 9,
|
|
576
576
|
"character": 2,
|
|
577
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
577
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L9"
|
|
578
578
|
}
|
|
579
579
|
],
|
|
580
580
|
"type": {
|
|
581
581
|
"type": "reflection",
|
|
582
582
|
"declaration": {
|
|
583
|
-
"id":
|
|
583
|
+
"id": 95,
|
|
584
584
|
"name": "__type",
|
|
585
585
|
"kind": 65536,
|
|
586
586
|
"kindString": "Type literal",
|
|
@@ -590,19 +590,19 @@
|
|
|
590
590
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
591
591
|
"line": 9,
|
|
592
592
|
"character": 8,
|
|
593
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
593
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L9"
|
|
594
594
|
}
|
|
595
595
|
],
|
|
596
596
|
"signatures": [
|
|
597
597
|
{
|
|
598
|
-
"id":
|
|
598
|
+
"id": 96,
|
|
599
599
|
"name": "__type",
|
|
600
600
|
"kind": 4096,
|
|
601
601
|
"kindString": "Call signature",
|
|
602
602
|
"flags": {},
|
|
603
603
|
"parameters": [
|
|
604
604
|
{
|
|
605
|
-
"id":
|
|
605
|
+
"id": 97,
|
|
606
606
|
"name": "module",
|
|
607
607
|
"kind": 32768,
|
|
608
608
|
"kindString": "Parameter",
|
|
@@ -617,13 +617,13 @@
|
|
|
617
617
|
},
|
|
618
618
|
"objectType": {
|
|
619
619
|
"type": "reference",
|
|
620
|
-
"id":
|
|
620
|
+
"id": 99,
|
|
621
621
|
"name": "TModuleWrapper"
|
|
622
622
|
}
|
|
623
623
|
}
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
|
-
"id":
|
|
626
|
+
"id": 98,
|
|
627
627
|
"name": "account",
|
|
628
628
|
"kind": 32768,
|
|
629
629
|
"kindString": "Parameter",
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
],
|
|
641
641
|
"type": {
|
|
642
642
|
"type": "reference",
|
|
643
|
-
"id":
|
|
643
|
+
"id": 99,
|
|
644
644
|
"name": "TModuleWrapper"
|
|
645
645
|
}
|
|
646
646
|
}
|
|
@@ -653,7 +653,7 @@
|
|
|
653
653
|
{
|
|
654
654
|
"title": "Properties",
|
|
655
655
|
"children": [
|
|
656
|
-
|
|
656
|
+
94
|
|
657
657
|
]
|
|
658
658
|
}
|
|
659
659
|
],
|
|
@@ -662,12 +662,12 @@
|
|
|
662
662
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
663
663
|
"line": 8,
|
|
664
664
|
"character": 17,
|
|
665
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
665
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L8"
|
|
666
666
|
}
|
|
667
667
|
],
|
|
668
668
|
"typeParameters": [
|
|
669
669
|
{
|
|
670
|
-
"id":
|
|
670
|
+
"id": 99,
|
|
671
671
|
"name": "TModuleWrapper",
|
|
672
672
|
"kind": 131072,
|
|
673
673
|
"kindString": "Type parameter",
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
699
699
|
"line": 8,
|
|
700
700
|
"character": 12,
|
|
701
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
701
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
702
702
|
}
|
|
703
703
|
],
|
|
704
704
|
"type": {
|
|
@@ -729,7 +729,7 @@
|
|
|
729
729
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
730
730
|
"line": 9,
|
|
731
731
|
"character": 2,
|
|
732
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
732
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L9"
|
|
733
733
|
}
|
|
734
734
|
],
|
|
735
735
|
"type": {
|
|
@@ -760,7 +760,7 @@
|
|
|
760
760
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
761
761
|
"line": 10,
|
|
762
762
|
"character": 2,
|
|
763
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
763
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L10"
|
|
764
764
|
}
|
|
765
765
|
],
|
|
766
766
|
"type": {
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
784
784
|
"line": 8,
|
|
785
785
|
"character": 51,
|
|
786
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
786
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L8"
|
|
787
787
|
}
|
|
788
788
|
]
|
|
789
789
|
}
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts",
|
|
824
824
|
"line": 5,
|
|
825
825
|
"character": 13,
|
|
826
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
826
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/ModuleRepository/Context.ts#L5"
|
|
827
827
|
}
|
|
828
828
|
],
|
|
829
829
|
"type": {
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Context.ts",
|
|
864
864
|
"line": 5,
|
|
865
865
|
"character": 13,
|
|
866
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
866
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/Node/Context.ts#L5"
|
|
867
867
|
}
|
|
868
868
|
],
|
|
869
869
|
"type": {
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts",
|
|
904
904
|
"line": 5,
|
|
905
905
|
"character": 13,
|
|
906
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
906
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/NodeDrawerContext/Context.ts#L5"
|
|
907
907
|
}
|
|
908
908
|
],
|
|
909
909
|
"type": {
|
|
@@ -941,7 +941,7 @@
|
|
|
941
941
|
"fileName": "packages/modules/packages/node/src/contexts/MemoryProvider.tsx",
|
|
942
942
|
"line": 14,
|
|
943
943
|
"character": 13,
|
|
944
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
944
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/MemoryProvider.tsx#L14"
|
|
945
945
|
}
|
|
946
946
|
],
|
|
947
947
|
"signatures": [
|
|
@@ -1017,7 +1017,7 @@
|
|
|
1017
1017
|
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx",
|
|
1018
1018
|
"line": 11,
|
|
1019
1019
|
"character": 13,
|
|
1020
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1020
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/ModuleRepository/Provider.tsx#L11"
|
|
1021
1021
|
}
|
|
1022
1022
|
],
|
|
1023
1023
|
"signatures": [
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"fileName": "packages/modules/packages/node/src/components/Node.tsx",
|
|
1093
1093
|
"line": 8,
|
|
1094
1094
|
"character": 13,
|
|
1095
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1095
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/components/Node.tsx#L8"
|
|
1096
1096
|
}
|
|
1097
1097
|
],
|
|
1098
1098
|
"signatures": [
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
"fileName": "packages/modules/packages/node/src/components/NodeDrawer.tsx",
|
|
1170
1170
|
"line": 12,
|
|
1171
1171
|
"character": 13,
|
|
1172
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1172
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/components/NodeDrawer.tsx#L12"
|
|
1173
1173
|
}
|
|
1174
1174
|
],
|
|
1175
1175
|
"signatures": [
|
|
@@ -1245,7 +1245,7 @@
|
|
|
1245
1245
|
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx",
|
|
1246
1246
|
"line": 10,
|
|
1247
1247
|
"character": 13,
|
|
1248
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1248
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/NodeDrawerContext/Provider.tsx#L10"
|
|
1249
1249
|
}
|
|
1250
1250
|
],
|
|
1251
1251
|
"signatures": [
|
|
@@ -1321,7 +1321,7 @@
|
|
|
1321
1321
|
"fileName": "packages/modules/packages/node/src/contexts/Node/Provider.tsx",
|
|
1322
1322
|
"line": 11,
|
|
1323
1323
|
"character": 13,
|
|
1324
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1324
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/Node/Provider.tsx#L11"
|
|
1325
1325
|
}
|
|
1326
1326
|
],
|
|
1327
1327
|
"signatures": [
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
]
|
|
1396
1396
|
},
|
|
1397
1397
|
{
|
|
1398
|
-
"id":
|
|
1398
|
+
"id": 100,
|
|
1399
1399
|
"name": "WrappedModuleHookFactory",
|
|
1400
1400
|
"kind": 64,
|
|
1401
1401
|
"kindString": "Function",
|
|
@@ -1405,19 +1405,19 @@
|
|
|
1405
1405
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
1406
1406
|
"line": 12,
|
|
1407
1407
|
"character": 13,
|
|
1408
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1408
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L12"
|
|
1409
1409
|
}
|
|
1410
1410
|
],
|
|
1411
1411
|
"signatures": [
|
|
1412
1412
|
{
|
|
1413
|
-
"id":
|
|
1413
|
+
"id": 101,
|
|
1414
1414
|
"name": "WrappedModuleHookFactory",
|
|
1415
1415
|
"kind": 4096,
|
|
1416
1416
|
"kindString": "Call signature",
|
|
1417
1417
|
"flags": {},
|
|
1418
1418
|
"typeParameter": [
|
|
1419
1419
|
{
|
|
1420
|
-
"id":
|
|
1420
|
+
"id": 106,
|
|
1421
1421
|
"name": "TModuleWrapper",
|
|
1422
1422
|
"kind": 131072,
|
|
1423
1423
|
"kindString": "Type parameter",
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
{
|
|
1447
1447
|
"type": "reflection",
|
|
1448
1448
|
"declaration": {
|
|
1449
|
-
"id":
|
|
1449
|
+
"id": 102,
|
|
1450
1450
|
"name": "__type",
|
|
1451
1451
|
"kind": 65536,
|
|
1452
1452
|
"kindString": "Type literal",
|
|
@@ -1463,7 +1463,7 @@
|
|
|
1463
1463
|
{
|
|
1464
1464
|
"type": "reflection",
|
|
1465
1465
|
"declaration": {
|
|
1466
|
-
"id":
|
|
1466
|
+
"id": 103,
|
|
1467
1467
|
"name": "__type",
|
|
1468
1468
|
"kind": 65536,
|
|
1469
1469
|
"kindString": "Type literal",
|
|
@@ -1486,7 +1486,7 @@
|
|
|
1486
1486
|
},
|
|
1487
1487
|
{
|
|
1488
1488
|
"type": "reference",
|
|
1489
|
-
"id":
|
|
1489
|
+
"id": 106,
|
|
1490
1490
|
"name": "TModuleWrapper"
|
|
1491
1491
|
}
|
|
1492
1492
|
],
|
|
@@ -1518,7 +1518,7 @@
|
|
|
1518
1518
|
{
|
|
1519
1519
|
"type": "reflection",
|
|
1520
1520
|
"declaration": {
|
|
1521
|
-
"id":
|
|
1521
|
+
"id": 104,
|
|
1522
1522
|
"name": "__type",
|
|
1523
1523
|
"kind": 65536,
|
|
1524
1524
|
"kindString": "Type literal",
|
|
@@ -1535,7 +1535,7 @@
|
|
|
1535
1535
|
{
|
|
1536
1536
|
"type": "reflection",
|
|
1537
1537
|
"declaration": {
|
|
1538
|
-
"id":
|
|
1538
|
+
"id": 105,
|
|
1539
1539
|
"name": "__type",
|
|
1540
1540
|
"kind": 65536,
|
|
1541
1541
|
"kindString": "Type literal",
|
|
@@ -1565,18 +1565,18 @@
|
|
|
1565
1565
|
],
|
|
1566
1566
|
"parameters": [
|
|
1567
1567
|
{
|
|
1568
|
-
"id":
|
|
1568
|
+
"id": 107,
|
|
1569
1569
|
"name": "wrapperObject",
|
|
1570
1570
|
"kind": 32768,
|
|
1571
1571
|
"kindString": "Parameter",
|
|
1572
1572
|
"flags": {},
|
|
1573
1573
|
"type": {
|
|
1574
1574
|
"type": "reference",
|
|
1575
|
-
"id":
|
|
1575
|
+
"id": 93,
|
|
1576
1576
|
"typeArguments": [
|
|
1577
1577
|
{
|
|
1578
1578
|
"type": "reference",
|
|
1579
|
-
"id":
|
|
1579
|
+
"id": 106,
|
|
1580
1580
|
"name": "TModuleWrapper"
|
|
1581
1581
|
}
|
|
1582
1582
|
],
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"type": {
|
|
1588
1588
|
"type": "reflection",
|
|
1589
1589
|
"declaration": {
|
|
1590
|
-
"id":
|
|
1590
|
+
"id": 108,
|
|
1591
1591
|
"name": "__type",
|
|
1592
1592
|
"kind": 65536,
|
|
1593
1593
|
"kindString": "Type literal",
|
|
@@ -1597,19 +1597,19 @@
|
|
|
1597
1597
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
1598
1598
|
"line": 13,
|
|
1599
1599
|
"character": 9,
|
|
1600
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1600
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L13"
|
|
1601
1601
|
}
|
|
1602
1602
|
],
|
|
1603
1603
|
"signatures": [
|
|
1604
1604
|
{
|
|
1605
|
-
"id":
|
|
1605
|
+
"id": 109,
|
|
1606
1606
|
"name": "__type",
|
|
1607
1607
|
"kind": 4096,
|
|
1608
1608
|
"kindString": "Call signature",
|
|
1609
1609
|
"flags": {},
|
|
1610
1610
|
"parameters": [
|
|
1611
1611
|
{
|
|
1612
|
-
"id":
|
|
1612
|
+
"id": 110,
|
|
1613
1613
|
"name": "nameOrAddress",
|
|
1614
1614
|
"kind": 32768,
|
|
1615
1615
|
"kindString": "Parameter",
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
}
|
|
1623
1623
|
},
|
|
1624
1624
|
{
|
|
1625
|
-
"id":
|
|
1625
|
+
"id": 111,
|
|
1626
1626
|
"name": "account",
|
|
1627
1627
|
"kind": 32768,
|
|
1628
1628
|
"kindString": "Parameter",
|
|
@@ -1649,7 +1649,7 @@
|
|
|
1649
1649
|
},
|
|
1650
1650
|
{
|
|
1651
1651
|
"type": "reference",
|
|
1652
|
-
"id":
|
|
1652
|
+
"id": 106,
|
|
1653
1653
|
"name": "TModuleWrapper"
|
|
1654
1654
|
}
|
|
1655
1655
|
]
|
|
@@ -1679,55 +1679,29 @@
|
|
|
1679
1679
|
]
|
|
1680
1680
|
},
|
|
1681
1681
|
{
|
|
1682
|
-
"id":
|
|
1683
|
-
"name": "
|
|
1682
|
+
"id": 63,
|
|
1683
|
+
"name": "useMemoryNodeUpdates",
|
|
1684
1684
|
"kind": 64,
|
|
1685
1685
|
"kindString": "Function",
|
|
1686
1686
|
"flags": {},
|
|
1687
1687
|
"sources": [
|
|
1688
1688
|
{
|
|
1689
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1690
|
-
"line":
|
|
1689
|
+
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
1690
|
+
"line": 13,
|
|
1691
1691
|
"character": 13,
|
|
1692
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1692
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
1693
1693
|
}
|
|
1694
1694
|
],
|
|
1695
1695
|
"signatures": [
|
|
1696
1696
|
{
|
|
1697
|
-
"id":
|
|
1698
|
-
"name": "
|
|
1697
|
+
"id": 64,
|
|
1698
|
+
"name": "useMemoryNodeUpdates",
|
|
1699
1699
|
"kind": 4096,
|
|
1700
1700
|
"kindString": "Call signature",
|
|
1701
1701
|
"flags": {},
|
|
1702
1702
|
"parameters": [
|
|
1703
1703
|
{
|
|
1704
|
-
"id":
|
|
1705
|
-
"name": "archiveName",
|
|
1706
|
-
"kind": 32768,
|
|
1707
|
-
"kindString": "Parameter",
|
|
1708
|
-
"flags": {
|
|
1709
|
-
"isOptional": true
|
|
1710
|
-
},
|
|
1711
|
-
"type": {
|
|
1712
|
-
"type": "intrinsic",
|
|
1713
|
-
"name": "string"
|
|
1714
|
-
}
|
|
1715
|
-
},
|
|
1716
|
-
{
|
|
1717
|
-
"id": 70,
|
|
1718
|
-
"name": "refresher",
|
|
1719
|
-
"kind": 32768,
|
|
1720
|
-
"kindString": "Parameter",
|
|
1721
|
-
"flags": {
|
|
1722
|
-
"isOptional": true
|
|
1723
|
-
},
|
|
1724
|
-
"type": {
|
|
1725
|
-
"type": "intrinsic",
|
|
1726
|
-
"name": "unknown"
|
|
1727
|
-
}
|
|
1728
|
-
},
|
|
1729
|
-
{
|
|
1730
|
-
"id": 71,
|
|
1704
|
+
"id": 65,
|
|
1731
1705
|
"name": "refreshAddresses",
|
|
1732
1706
|
"kind": 32768,
|
|
1733
1707
|
"kindString": "Parameter",
|
|
@@ -1744,59 +1718,164 @@
|
|
|
1744
1718
|
}
|
|
1745
1719
|
],
|
|
1746
1720
|
"type": {
|
|
1747
|
-
"type": "
|
|
1748
|
-
"
|
|
1749
|
-
{
|
|
1750
|
-
"type": "intrinsic",
|
|
1751
|
-
"name": "undefined"
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"type": "reference",
|
|
1755
|
-
"name": "UseArchiveArchivists"
|
|
1756
|
-
}
|
|
1757
|
-
]
|
|
1721
|
+
"type": "reference",
|
|
1722
|
+
"name": "UseMemoryNodeUpdates"
|
|
1758
1723
|
}
|
|
1759
1724
|
}
|
|
1760
1725
|
]
|
|
1761
1726
|
},
|
|
1762
1727
|
{
|
|
1763
|
-
"id":
|
|
1764
|
-
"name": "
|
|
1728
|
+
"id": 66,
|
|
1729
|
+
"name": "useModule",
|
|
1765
1730
|
"kind": 64,
|
|
1766
1731
|
"kindString": "Function",
|
|
1767
1732
|
"flags": {},
|
|
1768
1733
|
"sources": [
|
|
1769
1734
|
{
|
|
1770
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
1771
|
-
"line":
|
|
1735
|
+
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
1736
|
+
"line": 8,
|
|
1772
1737
|
"character": 13,
|
|
1773
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1738
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useModule.tsx#L8"
|
|
1774
1739
|
}
|
|
1775
1740
|
],
|
|
1776
1741
|
"signatures": [
|
|
1777
1742
|
{
|
|
1778
|
-
"id":
|
|
1779
|
-
"name": "
|
|
1743
|
+
"id": 67,
|
|
1744
|
+
"name": "useModule",
|
|
1780
1745
|
"kind": 4096,
|
|
1781
1746
|
"kindString": "Call signature",
|
|
1782
1747
|
"flags": {},
|
|
1783
|
-
"
|
|
1748
|
+
"typeParameter": [
|
|
1784
1749
|
{
|
|
1785
|
-
"id":
|
|
1786
|
-
"name": "
|
|
1787
|
-
"kind":
|
|
1788
|
-
"kindString": "
|
|
1789
|
-
"flags": {
|
|
1790
|
-
"isOptional": true
|
|
1791
|
-
},
|
|
1750
|
+
"id": 72,
|
|
1751
|
+
"name": "TModule",
|
|
1752
|
+
"kind": 131072,
|
|
1753
|
+
"kindString": "Type parameter",
|
|
1754
|
+
"flags": {},
|
|
1792
1755
|
"type": {
|
|
1793
|
-
"type": "
|
|
1794
|
-
"
|
|
1756
|
+
"type": "reference",
|
|
1757
|
+
"typeArguments": [
|
|
1758
|
+
{
|
|
1759
|
+
"type": "intersection",
|
|
1760
|
+
"types": [
|
|
1761
|
+
{
|
|
1762
|
+
"type": "reference",
|
|
1763
|
+
"name": "SchemaFields",
|
|
1764
|
+
"qualifiedName": "SchemaFields",
|
|
1765
|
+
"package": "@xyo-network/payload-model"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"type": "reference",
|
|
1769
|
+
"name": "PayloadFields",
|
|
1770
|
+
"qualifiedName": "PayloadFields",
|
|
1771
|
+
"package": "@xyo-network/payload-model"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
"type": "reflection",
|
|
1775
|
+
"declaration": {
|
|
1776
|
+
"id": 68,
|
|
1777
|
+
"name": "__type",
|
|
1778
|
+
"kind": 65536,
|
|
1779
|
+
"kindString": "Type literal",
|
|
1780
|
+
"flags": {},
|
|
1781
|
+
"sources": [
|
|
1782
|
+
{
|
|
1783
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1784
|
+
"line": 8,
|
|
1785
|
+
"character": 75
|
|
1786
|
+
}
|
|
1787
|
+
]
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"type": "reflection",
|
|
1792
|
+
"declaration": {
|
|
1793
|
+
"id": 69,
|
|
1794
|
+
"name": "__type",
|
|
1795
|
+
"kind": 65536,
|
|
1796
|
+
"kindString": "Type literal",
|
|
1797
|
+
"flags": {},
|
|
1798
|
+
"sources": [
|
|
1799
|
+
{
|
|
1800
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1801
|
+
"line": 18,
|
|
1802
|
+
"character": 17
|
|
1803
|
+
}
|
|
1804
|
+
]
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
]
|
|
1808
|
+
}
|
|
1809
|
+
],
|
|
1810
|
+
"name": "Module",
|
|
1811
|
+
"qualifiedName": "Module",
|
|
1812
|
+
"package": "@xyo-network/module-model"
|
|
1813
|
+
},
|
|
1814
|
+
"default": {
|
|
1815
|
+
"type": "reference",
|
|
1816
|
+
"typeArguments": [
|
|
1817
|
+
{
|
|
1818
|
+
"type": "intersection",
|
|
1819
|
+
"types": [
|
|
1820
|
+
{
|
|
1821
|
+
"type": "reference",
|
|
1822
|
+
"name": "SchemaFields",
|
|
1823
|
+
"qualifiedName": "SchemaFields",
|
|
1824
|
+
"package": "@xyo-network/payload-model"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"type": "reference",
|
|
1828
|
+
"name": "PayloadFields",
|
|
1829
|
+
"qualifiedName": "PayloadFields",
|
|
1830
|
+
"package": "@xyo-network/payload-model"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"type": "reflection",
|
|
1834
|
+
"declaration": {
|
|
1835
|
+
"id": 70,
|
|
1836
|
+
"name": "__type",
|
|
1837
|
+
"kind": 65536,
|
|
1838
|
+
"kindString": "Type literal",
|
|
1839
|
+
"flags": {},
|
|
1840
|
+
"sources": [
|
|
1841
|
+
{
|
|
1842
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
1843
|
+
"line": 8,
|
|
1844
|
+
"character": 75
|
|
1845
|
+
}
|
|
1846
|
+
]
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
"type": "reflection",
|
|
1851
|
+
"declaration": {
|
|
1852
|
+
"id": 71,
|
|
1853
|
+
"name": "__type",
|
|
1854
|
+
"kind": 65536,
|
|
1855
|
+
"kindString": "Type literal",
|
|
1856
|
+
"flags": {},
|
|
1857
|
+
"sources": [
|
|
1858
|
+
{
|
|
1859
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
1860
|
+
"line": 18,
|
|
1861
|
+
"character": 17
|
|
1862
|
+
}
|
|
1863
|
+
]
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
]
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"name": "Module",
|
|
1870
|
+
"qualifiedName": "Module",
|
|
1871
|
+
"package": "@xyo-network/module-model"
|
|
1795
1872
|
}
|
|
1796
|
-
}
|
|
1873
|
+
}
|
|
1874
|
+
],
|
|
1875
|
+
"parameters": [
|
|
1797
1876
|
{
|
|
1798
|
-
"id":
|
|
1799
|
-
"name": "
|
|
1877
|
+
"id": 73,
|
|
1878
|
+
"name": "nameOrAddress",
|
|
1800
1879
|
"kind": 32768,
|
|
1801
1880
|
"kindString": "Parameter",
|
|
1802
1881
|
"flags": {
|
|
@@ -1804,20 +1883,41 @@
|
|
|
1804
1883
|
},
|
|
1805
1884
|
"type": {
|
|
1806
1885
|
"type": "intrinsic",
|
|
1807
|
-
"name": "
|
|
1886
|
+
"name": "string"
|
|
1808
1887
|
}
|
|
1809
1888
|
}
|
|
1810
1889
|
],
|
|
1811
1890
|
"type": {
|
|
1812
|
-
"type": "
|
|
1813
|
-
"
|
|
1891
|
+
"type": "tuple",
|
|
1892
|
+
"elements": [
|
|
1814
1893
|
{
|
|
1815
|
-
"type": "
|
|
1816
|
-
"
|
|
1894
|
+
"type": "union",
|
|
1895
|
+
"types": [
|
|
1896
|
+
{
|
|
1897
|
+
"type": "intrinsic",
|
|
1898
|
+
"name": "undefined"
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
"type": "reference",
|
|
1902
|
+
"id": 72,
|
|
1903
|
+
"name": "TModule"
|
|
1904
|
+
}
|
|
1905
|
+
]
|
|
1817
1906
|
},
|
|
1818
1907
|
{
|
|
1819
|
-
"type": "
|
|
1820
|
-
"
|
|
1908
|
+
"type": "union",
|
|
1909
|
+
"types": [
|
|
1910
|
+
{
|
|
1911
|
+
"type": "intrinsic",
|
|
1912
|
+
"name": "undefined"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"type": "reference",
|
|
1916
|
+
"name": "Error",
|
|
1917
|
+
"qualifiedName": "Error",
|
|
1918
|
+
"package": "typescript"
|
|
1919
|
+
}
|
|
1920
|
+
]
|
|
1821
1921
|
}
|
|
1822
1922
|
]
|
|
1823
1923
|
}
|
|
@@ -1825,557 +1925,60 @@
|
|
|
1825
1925
|
]
|
|
1826
1926
|
},
|
|
1827
1927
|
{
|
|
1828
|
-
"id":
|
|
1829
|
-
"name": "
|
|
1928
|
+
"id": 37,
|
|
1929
|
+
"name": "useModuleRepository",
|
|
1830
1930
|
"kind": 64,
|
|
1831
1931
|
"kindString": "Function",
|
|
1832
1932
|
"flags": {},
|
|
1833
1933
|
"sources": [
|
|
1834
1934
|
{
|
|
1835
|
-
"fileName": "packages/modules/packages/node/src/
|
|
1836
|
-
"line":
|
|
1935
|
+
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
1936
|
+
"line": 5,
|
|
1837
1937
|
"character": 13,
|
|
1838
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1938
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
1839
1939
|
}
|
|
1840
1940
|
],
|
|
1841
1941
|
"signatures": [
|
|
1842
1942
|
{
|
|
1843
|
-
"id":
|
|
1844
|
-
"name": "
|
|
1943
|
+
"id": 38,
|
|
1944
|
+
"name": "useModuleRepository",
|
|
1845
1945
|
"kind": 4096,
|
|
1846
1946
|
"kindString": "Call signature",
|
|
1847
1947
|
"flags": {},
|
|
1848
1948
|
"parameters": [
|
|
1849
1949
|
{
|
|
1850
|
-
"id":
|
|
1851
|
-
"name": "
|
|
1950
|
+
"id": 39,
|
|
1951
|
+
"name": "required",
|
|
1852
1952
|
"kind": 32768,
|
|
1853
1953
|
"kindString": "Parameter",
|
|
1854
|
-
"flags": {
|
|
1855
|
-
"isOptional": true
|
|
1856
|
-
},
|
|
1954
|
+
"flags": {},
|
|
1857
1955
|
"type": {
|
|
1858
|
-
"type": "
|
|
1859
|
-
"name": "
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
}
|
|
1956
|
+
"type": "intrinsic",
|
|
1957
|
+
"name": "boolean"
|
|
1958
|
+
},
|
|
1959
|
+
"defaultValue": "false"
|
|
1863
1960
|
}
|
|
1864
1961
|
],
|
|
1865
1962
|
"type": {
|
|
1866
|
-
"type": "
|
|
1867
|
-
"
|
|
1963
|
+
"type": "reference",
|
|
1964
|
+
"typeArguments": [
|
|
1868
1965
|
{
|
|
1869
|
-
"type": "
|
|
1870
|
-
"
|
|
1966
|
+
"type": "intersection",
|
|
1967
|
+
"types": [
|
|
1968
|
+
{
|
|
1969
|
+
"type": "reference",
|
|
1970
|
+
"id": 26,
|
|
1971
|
+
"name": "ModuleRepositoryContextState"
|
|
1972
|
+
},
|
|
1973
|
+
{
|
|
1974
|
+
"type": "reference",
|
|
1975
|
+
"name": "ContextExState"
|
|
1976
|
+
}
|
|
1977
|
+
]
|
|
1871
1978
|
},
|
|
1872
1979
|
{
|
|
1873
|
-
"type": "
|
|
1874
|
-
"
|
|
1875
|
-
"qualifiedName": "ArchivistWrapper",
|
|
1876
|
-
"package": "@xyo-network/archivist-wrapper"
|
|
1877
|
-
}
|
|
1878
|
-
]
|
|
1879
|
-
}
|
|
1880
|
-
}
|
|
1881
|
-
]
|
|
1882
|
-
},
|
|
1883
|
-
{
|
|
1884
|
-
"id": 75,
|
|
1885
|
-
"name": "useArchivistModules",
|
|
1886
|
-
"kind": 64,
|
|
1887
|
-
"kindString": "Function",
|
|
1888
|
-
"flags": {},
|
|
1889
|
-
"sources": [
|
|
1890
|
-
{
|
|
1891
|
-
"fileName": "packages/modules/packages/node/src/hooks/useArchivistModules.ts",
|
|
1892
|
-
"line": 5,
|
|
1893
|
-
"character": 13,
|
|
1894
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useArchivistModules.ts#L5"
|
|
1895
|
-
}
|
|
1896
|
-
],
|
|
1897
|
-
"signatures": [
|
|
1898
|
-
{
|
|
1899
|
-
"id": 76,
|
|
1900
|
-
"name": "useArchivistModules",
|
|
1901
|
-
"kind": 4096,
|
|
1902
|
-
"kindString": "Call signature",
|
|
1903
|
-
"flags": {},
|
|
1904
|
-
"type": {
|
|
1905
|
-
"type": "union",
|
|
1906
|
-
"types": [
|
|
1907
|
-
{
|
|
1908
|
-
"type": "intrinsic",
|
|
1909
|
-
"name": "undefined"
|
|
1910
|
-
},
|
|
1911
|
-
{
|
|
1912
|
-
"type": "array",
|
|
1913
|
-
"elementType": {
|
|
1914
|
-
"type": "reference",
|
|
1915
|
-
"name": "ArchivistWrapper",
|
|
1916
|
-
"qualifiedName": "ArchivistWrapper",
|
|
1917
|
-
"package": "@xyo-network/archivist-wrapper"
|
|
1918
|
-
}
|
|
1919
|
-
}
|
|
1920
|
-
]
|
|
1921
|
-
}
|
|
1922
|
-
}
|
|
1923
|
-
]
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"id": 77,
|
|
1927
|
-
"name": "useDivinerModule",
|
|
1928
|
-
"kind": 64,
|
|
1929
|
-
"kindString": "Function",
|
|
1930
|
-
"flags": {},
|
|
1931
|
-
"sources": [
|
|
1932
|
-
{
|
|
1933
|
-
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModule.ts",
|
|
1934
|
-
"line": 6,
|
|
1935
|
-
"character": 13,
|
|
1936
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useDivinerModule.ts#L6"
|
|
1937
|
-
}
|
|
1938
|
-
],
|
|
1939
|
-
"signatures": [
|
|
1940
|
-
{
|
|
1941
|
-
"id": 78,
|
|
1942
|
-
"name": "useDivinerModule",
|
|
1943
|
-
"kind": 4096,
|
|
1944
|
-
"kindString": "Call signature",
|
|
1945
|
-
"flags": {},
|
|
1946
|
-
"parameters": [
|
|
1947
|
-
{
|
|
1948
|
-
"id": 79,
|
|
1949
|
-
"name": "filter",
|
|
1950
|
-
"kind": 32768,
|
|
1951
|
-
"kindString": "Parameter",
|
|
1952
|
-
"flags": {
|
|
1953
|
-
"isOptional": true
|
|
1954
|
-
},
|
|
1955
|
-
"type": {
|
|
1956
|
-
"type": "reference",
|
|
1957
|
-
"name": "ModuleFilter",
|
|
1958
|
-
"qualifiedName": "ModuleFilter",
|
|
1959
|
-
"package": "@xyo-network/module-model"
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
],
|
|
1963
|
-
"type": {
|
|
1964
|
-
"type": "union",
|
|
1965
|
-
"types": [
|
|
1966
|
-
{
|
|
1967
|
-
"type": "intrinsic",
|
|
1968
|
-
"name": "undefined"
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"type": "reference",
|
|
1972
|
-
"name": "DivinerWrapper",
|
|
1973
|
-
"qualifiedName": "DivinerWrapper",
|
|
1974
|
-
"package": "@xyo-network/diviner-wrapper"
|
|
1975
|
-
}
|
|
1976
|
-
]
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
]
|
|
1980
|
-
},
|
|
1981
|
-
{
|
|
1982
|
-
"id": 80,
|
|
1983
|
-
"name": "useDivinerModules",
|
|
1984
|
-
"kind": 64,
|
|
1985
|
-
"kindString": "Function",
|
|
1986
|
-
"flags": {},
|
|
1987
|
-
"sources": [
|
|
1988
|
-
{
|
|
1989
|
-
"fileName": "packages/modules/packages/node/src/hooks/useDivinerModules.ts",
|
|
1990
|
-
"line": 6,
|
|
1991
|
-
"character": 13,
|
|
1992
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useDivinerModules.ts#L6"
|
|
1993
|
-
}
|
|
1994
|
-
],
|
|
1995
|
-
"signatures": [
|
|
1996
|
-
{
|
|
1997
|
-
"id": 81,
|
|
1998
|
-
"name": "useDivinerModules",
|
|
1999
|
-
"kind": 4096,
|
|
2000
|
-
"kindString": "Call signature",
|
|
2001
|
-
"flags": {},
|
|
2002
|
-
"type": {
|
|
2003
|
-
"type": "union",
|
|
2004
|
-
"types": [
|
|
2005
|
-
{
|
|
2006
|
-
"type": "intrinsic",
|
|
2007
|
-
"name": "undefined"
|
|
2008
|
-
},
|
|
2009
|
-
{
|
|
2010
|
-
"type": "array",
|
|
2011
|
-
"elementType": {
|
|
2012
|
-
"type": "reference",
|
|
2013
|
-
"name": "DivinerWrapper",
|
|
2014
|
-
"qualifiedName": "DivinerWrapper",
|
|
2015
|
-
"package": "@xyo-network/diviner-wrapper"
|
|
2016
|
-
}
|
|
2017
|
-
}
|
|
2018
|
-
]
|
|
2019
|
-
}
|
|
2020
|
-
}
|
|
2021
|
-
]
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
"id": 82,
|
|
2025
|
-
"name": "useMemoryNodeUpdates",
|
|
2026
|
-
"kind": 64,
|
|
2027
|
-
"kindString": "Function",
|
|
2028
|
-
"flags": {},
|
|
2029
|
-
"sources": [
|
|
2030
|
-
{
|
|
2031
|
-
"fileName": "packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx",
|
|
2032
|
-
"line": 13,
|
|
2033
|
-
"character": 13,
|
|
2034
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useMemoryNodeUpdates.tsx#L13"
|
|
2035
|
-
}
|
|
2036
|
-
],
|
|
2037
|
-
"signatures": [
|
|
2038
|
-
{
|
|
2039
|
-
"id": 83,
|
|
2040
|
-
"name": "useMemoryNodeUpdates",
|
|
2041
|
-
"kind": 4096,
|
|
2042
|
-
"kindString": "Call signature",
|
|
2043
|
-
"flags": {},
|
|
2044
|
-
"parameters": [
|
|
2045
|
-
{
|
|
2046
|
-
"id": 84,
|
|
2047
|
-
"name": "refreshAddresses",
|
|
2048
|
-
"kind": 32768,
|
|
2049
|
-
"kindString": "Parameter",
|
|
2050
|
-
"flags": {
|
|
2051
|
-
"isOptional": true
|
|
2052
|
-
},
|
|
2053
|
-
"type": {
|
|
2054
|
-
"type": "array",
|
|
2055
|
-
"elementType": {
|
|
2056
|
-
"type": "intrinsic",
|
|
2057
|
-
"name": "string"
|
|
2058
|
-
}
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
2061
|
-
],
|
|
2062
|
-
"type": {
|
|
2063
|
-
"type": "reference",
|
|
2064
|
-
"name": "UseMemoryNodeUpdates"
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2067
|
-
]
|
|
2068
|
-
},
|
|
2069
|
-
{
|
|
2070
|
-
"id": 85,
|
|
2071
|
-
"name": "useModule",
|
|
2072
|
-
"kind": 64,
|
|
2073
|
-
"kindString": "Function",
|
|
2074
|
-
"flags": {},
|
|
2075
|
-
"sources": [
|
|
2076
|
-
{
|
|
2077
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModule.tsx",
|
|
2078
|
-
"line": 8,
|
|
2079
|
-
"character": 13,
|
|
2080
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useModule.tsx#L8"
|
|
2081
|
-
}
|
|
2082
|
-
],
|
|
2083
|
-
"signatures": [
|
|
2084
|
-
{
|
|
2085
|
-
"id": 86,
|
|
2086
|
-
"name": "useModule",
|
|
2087
|
-
"kind": 4096,
|
|
2088
|
-
"kindString": "Call signature",
|
|
2089
|
-
"flags": {},
|
|
2090
|
-
"typeParameter": [
|
|
2091
|
-
{
|
|
2092
|
-
"id": 91,
|
|
2093
|
-
"name": "TModule",
|
|
2094
|
-
"kind": 131072,
|
|
2095
|
-
"kindString": "Type parameter",
|
|
2096
|
-
"flags": {},
|
|
2097
|
-
"type": {
|
|
2098
|
-
"type": "reference",
|
|
2099
|
-
"typeArguments": [
|
|
2100
|
-
{
|
|
2101
|
-
"type": "intersection",
|
|
2102
|
-
"types": [
|
|
2103
|
-
{
|
|
2104
|
-
"type": "reference",
|
|
2105
|
-
"name": "SchemaFields",
|
|
2106
|
-
"qualifiedName": "SchemaFields",
|
|
2107
|
-
"package": "@xyo-network/payload-model"
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
"type": "reference",
|
|
2111
|
-
"name": "PayloadFields",
|
|
2112
|
-
"qualifiedName": "PayloadFields",
|
|
2113
|
-
"package": "@xyo-network/payload-model"
|
|
2114
|
-
},
|
|
2115
|
-
{
|
|
2116
|
-
"type": "reflection",
|
|
2117
|
-
"declaration": {
|
|
2118
|
-
"id": 87,
|
|
2119
|
-
"name": "__type",
|
|
2120
|
-
"kind": 65536,
|
|
2121
|
-
"kindString": "Type literal",
|
|
2122
|
-
"flags": {},
|
|
2123
|
-
"sources": [
|
|
2124
|
-
{
|
|
2125
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
2126
|
-
"line": 8,
|
|
2127
|
-
"character": 75
|
|
2128
|
-
}
|
|
2129
|
-
]
|
|
2130
|
-
}
|
|
2131
|
-
},
|
|
2132
|
-
{
|
|
2133
|
-
"type": "reflection",
|
|
2134
|
-
"declaration": {
|
|
2135
|
-
"id": 88,
|
|
2136
|
-
"name": "__type",
|
|
2137
|
-
"kind": 65536,
|
|
2138
|
-
"kindString": "Type literal",
|
|
2139
|
-
"flags": {},
|
|
2140
|
-
"sources": [
|
|
2141
|
-
{
|
|
2142
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2143
|
-
"line": 18,
|
|
2144
|
-
"character": 17
|
|
2145
|
-
}
|
|
2146
|
-
]
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
|
-
]
|
|
2150
|
-
}
|
|
2151
|
-
],
|
|
2152
|
-
"name": "Module",
|
|
2153
|
-
"qualifiedName": "Module",
|
|
2154
|
-
"package": "@xyo-network/module-model"
|
|
2155
|
-
},
|
|
2156
|
-
"default": {
|
|
2157
|
-
"type": "reference",
|
|
2158
|
-
"typeArguments": [
|
|
2159
|
-
{
|
|
2160
|
-
"type": "intersection",
|
|
2161
|
-
"types": [
|
|
2162
|
-
{
|
|
2163
|
-
"type": "reference",
|
|
2164
|
-
"name": "SchemaFields",
|
|
2165
|
-
"qualifiedName": "SchemaFields",
|
|
2166
|
-
"package": "@xyo-network/payload-model"
|
|
2167
|
-
},
|
|
2168
|
-
{
|
|
2169
|
-
"type": "reference",
|
|
2170
|
-
"name": "PayloadFields",
|
|
2171
|
-
"qualifiedName": "PayloadFields",
|
|
2172
|
-
"package": "@xyo-network/payload-model"
|
|
2173
|
-
},
|
|
2174
|
-
{
|
|
2175
|
-
"type": "reflection",
|
|
2176
|
-
"declaration": {
|
|
2177
|
-
"id": 89,
|
|
2178
|
-
"name": "__type",
|
|
2179
|
-
"kind": 65536,
|
|
2180
|
-
"kindString": "Type literal",
|
|
2181
|
-
"flags": {},
|
|
2182
|
-
"sources": [
|
|
2183
|
-
{
|
|
2184
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
2185
|
-
"line": 8,
|
|
2186
|
-
"character": 75
|
|
2187
|
-
}
|
|
2188
|
-
]
|
|
2189
|
-
}
|
|
2190
|
-
},
|
|
2191
|
-
{
|
|
2192
|
-
"type": "reflection",
|
|
2193
|
-
"declaration": {
|
|
2194
|
-
"id": 90,
|
|
2195
|
-
"name": "__type",
|
|
2196
|
-
"kind": 65536,
|
|
2197
|
-
"kindString": "Type literal",
|
|
2198
|
-
"flags": {},
|
|
2199
|
-
"sources": [
|
|
2200
|
-
{
|
|
2201
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2202
|
-
"line": 18,
|
|
2203
|
-
"character": 17
|
|
2204
|
-
}
|
|
2205
|
-
]
|
|
2206
|
-
}
|
|
2207
|
-
}
|
|
2208
|
-
]
|
|
2209
|
-
}
|
|
2210
|
-
],
|
|
2211
|
-
"name": "Module",
|
|
2212
|
-
"qualifiedName": "Module",
|
|
2213
|
-
"package": "@xyo-network/module-model"
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
2216
|
-
],
|
|
2217
|
-
"parameters": [
|
|
2218
|
-
{
|
|
2219
|
-
"id": 92,
|
|
2220
|
-
"name": "nameOrAddress",
|
|
2221
|
-
"kind": 32768,
|
|
2222
|
-
"kindString": "Parameter",
|
|
2223
|
-
"flags": {
|
|
2224
|
-
"isOptional": true
|
|
2225
|
-
},
|
|
2226
|
-
"type": {
|
|
2227
|
-
"type": "intrinsic",
|
|
2228
|
-
"name": "string"
|
|
2229
|
-
}
|
|
2230
|
-
}
|
|
2231
|
-
],
|
|
2232
|
-
"type": {
|
|
2233
|
-
"type": "tuple",
|
|
2234
|
-
"elements": [
|
|
2235
|
-
{
|
|
2236
|
-
"type": "union",
|
|
2237
|
-
"types": [
|
|
2238
|
-
{
|
|
2239
|
-
"type": "intrinsic",
|
|
2240
|
-
"name": "undefined"
|
|
2241
|
-
},
|
|
2242
|
-
{
|
|
2243
|
-
"type": "reference",
|
|
2244
|
-
"id": 91,
|
|
2245
|
-
"name": "TModule"
|
|
2246
|
-
}
|
|
2247
|
-
]
|
|
2248
|
-
},
|
|
2249
|
-
{
|
|
2250
|
-
"type": "union",
|
|
2251
|
-
"types": [
|
|
2252
|
-
{
|
|
2253
|
-
"type": "intrinsic",
|
|
2254
|
-
"name": "undefined"
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
"type": "reference",
|
|
2258
|
-
"name": "Error",
|
|
2259
|
-
"qualifiedName": "Error",
|
|
2260
|
-
"package": "typescript"
|
|
2261
|
-
}
|
|
2262
|
-
]
|
|
2263
|
-
}
|
|
2264
|
-
]
|
|
2265
|
-
}
|
|
2266
|
-
}
|
|
2267
|
-
]
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
"id": 93,
|
|
2271
|
-
"name": "useModuleAddresses",
|
|
2272
|
-
"kind": 64,
|
|
2273
|
-
"kindString": "Function",
|
|
2274
|
-
"flags": {},
|
|
2275
|
-
"sources": [
|
|
2276
|
-
{
|
|
2277
|
-
"fileName": "packages/modules/packages/node/src/hooks/useModuleAddresses.ts",
|
|
2278
|
-
"line": 6,
|
|
2279
|
-
"character": 13,
|
|
2280
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useModuleAddresses.ts#L6"
|
|
2281
|
-
}
|
|
2282
|
-
],
|
|
2283
|
-
"signatures": [
|
|
2284
|
-
{
|
|
2285
|
-
"id": 94,
|
|
2286
|
-
"name": "useModuleAddresses",
|
|
2287
|
-
"kind": 4096,
|
|
2288
|
-
"kindString": "Call signature",
|
|
2289
|
-
"flags": {},
|
|
2290
|
-
"type": {
|
|
2291
|
-
"type": "array",
|
|
2292
|
-
"elementType": {
|
|
2293
|
-
"type": "union",
|
|
2294
|
-
"types": [
|
|
2295
|
-
{
|
|
2296
|
-
"type": "intrinsic",
|
|
2297
|
-
"name": "undefined"
|
|
2298
|
-
},
|
|
2299
|
-
{
|
|
2300
|
-
"type": "reference",
|
|
2301
|
-
"typeArguments": [
|
|
2302
|
-
{
|
|
2303
|
-
"type": "array",
|
|
2304
|
-
"elementType": {
|
|
2305
|
-
"type": "intrinsic",
|
|
2306
|
-
"name": "string"
|
|
2307
|
-
}
|
|
2308
|
-
},
|
|
2309
|
-
{
|
|
2310
|
-
"type": "intrinsic",
|
|
2311
|
-
"name": "never"
|
|
2312
|
-
}
|
|
2313
|
-
],
|
|
2314
|
-
"name": "Promisable",
|
|
2315
|
-
"qualifiedName": "Promisable",
|
|
2316
|
-
"package": "@xyo-network/promise"
|
|
2317
|
-
}
|
|
2318
|
-
]
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2321
|
-
}
|
|
2322
|
-
]
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"id": 37,
|
|
2326
|
-
"name": "useModuleRepository",
|
|
2327
|
-
"kind": 64,
|
|
2328
|
-
"kindString": "Function",
|
|
2329
|
-
"flags": {},
|
|
2330
|
-
"sources": [
|
|
2331
|
-
{
|
|
2332
|
-
"fileName": "packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx",
|
|
2333
|
-
"line": 5,
|
|
2334
|
-
"character": 13,
|
|
2335
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/contexts/ModuleRepository/use.tsx#L5"
|
|
2336
|
-
}
|
|
2337
|
-
],
|
|
2338
|
-
"signatures": [
|
|
2339
|
-
{
|
|
2340
|
-
"id": 38,
|
|
2341
|
-
"name": "useModuleRepository",
|
|
2342
|
-
"kind": 4096,
|
|
2343
|
-
"kindString": "Call signature",
|
|
2344
|
-
"flags": {},
|
|
2345
|
-
"parameters": [
|
|
2346
|
-
{
|
|
2347
|
-
"id": 39,
|
|
2348
|
-
"name": "required",
|
|
2349
|
-
"kind": 32768,
|
|
2350
|
-
"kindString": "Parameter",
|
|
2351
|
-
"flags": {},
|
|
2352
|
-
"type": {
|
|
2353
|
-
"type": "intrinsic",
|
|
2354
|
-
"name": "boolean"
|
|
2355
|
-
},
|
|
2356
|
-
"defaultValue": "false"
|
|
2357
|
-
}
|
|
2358
|
-
],
|
|
2359
|
-
"type": {
|
|
2360
|
-
"type": "reference",
|
|
2361
|
-
"typeArguments": [
|
|
2362
|
-
{
|
|
2363
|
-
"type": "intersection",
|
|
2364
|
-
"types": [
|
|
2365
|
-
{
|
|
2366
|
-
"type": "reference",
|
|
2367
|
-
"id": 26,
|
|
2368
|
-
"name": "ModuleRepositoryContextState"
|
|
2369
|
-
},
|
|
2370
|
-
{
|
|
2371
|
-
"type": "reference",
|
|
2372
|
-
"name": "ContextExState"
|
|
2373
|
-
}
|
|
2374
|
-
]
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"type": "literal",
|
|
2378
|
-
"value": "provided"
|
|
1980
|
+
"type": "literal",
|
|
1981
|
+
"value": "provided"
|
|
2379
1982
|
}
|
|
2380
1983
|
],
|
|
2381
1984
|
"name": "Omit",
|
|
@@ -2386,7 +1989,7 @@
|
|
|
2386
1989
|
]
|
|
2387
1990
|
},
|
|
2388
1991
|
{
|
|
2389
|
-
"id":
|
|
1992
|
+
"id": 74,
|
|
2390
1993
|
"name": "useModules",
|
|
2391
1994
|
"kind": 64,
|
|
2392
1995
|
"kindString": "Function",
|
|
@@ -2396,20 +1999,20 @@
|
|
|
2396
1999
|
"fileName": "packages/modules/packages/node/src/hooks/useModules.ts",
|
|
2397
2000
|
"line": 7,
|
|
2398
2001
|
"character": 13,
|
|
2399
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2002
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useModules.ts#L7"
|
|
2400
2003
|
}
|
|
2401
2004
|
],
|
|
2402
2005
|
"signatures": [
|
|
2403
2006
|
{
|
|
2404
|
-
"id":
|
|
2007
|
+
"id": 75,
|
|
2405
2008
|
"name": "useModules",
|
|
2406
2009
|
"kind": 4096,
|
|
2407
2010
|
"kindString": "Call signature",
|
|
2408
2011
|
"flags": {},
|
|
2409
2012
|
"typeParameter": [
|
|
2410
2013
|
{
|
|
2411
|
-
"id":
|
|
2412
|
-
"name": "
|
|
2014
|
+
"id": 80,
|
|
2015
|
+
"name": "TModule",
|
|
2413
2016
|
"kind": 131072,
|
|
2414
2017
|
"kindString": "Type parameter",
|
|
2415
2018
|
"flags": {},
|
|
@@ -2434,7 +2037,7 @@
|
|
|
2434
2037
|
{
|
|
2435
2038
|
"type": "reflection",
|
|
2436
2039
|
"declaration": {
|
|
2437
|
-
"id":
|
|
2040
|
+
"id": 76,
|
|
2438
2041
|
"name": "__type",
|
|
2439
2042
|
"kind": 65536,
|
|
2440
2043
|
"kindString": "Type literal",
|
|
@@ -2451,7 +2054,7 @@
|
|
|
2451
2054
|
{
|
|
2452
2055
|
"type": "reflection",
|
|
2453
2056
|
"declaration": {
|
|
2454
|
-
"id":
|
|
2057
|
+
"id": 77,
|
|
2455
2058
|
"name": "__type",
|
|
2456
2059
|
"kind": 65536,
|
|
2457
2060
|
"kindString": "Type literal",
|
|
@@ -2493,7 +2096,7 @@
|
|
|
2493
2096
|
{
|
|
2494
2097
|
"type": "reflection",
|
|
2495
2098
|
"declaration": {
|
|
2496
|
-
"id":
|
|
2099
|
+
"id": 78,
|
|
2497
2100
|
"name": "__type",
|
|
2498
2101
|
"kind": 65536,
|
|
2499
2102
|
"kindString": "Type literal",
|
|
@@ -2510,7 +2113,7 @@
|
|
|
2510
2113
|
{
|
|
2511
2114
|
"type": "reflection",
|
|
2512
2115
|
"declaration": {
|
|
2513
|
-
"id":
|
|
2116
|
+
"id": 79,
|
|
2514
2117
|
"name": "__type",
|
|
2515
2118
|
"kind": 65536,
|
|
2516
2119
|
"kindString": "Type literal",
|
|
@@ -2535,7 +2138,7 @@
|
|
|
2535
2138
|
],
|
|
2536
2139
|
"parameters": [
|
|
2537
2140
|
{
|
|
2538
|
-
"id":
|
|
2141
|
+
"id": 81,
|
|
2539
2142
|
"name": "filter",
|
|
2540
2143
|
"kind": 32768,
|
|
2541
2144
|
"kindString": "Parameter",
|
|
@@ -2550,62 +2153,6 @@
|
|
|
2550
2153
|
}
|
|
2551
2154
|
}
|
|
2552
2155
|
],
|
|
2553
|
-
"type": {
|
|
2554
|
-
"type": "union",
|
|
2555
|
-
"types": [
|
|
2556
|
-
{
|
|
2557
|
-
"type": "intrinsic",
|
|
2558
|
-
"name": "undefined"
|
|
2559
|
-
},
|
|
2560
|
-
{
|
|
2561
|
-
"type": "array",
|
|
2562
|
-
"elementType": {
|
|
2563
|
-
"type": "reference",
|
|
2564
|
-
"id": 101,
|
|
2565
|
-
"name": "T"
|
|
2566
|
-
}
|
|
2567
|
-
}
|
|
2568
|
-
]
|
|
2569
|
-
}
|
|
2570
|
-
}
|
|
2571
|
-
]
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"id": 103,
|
|
2575
|
-
"name": "useNode",
|
|
2576
|
-
"kind": 64,
|
|
2577
|
-
"kindString": "Function",
|
|
2578
|
-
"flags": {},
|
|
2579
|
-
"sources": [
|
|
2580
|
-
{
|
|
2581
|
-
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
2582
|
-
"line": 6,
|
|
2583
|
-
"character": 13,
|
|
2584
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useNode.tsx#L6"
|
|
2585
|
-
}
|
|
2586
|
-
],
|
|
2587
|
-
"signatures": [
|
|
2588
|
-
{
|
|
2589
|
-
"id": 104,
|
|
2590
|
-
"name": "useNode",
|
|
2591
|
-
"kind": 4096,
|
|
2592
|
-
"kindString": "Call signature",
|
|
2593
|
-
"flags": {},
|
|
2594
|
-
"parameters": [
|
|
2595
|
-
{
|
|
2596
|
-
"id": 105,
|
|
2597
|
-
"name": "nameOrAddress",
|
|
2598
|
-
"kind": 32768,
|
|
2599
|
-
"kindString": "Parameter",
|
|
2600
|
-
"flags": {
|
|
2601
|
-
"isOptional": true
|
|
2602
|
-
},
|
|
2603
|
-
"type": {
|
|
2604
|
-
"type": "intrinsic",
|
|
2605
|
-
"name": "string"
|
|
2606
|
-
}
|
|
2607
|
-
}
|
|
2608
|
-
],
|
|
2609
2156
|
"type": {
|
|
2610
2157
|
"type": "tuple",
|
|
2611
2158
|
"elements": [
|
|
@@ -2617,10 +2164,12 @@
|
|
|
2617
2164
|
"name": "undefined"
|
|
2618
2165
|
},
|
|
2619
2166
|
{
|
|
2620
|
-
"type": "
|
|
2621
|
-
"
|
|
2622
|
-
|
|
2623
|
-
|
|
2167
|
+
"type": "array",
|
|
2168
|
+
"elementType": {
|
|
2169
|
+
"type": "reference",
|
|
2170
|
+
"id": 80,
|
|
2171
|
+
"name": "TModule"
|
|
2172
|
+
}
|
|
2624
2173
|
}
|
|
2625
2174
|
]
|
|
2626
2175
|
},
|
|
@@ -2645,94 +2194,30 @@
|
|
|
2645
2194
|
]
|
|
2646
2195
|
},
|
|
2647
2196
|
{
|
|
2648
|
-
"id":
|
|
2649
|
-
"name": "
|
|
2650
|
-
"kind": 64,
|
|
2651
|
-
"kindString": "Function",
|
|
2652
|
-
"flags": {},
|
|
2653
|
-
"sources": [
|
|
2654
|
-
{
|
|
2655
|
-
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
2656
|
-
"line": 5,
|
|
2657
|
-
"character": 13,
|
|
2658
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
2659
|
-
}
|
|
2660
|
-
],
|
|
2661
|
-
"signatures": [
|
|
2662
|
-
{
|
|
2663
|
-
"id": 61,
|
|
2664
|
-
"name": "useNodeDrawer",
|
|
2665
|
-
"kind": 4096,
|
|
2666
|
-
"kindString": "Call signature",
|
|
2667
|
-
"flags": {},
|
|
2668
|
-
"parameters": [
|
|
2669
|
-
{
|
|
2670
|
-
"id": 62,
|
|
2671
|
-
"name": "required",
|
|
2672
|
-
"kind": 32768,
|
|
2673
|
-
"kindString": "Parameter",
|
|
2674
|
-
"flags": {},
|
|
2675
|
-
"type": {
|
|
2676
|
-
"type": "intrinsic",
|
|
2677
|
-
"name": "boolean"
|
|
2678
|
-
},
|
|
2679
|
-
"defaultValue": "true"
|
|
2680
|
-
}
|
|
2681
|
-
],
|
|
2682
|
-
"type": {
|
|
2683
|
-
"type": "reference",
|
|
2684
|
-
"typeArguments": [
|
|
2685
|
-
{
|
|
2686
|
-
"type": "intersection",
|
|
2687
|
-
"types": [
|
|
2688
|
-
{
|
|
2689
|
-
"type": "reference",
|
|
2690
|
-
"id": 56,
|
|
2691
|
-
"name": "NodeDrawerState"
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"type": "reference",
|
|
2695
|
-
"name": "ContextExState"
|
|
2696
|
-
}
|
|
2697
|
-
]
|
|
2698
|
-
},
|
|
2699
|
-
{
|
|
2700
|
-
"type": "literal",
|
|
2701
|
-
"value": "provided"
|
|
2702
|
-
}
|
|
2703
|
-
],
|
|
2704
|
-
"name": "Omit",
|
|
2705
|
-
"qualifiedName": "Omit",
|
|
2706
|
-
"package": "typescript"
|
|
2707
|
-
}
|
|
2708
|
-
}
|
|
2709
|
-
]
|
|
2710
|
-
},
|
|
2711
|
-
{
|
|
2712
|
-
"id": 113,
|
|
2713
|
-
"name": "useNodeQueryDiviner",
|
|
2197
|
+
"id": 82,
|
|
2198
|
+
"name": "useNode",
|
|
2714
2199
|
"kind": 64,
|
|
2715
2200
|
"kindString": "Function",
|
|
2716
2201
|
"flags": {},
|
|
2717
2202
|
"sources": [
|
|
2718
2203
|
{
|
|
2719
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
2720
|
-
"line":
|
|
2204
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNode.tsx",
|
|
2205
|
+
"line": 24,
|
|
2721
2206
|
"character": 13,
|
|
2722
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2207
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useNode.tsx#L24"
|
|
2723
2208
|
}
|
|
2724
2209
|
],
|
|
2725
2210
|
"signatures": [
|
|
2726
2211
|
{
|
|
2727
|
-
"id":
|
|
2728
|
-
"name": "
|
|
2212
|
+
"id": 83,
|
|
2213
|
+
"name": "useNode",
|
|
2729
2214
|
"kind": 4096,
|
|
2730
2215
|
"kindString": "Call signature",
|
|
2731
2216
|
"flags": {},
|
|
2732
2217
|
"parameters": [
|
|
2733
2218
|
{
|
|
2734
|
-
"id":
|
|
2735
|
-
"name": "
|
|
2219
|
+
"id": 84,
|
|
2220
|
+
"name": "nameOrAddress",
|
|
2736
2221
|
"kind": 32768,
|
|
2737
2222
|
"kindString": "Parameter",
|
|
2738
2223
|
"flags": {
|
|
@@ -2744,75 +2229,18 @@
|
|
|
2744
2229
|
}
|
|
2745
2230
|
},
|
|
2746
2231
|
{
|
|
2747
|
-
"id":
|
|
2748
|
-
"name": "
|
|
2749
|
-
"kind": 32768,
|
|
2750
|
-
"kindString": "Parameter",
|
|
2751
|
-
"flags": {
|
|
2752
|
-
"isOptional": true
|
|
2753
|
-
},
|
|
2754
|
-
"type": {
|
|
2755
|
-
"type": "intersection",
|
|
2756
|
-
"types": [
|
|
2757
|
-
{
|
|
2758
|
-
"type": "reference",
|
|
2759
|
-
"name": "SchemaFields",
|
|
2760
|
-
"qualifiedName": "SchemaFields",
|
|
2761
|
-
"package": "@xyo-network/payload-model"
|
|
2762
|
-
},
|
|
2763
|
-
{
|
|
2764
|
-
"type": "reference",
|
|
2765
|
-
"name": "PayloadFields",
|
|
2766
|
-
"qualifiedName": "PayloadFields",
|
|
2767
|
-
"package": "@xyo-network/payload-model"
|
|
2768
|
-
},
|
|
2769
|
-
{
|
|
2770
|
-
"type": "reflection",
|
|
2771
|
-
"declaration": {
|
|
2772
|
-
"id": 117,
|
|
2773
|
-
"name": "__type",
|
|
2774
|
-
"kind": 65536,
|
|
2775
|
-
"kindString": "Type literal",
|
|
2776
|
-
"flags": {},
|
|
2777
|
-
"sources": [
|
|
2778
|
-
{
|
|
2779
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2780
|
-
"line": 18,
|
|
2781
|
-
"character": 17
|
|
2782
|
-
}
|
|
2783
|
-
]
|
|
2784
|
-
}
|
|
2785
|
-
}
|
|
2786
|
-
]
|
|
2787
|
-
}
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"id": 118,
|
|
2791
|
-
"name": "refresher",
|
|
2792
|
-
"kind": 32768,
|
|
2793
|
-
"kindString": "Parameter",
|
|
2794
|
-
"flags": {
|
|
2795
|
-
"isOptional": true
|
|
2796
|
-
},
|
|
2797
|
-
"type": {
|
|
2798
|
-
"type": "intrinsic",
|
|
2799
|
-
"name": "boolean"
|
|
2800
|
-
}
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"id": 119,
|
|
2804
|
-
"name": "refreshAddresses",
|
|
2232
|
+
"id": 85,
|
|
2233
|
+
"name": "account",
|
|
2805
2234
|
"kind": 32768,
|
|
2806
2235
|
"kindString": "Parameter",
|
|
2807
2236
|
"flags": {
|
|
2808
2237
|
"isOptional": true
|
|
2809
2238
|
},
|
|
2810
2239
|
"type": {
|
|
2811
|
-
"type": "
|
|
2812
|
-
"
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
}
|
|
2240
|
+
"type": "reference",
|
|
2241
|
+
"name": "AccountInstance",
|
|
2242
|
+
"qualifiedName": "AccountInstance",
|
|
2243
|
+
"package": "@xyo-network/account-model"
|
|
2816
2244
|
}
|
|
2817
2245
|
}
|
|
2818
2246
|
],
|
|
@@ -2824,49 +2252,13 @@
|
|
|
2824
2252
|
"types": [
|
|
2825
2253
|
{
|
|
2826
2254
|
"type": "intrinsic",
|
|
2827
|
-
"name": "undefined"
|
|
2828
|
-
},
|
|
2829
|
-
{
|
|
2830
|
-
"type": "reference",
|
|
2831
|
-
"
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
"types": [
|
|
2835
|
-
{
|
|
2836
|
-
"type": "reference",
|
|
2837
|
-
"name": "SchemaFields",
|
|
2838
|
-
"qualifiedName": "SchemaFields",
|
|
2839
|
-
"package": "@xyo-network/payload-model"
|
|
2840
|
-
},
|
|
2841
|
-
{
|
|
2842
|
-
"type": "reference",
|
|
2843
|
-
"name": "PayloadFields",
|
|
2844
|
-
"qualifiedName": "PayloadFields",
|
|
2845
|
-
"package": "@xyo-network/payload-model"
|
|
2846
|
-
},
|
|
2847
|
-
{
|
|
2848
|
-
"type": "reflection",
|
|
2849
|
-
"declaration": {
|
|
2850
|
-
"id": 120,
|
|
2851
|
-
"name": "__type",
|
|
2852
|
-
"kind": 65536,
|
|
2853
|
-
"kindString": "Type literal",
|
|
2854
|
-
"flags": {},
|
|
2855
|
-
"sources": [
|
|
2856
|
-
{
|
|
2857
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2858
|
-
"line": 18,
|
|
2859
|
-
"character": 17
|
|
2860
|
-
}
|
|
2861
|
-
]
|
|
2862
|
-
}
|
|
2863
|
-
}
|
|
2864
|
-
]
|
|
2865
|
-
}
|
|
2866
|
-
],
|
|
2867
|
-
"name": "XyoPayloads",
|
|
2868
|
-
"qualifiedName": "XyoPayloads",
|
|
2869
|
-
"package": "@xyo-network/payload-model"
|
|
2255
|
+
"name": "undefined"
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"type": "reference",
|
|
2259
|
+
"name": "NodeWrapper",
|
|
2260
|
+
"qualifiedName": "NodeWrapper",
|
|
2261
|
+
"package": "@xyo-network/node"
|
|
2870
2262
|
}
|
|
2871
2263
|
]
|
|
2872
2264
|
},
|
|
@@ -2891,173 +2283,129 @@
|
|
|
2891
2283
|
]
|
|
2892
2284
|
},
|
|
2893
2285
|
{
|
|
2894
|
-
"id":
|
|
2895
|
-
"name": "
|
|
2286
|
+
"id": 86,
|
|
2287
|
+
"name": "useNodeAttachedAddresses",
|
|
2896
2288
|
"kind": 64,
|
|
2897
2289
|
"kindString": "Function",
|
|
2898
2290
|
"flags": {},
|
|
2899
2291
|
"sources": [
|
|
2900
2292
|
{
|
|
2901
|
-
"fileName": "packages/modules/packages/node/src/hooks/
|
|
2902
|
-
"line":
|
|
2293
|
+
"fileName": "packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts",
|
|
2294
|
+
"line": 6,
|
|
2903
2295
|
"character": 13,
|
|
2904
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2296
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useNodeAttachedAddresses.ts#L6"
|
|
2905
2297
|
}
|
|
2906
2298
|
],
|
|
2907
2299
|
"signatures": [
|
|
2908
2300
|
{
|
|
2909
|
-
"id":
|
|
2910
|
-
"name": "
|
|
2301
|
+
"id": 87,
|
|
2302
|
+
"name": "useNodeAttachedAddresses",
|
|
2911
2303
|
"kind": 4096,
|
|
2912
2304
|
"kindString": "Call signature",
|
|
2913
2305
|
"flags": {},
|
|
2914
|
-
"
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
"
|
|
2918
|
-
"
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
{
|
|
2929
|
-
"id": 109,
|
|
2930
|
-
"name": "query",
|
|
2931
|
-
"kind": 32768,
|
|
2932
|
-
"kindString": "Parameter",
|
|
2933
|
-
"flags": {
|
|
2934
|
-
"isOptional": true
|
|
2935
|
-
},
|
|
2936
|
-
"type": {
|
|
2937
|
-
"type": "intersection",
|
|
2938
|
-
"types": [
|
|
2939
|
-
{
|
|
2940
|
-
"type": "reference",
|
|
2941
|
-
"name": "SchemaFields",
|
|
2942
|
-
"qualifiedName": "SchemaFields",
|
|
2943
|
-
"package": "@xyo-network/payload-model"
|
|
2944
|
-
},
|
|
2945
|
-
{
|
|
2946
|
-
"type": "reference",
|
|
2947
|
-
"name": "PayloadFields",
|
|
2948
|
-
"qualifiedName": "PayloadFields",
|
|
2949
|
-
"package": "@xyo-network/payload-model"
|
|
2950
|
-
},
|
|
2951
|
-
{
|
|
2952
|
-
"type": "reflection",
|
|
2953
|
-
"declaration": {
|
|
2954
|
-
"id": 110,
|
|
2955
|
-
"name": "__type",
|
|
2956
|
-
"kind": 65536,
|
|
2957
|
-
"kindString": "Type literal",
|
|
2958
|
-
"flags": {},
|
|
2959
|
-
"sources": [
|
|
2960
|
-
{
|
|
2961
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
2962
|
-
"line": 18,
|
|
2963
|
-
"character": 17
|
|
2964
|
-
}
|
|
2965
|
-
]
|
|
2966
|
-
}
|
|
2306
|
+
"type": {
|
|
2307
|
+
"type": "array",
|
|
2308
|
+
"elementType": {
|
|
2309
|
+
"type": "union",
|
|
2310
|
+
"types": [
|
|
2311
|
+
{
|
|
2312
|
+
"type": "intrinsic",
|
|
2313
|
+
"name": "undefined"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"type": "array",
|
|
2317
|
+
"elementType": {
|
|
2318
|
+
"type": "intrinsic",
|
|
2319
|
+
"name": "string"
|
|
2967
2320
|
}
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"type": "reference",
|
|
2324
|
+
"typeArguments": [
|
|
2325
|
+
{
|
|
2326
|
+
"type": "array",
|
|
2327
|
+
"elementType": {
|
|
2328
|
+
"type": "intrinsic",
|
|
2329
|
+
"name": "string"
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
],
|
|
2333
|
+
"name": "Promise",
|
|
2334
|
+
"qualifiedName": "Promise",
|
|
2335
|
+
"package": "typescript"
|
|
2336
|
+
}
|
|
2337
|
+
]
|
|
2338
|
+
}
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
]
|
|
2342
|
+
},
|
|
2343
|
+
{
|
|
2344
|
+
"id": 60,
|
|
2345
|
+
"name": "useNodeDrawer",
|
|
2346
|
+
"kind": 64,
|
|
2347
|
+
"kindString": "Function",
|
|
2348
|
+
"flags": {},
|
|
2349
|
+
"sources": [
|
|
2350
|
+
{
|
|
2351
|
+
"fileName": "packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx",
|
|
2352
|
+
"line": 5,
|
|
2353
|
+
"character": 13,
|
|
2354
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/contexts/NodeDrawerContext/use.tsx#L5"
|
|
2355
|
+
}
|
|
2356
|
+
],
|
|
2357
|
+
"signatures": [
|
|
2358
|
+
{
|
|
2359
|
+
"id": 61,
|
|
2360
|
+
"name": "useNodeDrawer",
|
|
2361
|
+
"kind": 4096,
|
|
2362
|
+
"kindString": "Call signature",
|
|
2363
|
+
"flags": {},
|
|
2364
|
+
"parameters": [
|
|
2971
2365
|
{
|
|
2972
|
-
"id":
|
|
2973
|
-
"name": "
|
|
2366
|
+
"id": 62,
|
|
2367
|
+
"name": "required",
|
|
2974
2368
|
"kind": 32768,
|
|
2975
2369
|
"kindString": "Parameter",
|
|
2976
|
-
"flags": {
|
|
2977
|
-
"isOptional": true
|
|
2978
|
-
},
|
|
2370
|
+
"flags": {},
|
|
2979
2371
|
"type": {
|
|
2980
2372
|
"type": "intrinsic",
|
|
2981
2373
|
"name": "boolean"
|
|
2982
|
-
}
|
|
2374
|
+
},
|
|
2375
|
+
"defaultValue": "true"
|
|
2983
2376
|
}
|
|
2984
2377
|
],
|
|
2985
2378
|
"type": {
|
|
2986
|
-
"type": "
|
|
2987
|
-
"
|
|
2379
|
+
"type": "reference",
|
|
2380
|
+
"typeArguments": [
|
|
2988
2381
|
{
|
|
2989
|
-
"type": "
|
|
2382
|
+
"type": "intersection",
|
|
2990
2383
|
"types": [
|
|
2991
2384
|
{
|
|
2992
|
-
"type": "
|
|
2993
|
-
"
|
|
2385
|
+
"type": "reference",
|
|
2386
|
+
"id": 56,
|
|
2387
|
+
"name": "NodeDrawerState"
|
|
2994
2388
|
},
|
|
2995
2389
|
{
|
|
2996
2390
|
"type": "reference",
|
|
2997
|
-
"
|
|
2998
|
-
{
|
|
2999
|
-
"type": "intersection",
|
|
3000
|
-
"types": [
|
|
3001
|
-
{
|
|
3002
|
-
"type": "reference",
|
|
3003
|
-
"name": "SchemaFields",
|
|
3004
|
-
"qualifiedName": "SchemaFields",
|
|
3005
|
-
"package": "@xyo-network/payload-model"
|
|
3006
|
-
},
|
|
3007
|
-
{
|
|
3008
|
-
"type": "reference",
|
|
3009
|
-
"name": "PayloadFields",
|
|
3010
|
-
"qualifiedName": "PayloadFields",
|
|
3011
|
-
"package": "@xyo-network/payload-model"
|
|
3012
|
-
},
|
|
3013
|
-
{
|
|
3014
|
-
"type": "reflection",
|
|
3015
|
-
"declaration": {
|
|
3016
|
-
"id": 112,
|
|
3017
|
-
"name": "__type",
|
|
3018
|
-
"kind": 65536,
|
|
3019
|
-
"kindString": "Type literal",
|
|
3020
|
-
"flags": {},
|
|
3021
|
-
"sources": [
|
|
3022
|
-
{
|
|
3023
|
-
"fileName": "node_modules/@xyo-network/payload-model/dist/types/XyoPayload.d.ts",
|
|
3024
|
-
"line": 18,
|
|
3025
|
-
"character": 17
|
|
3026
|
-
}
|
|
3027
|
-
]
|
|
3028
|
-
}
|
|
3029
|
-
}
|
|
3030
|
-
]
|
|
3031
|
-
}
|
|
3032
|
-
],
|
|
3033
|
-
"name": "XyoPayloads",
|
|
3034
|
-
"qualifiedName": "XyoPayloads",
|
|
3035
|
-
"package": "@xyo-network/payload-model"
|
|
2391
|
+
"name": "ContextExState"
|
|
3036
2392
|
}
|
|
3037
2393
|
]
|
|
3038
2394
|
},
|
|
3039
2395
|
{
|
|
3040
|
-
"type": "
|
|
3041
|
-
"
|
|
3042
|
-
{
|
|
3043
|
-
"type": "intrinsic",
|
|
3044
|
-
"name": "undefined"
|
|
3045
|
-
},
|
|
3046
|
-
{
|
|
3047
|
-
"type": "reference",
|
|
3048
|
-
"name": "Error",
|
|
3049
|
-
"qualifiedName": "Error",
|
|
3050
|
-
"package": "typescript"
|
|
3051
|
-
}
|
|
3052
|
-
]
|
|
2396
|
+
"type": "literal",
|
|
2397
|
+
"value": "provided"
|
|
3053
2398
|
}
|
|
3054
|
-
]
|
|
2399
|
+
],
|
|
2400
|
+
"name": "Omit",
|
|
2401
|
+
"qualifiedName": "Omit",
|
|
2402
|
+
"package": "typescript"
|
|
3055
2403
|
}
|
|
3056
2404
|
}
|
|
3057
2405
|
]
|
|
3058
2406
|
},
|
|
3059
2407
|
{
|
|
3060
|
-
"id":
|
|
2408
|
+
"id": 88,
|
|
3061
2409
|
"name": "useProvidedNode",
|
|
3062
2410
|
"kind": 64,
|
|
3063
2411
|
"kindString": "Function",
|
|
@@ -3067,12 +2415,12 @@
|
|
|
3067
2415
|
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
3068
2416
|
"line": 7,
|
|
3069
2417
|
"character": 13,
|
|
3070
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2418
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L7"
|
|
3071
2419
|
}
|
|
3072
2420
|
],
|
|
3073
2421
|
"signatures": [
|
|
3074
2422
|
{
|
|
3075
|
-
"id":
|
|
2423
|
+
"id": 89,
|
|
3076
2424
|
"name": "useProvidedNode",
|
|
3077
2425
|
"kind": 4096,
|
|
3078
2426
|
"kindString": "Call signature",
|
|
@@ -3101,7 +2449,7 @@
|
|
|
3101
2449
|
]
|
|
3102
2450
|
},
|
|
3103
2451
|
{
|
|
3104
|
-
"id":
|
|
2452
|
+
"id": 90,
|
|
3105
2453
|
"name": "useProvidedWrappedNode",
|
|
3106
2454
|
"kind": 64,
|
|
3107
2455
|
"kindString": "Function",
|
|
@@ -3111,19 +2459,19 @@
|
|
|
3111
2459
|
"fileName": "packages/modules/packages/node/src/hooks/useProvidedNode.tsx",
|
|
3112
2460
|
"line": 13,
|
|
3113
2461
|
"character": 13,
|
|
3114
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2462
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useProvidedNode.tsx#L13"
|
|
3115
2463
|
}
|
|
3116
2464
|
],
|
|
3117
2465
|
"signatures": [
|
|
3118
2466
|
{
|
|
3119
|
-
"id":
|
|
2467
|
+
"id": 91,
|
|
3120
2468
|
"name": "useProvidedWrappedNode",
|
|
3121
2469
|
"kind": 4096,
|
|
3122
2470
|
"kindString": "Call signature",
|
|
3123
2471
|
"flags": {},
|
|
3124
2472
|
"parameters": [
|
|
3125
2473
|
{
|
|
3126
|
-
"id":
|
|
2474
|
+
"id": 92,
|
|
3127
2475
|
"name": "account",
|
|
3128
2476
|
"kind": 32768,
|
|
3129
2477
|
"kindString": "Parameter",
|
|
@@ -3177,105 +2525,7 @@
|
|
|
3177
2525
|
]
|
|
3178
2526
|
},
|
|
3179
2527
|
{
|
|
3180
|
-
"id":
|
|
3181
|
-
"name": "useWitnessModule",
|
|
3182
|
-
"kind": 64,
|
|
3183
|
-
"kindString": "Function",
|
|
3184
|
-
"flags": {},
|
|
3185
|
-
"sources": [
|
|
3186
|
-
{
|
|
3187
|
-
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModule.ts",
|
|
3188
|
-
"line": 6,
|
|
3189
|
-
"character": 13,
|
|
3190
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useWitnessModule.ts#L6"
|
|
3191
|
-
}
|
|
3192
|
-
],
|
|
3193
|
-
"signatures": [
|
|
3194
|
-
{
|
|
3195
|
-
"id": 127,
|
|
3196
|
-
"name": "useWitnessModule",
|
|
3197
|
-
"kind": 4096,
|
|
3198
|
-
"kindString": "Call signature",
|
|
3199
|
-
"flags": {},
|
|
3200
|
-
"parameters": [
|
|
3201
|
-
{
|
|
3202
|
-
"id": 128,
|
|
3203
|
-
"name": "filter",
|
|
3204
|
-
"kind": 32768,
|
|
3205
|
-
"kindString": "Parameter",
|
|
3206
|
-
"flags": {
|
|
3207
|
-
"isOptional": true
|
|
3208
|
-
},
|
|
3209
|
-
"type": {
|
|
3210
|
-
"type": "reference",
|
|
3211
|
-
"name": "ModuleFilter",
|
|
3212
|
-
"qualifiedName": "ModuleFilter",
|
|
3213
|
-
"package": "@xyo-network/module-model"
|
|
3214
|
-
}
|
|
3215
|
-
}
|
|
3216
|
-
],
|
|
3217
|
-
"type": {
|
|
3218
|
-
"type": "union",
|
|
3219
|
-
"types": [
|
|
3220
|
-
{
|
|
3221
|
-
"type": "intrinsic",
|
|
3222
|
-
"name": "undefined"
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"type": "reference",
|
|
3226
|
-
"name": "WitnessWrapper",
|
|
3227
|
-
"qualifiedName": "WitnessWrapper",
|
|
3228
|
-
"package": "@xyo-network/witness"
|
|
3229
|
-
}
|
|
3230
|
-
]
|
|
3231
|
-
}
|
|
3232
|
-
}
|
|
3233
|
-
]
|
|
3234
|
-
},
|
|
3235
|
-
{
|
|
3236
|
-
"id": 129,
|
|
3237
|
-
"name": "useWitnessModules",
|
|
3238
|
-
"kind": 64,
|
|
3239
|
-
"kindString": "Function",
|
|
3240
|
-
"flags": {},
|
|
3241
|
-
"sources": [
|
|
3242
|
-
{
|
|
3243
|
-
"fileName": "packages/modules/packages/node/src/hooks/useWitnessModules.ts",
|
|
3244
|
-
"line": 5,
|
|
3245
|
-
"character": 13,
|
|
3246
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/66342c0136f/packages/modules/packages/node/src/hooks/useWitnessModules.ts#L5"
|
|
3247
|
-
}
|
|
3248
|
-
],
|
|
3249
|
-
"signatures": [
|
|
3250
|
-
{
|
|
3251
|
-
"id": 130,
|
|
3252
|
-
"name": "useWitnessModules",
|
|
3253
|
-
"kind": 4096,
|
|
3254
|
-
"kindString": "Call signature",
|
|
3255
|
-
"flags": {},
|
|
3256
|
-
"type": {
|
|
3257
|
-
"type": "union",
|
|
3258
|
-
"types": [
|
|
3259
|
-
{
|
|
3260
|
-
"type": "intrinsic",
|
|
3261
|
-
"name": "undefined"
|
|
3262
|
-
},
|
|
3263
|
-
{
|
|
3264
|
-
"type": "array",
|
|
3265
|
-
"elementType": {
|
|
3266
|
-
"type": "reference",
|
|
3267
|
-
"name": "WitnessWrapper",
|
|
3268
|
-
"qualifiedName": "WitnessWrapper",
|
|
3269
|
-
"package": "@xyo-network/witness"
|
|
3270
|
-
}
|
|
3271
|
-
}
|
|
3272
|
-
]
|
|
3273
|
-
}
|
|
3274
|
-
}
|
|
3275
|
-
]
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"id": 150,
|
|
2528
|
+
"id": 112,
|
|
3279
2529
|
"name": "useWrappedModule",
|
|
3280
2530
|
"kind": 64,
|
|
3281
2531
|
"kindString": "Function",
|
|
@@ -3285,19 +2535,19 @@
|
|
|
3285
2535
|
"fileName": "packages/modules/packages/node/src/hooks/useWrappedModule.tsx",
|
|
3286
2536
|
"line": 37,
|
|
3287
2537
|
"character": 13,
|
|
3288
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2538
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/hooks/useWrappedModule.tsx#L37"
|
|
3289
2539
|
}
|
|
3290
2540
|
],
|
|
3291
2541
|
"signatures": [
|
|
3292
2542
|
{
|
|
3293
|
-
"id":
|
|
2543
|
+
"id": 113,
|
|
3294
2544
|
"name": "useWrappedModule",
|
|
3295
2545
|
"kind": 4096,
|
|
3296
2546
|
"kindString": "Call signature",
|
|
3297
2547
|
"flags": {},
|
|
3298
2548
|
"parameters": [
|
|
3299
2549
|
{
|
|
3300
|
-
"id":
|
|
2550
|
+
"id": 114,
|
|
3301
2551
|
"name": "nameOrAddress",
|
|
3302
2552
|
"kind": 32768,
|
|
3303
2553
|
"kindString": "Parameter",
|
|
@@ -3310,7 +2560,7 @@
|
|
|
3310
2560
|
}
|
|
3311
2561
|
},
|
|
3312
2562
|
{
|
|
3313
|
-
"id":
|
|
2563
|
+
"id": 115,
|
|
3314
2564
|
"name": "account",
|
|
3315
2565
|
"kind": 32768,
|
|
3316
2566
|
"kindString": "Parameter",
|
|
@@ -3359,7 +2609,7 @@
|
|
|
3359
2609
|
{
|
|
3360
2610
|
"type": "reflection",
|
|
3361
2611
|
"declaration": {
|
|
3362
|
-
"id":
|
|
2612
|
+
"id": 116,
|
|
3363
2613
|
"name": "__type",
|
|
3364
2614
|
"kind": 65536,
|
|
3365
2615
|
"kindString": "Type literal",
|
|
@@ -3376,7 +2626,7 @@
|
|
|
3376
2626
|
{
|
|
3377
2627
|
"type": "reflection",
|
|
3378
2628
|
"declaration": {
|
|
3379
|
-
"id":
|
|
2629
|
+
"id": 117,
|
|
3380
2630
|
"name": "__type",
|
|
3381
2631
|
"kind": 65536,
|
|
3382
2632
|
"kindString": "Type literal",
|
|
@@ -3436,7 +2686,7 @@
|
|
|
3436
2686
|
56,
|
|
3437
2687
|
41,
|
|
3438
2688
|
23,
|
|
3439
|
-
|
|
2689
|
+
93
|
|
3440
2690
|
]
|
|
3441
2691
|
},
|
|
3442
2692
|
{
|
|
@@ -3462,27 +2712,17 @@
|
|
|
3462
2712
|
6,
|
|
3463
2713
|
52,
|
|
3464
2714
|
43,
|
|
3465
|
-
|
|
3466
|
-
67,
|
|
2715
|
+
100,
|
|
3467
2716
|
63,
|
|
3468
|
-
|
|
3469
|
-
75,
|
|
3470
|
-
77,
|
|
3471
|
-
80,
|
|
3472
|
-
82,
|
|
3473
|
-
85,
|
|
3474
|
-
93,
|
|
2717
|
+
66,
|
|
3475
2718
|
37,
|
|
3476
|
-
|
|
3477
|
-
|
|
2719
|
+
74,
|
|
2720
|
+
82,
|
|
2721
|
+
86,
|
|
3478
2722
|
60,
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
123,
|
|
3483
|
-
126,
|
|
3484
|
-
129,
|
|
3485
|
-
150
|
|
2723
|
+
88,
|
|
2724
|
+
90,
|
|
2725
|
+
112
|
|
3486
2726
|
]
|
|
3487
2727
|
}
|
|
3488
2728
|
],
|
|
@@ -3491,7 +2731,7 @@
|
|
|
3491
2731
|
"fileName": "packages/modules/packages/node/src/index.ts",
|
|
3492
2732
|
"line": 1,
|
|
3493
2733
|
"character": 0,
|
|
3494
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2734
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/46c7a9f244d/packages/modules/packages/node/src/index.ts#L1"
|
|
3495
2735
|
}
|
|
3496
2736
|
]
|
|
3497
2737
|
}
|