@xyo-network/react-payload 2.32.0-rc.3 → 2.32.0-rc.6

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.
Files changed (2) hide show
  1. package/dist/docs.json +3221 -0
  2. package/package.json +12 -11
package/dist/docs.json ADDED
@@ -0,0 +1,3221 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-payload",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 115,
11
+ "name": "FetchHuriHashOptions",
12
+ "kind": 256,
13
+ "kindString": "Interface",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 116,
18
+ "name": "changeActiveNetwork",
19
+ "kind": 1024,
20
+ "kindString": "Property",
21
+ "flags": {
22
+ "isOptional": true
23
+ },
24
+ "sources": [
25
+ {
26
+ "fileName": "packages/sdk/packages/payload/src/hooks/lib/FetchHuriHashOptions.ts",
27
+ "line": 2,
28
+ "character": 2,
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/lib/FetchHuriHashOptions.ts#L2"
30
+ }
31
+ ],
32
+ "type": {
33
+ "type": "intrinsic",
34
+ "name": "boolean"
35
+ }
36
+ }
37
+ ],
38
+ "groups": [
39
+ {
40
+ "title": "Properties",
41
+ "children": [
42
+ 116
43
+ ]
44
+ }
45
+ ],
46
+ "sources": [
47
+ {
48
+ "fileName": "packages/sdk/packages/payload/src/hooks/lib/FetchHuriHashOptions.ts",
49
+ "line": 1,
50
+ "character": 17,
51
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/lib/FetchHuriHashOptions.ts#L1"
52
+ }
53
+ ]
54
+ },
55
+ {
56
+ "id": 74,
57
+ "name": "PayloadContextState",
58
+ "kind": 256,
59
+ "kindString": "Interface",
60
+ "flags": {},
61
+ "children": [
62
+ {
63
+ "id": 75,
64
+ "name": "payload",
65
+ "kind": 1024,
66
+ "kindString": "Property",
67
+ "flags": {
68
+ "isOptional": true
69
+ },
70
+ "sources": [
71
+ {
72
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/State.ts",
73
+ "line": 6,
74
+ "character": 2,
75
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/State.ts#L6"
76
+ }
77
+ ],
78
+ "type": {
79
+ "type": "union",
80
+ "types": [
81
+ {
82
+ "type": "literal",
83
+ "value": null
84
+ },
85
+ {
86
+ "type": "reflection",
87
+ "declaration": {
88
+ "id": 76,
89
+ "name": "__type",
90
+ "kind": 65536,
91
+ "kindString": "Type literal",
92
+ "flags": {},
93
+ "sources": [
94
+ {
95
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
96
+ "line": 7,
97
+ "character": 107
98
+ }
99
+ ]
100
+ }
101
+ }
102
+ ]
103
+ }
104
+ },
105
+ {
106
+ "id": 79,
107
+ "name": "provided",
108
+ "kind": 1024,
109
+ "kindString": "Property",
110
+ "flags": {},
111
+ "sources": [
112
+ {
113
+ "fileName": "packages/sdk/packages/shared/dist/esm/contexts/contextEx/State.d.ts",
114
+ "line": 2,
115
+ "character": 4
116
+ }
117
+ ],
118
+ "type": {
119
+ "type": "intrinsic",
120
+ "name": "boolean"
121
+ },
122
+ "inheritedFrom": {
123
+ "type": "reference",
124
+ "name": "ContextExState.provided"
125
+ }
126
+ },
127
+ {
128
+ "id": 77,
129
+ "name": "setPayload",
130
+ "kind": 1024,
131
+ "kindString": "Property",
132
+ "flags": {
133
+ "isOptional": true
134
+ },
135
+ "sources": [
136
+ {
137
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/State.ts",
138
+ "line": 7,
139
+ "character": 2,
140
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/State.ts#L7"
141
+ }
142
+ ],
143
+ "type": {
144
+ "type": "reference",
145
+ "typeArguments": [
146
+ {
147
+ "type": "reflection",
148
+ "declaration": {
149
+ "id": 78,
150
+ "name": "__type",
151
+ "kind": 65536,
152
+ "kindString": "Type literal",
153
+ "flags": {},
154
+ "sources": [
155
+ {
156
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
157
+ "line": 7,
158
+ "character": 107
159
+ }
160
+ ]
161
+ }
162
+ }
163
+ ],
164
+ "name": "Dispatch",
165
+ "qualifiedName": "React.Dispatch",
166
+ "package": "@types/react"
167
+ }
168
+ }
169
+ ],
170
+ "groups": [
171
+ {
172
+ "title": "Properties",
173
+ "children": [
174
+ 75,
175
+ 79,
176
+ 77
177
+ ]
178
+ }
179
+ ],
180
+ "sources": [
181
+ {
182
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/State.ts",
183
+ "line": 5,
184
+ "character": 17,
185
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/State.ts#L5"
186
+ }
187
+ ],
188
+ "extendedTypes": [
189
+ {
190
+ "type": "reference",
191
+ "name": "ContextExState"
192
+ }
193
+ ]
194
+ },
195
+ {
196
+ "id": 91,
197
+ "name": "PayloadDivinerState",
198
+ "kind": 256,
199
+ "kindString": "Interface",
200
+ "flags": {},
201
+ "children": [
202
+ {
203
+ "id": 92,
204
+ "name": "diviner",
205
+ "kind": 1024,
206
+ "kindString": "Property",
207
+ "flags": {
208
+ "isOptional": true
209
+ },
210
+ "sources": [
211
+ {
212
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/State.ts",
213
+ "line": 5,
214
+ "character": 2,
215
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/State.ts#L5"
216
+ }
217
+ ],
218
+ "type": {
219
+ "type": "reference",
220
+ "typeArguments": [
221
+ {
222
+ "type": "reflection",
223
+ "declaration": {
224
+ "id": 93,
225
+ "name": "__type",
226
+ "kind": 65536,
227
+ "kindString": "Type literal",
228
+ "flags": {},
229
+ "sources": [
230
+ {
231
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
232
+ "line": 7,
233
+ "character": 107
234
+ }
235
+ ]
236
+ }
237
+ },
238
+ {
239
+ "type": "reference",
240
+ "typeArguments": [
241
+ {
242
+ "type": "reflection",
243
+ "declaration": {
244
+ "id": 94,
245
+ "name": "__type",
246
+ "kind": 65536,
247
+ "kindString": "Type literal",
248
+ "flags": {},
249
+ "sources": [
250
+ {
251
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
252
+ "line": 7,
253
+ "character": 107
254
+ }
255
+ ]
256
+ }
257
+ }
258
+ ],
259
+ "name": "XyoDivinerConfig",
260
+ "qualifiedName": "XyoDivinerConfig",
261
+ "package": "@xyo-network/diviner"
262
+ },
263
+ {
264
+ "type": "reference",
265
+ "typeArguments": [
266
+ {
267
+ "type": "reflection",
268
+ "declaration": {
269
+ "id": 95,
270
+ "name": "__type",
271
+ "kind": 65536,
272
+ "kindString": "Type literal",
273
+ "flags": {},
274
+ "sources": [
275
+ {
276
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
277
+ "line": 7,
278
+ "character": 107
279
+ }
280
+ ]
281
+ }
282
+ }
283
+ ],
284
+ "name": "XyoDivinerQueryPayload",
285
+ "qualifiedName": "XyoDivinerQueryPayload",
286
+ "package": "@xyo-network/diviner"
287
+ }
288
+ ],
289
+ "name": "XyoPayloadDiviner",
290
+ "qualifiedName": "XyoPayloadDiviner",
291
+ "package": "@xyo-network/diviner"
292
+ }
293
+ },
294
+ {
295
+ "id": 96,
296
+ "name": "setDiviner",
297
+ "kind": 1024,
298
+ "kindString": "Property",
299
+ "flags": {
300
+ "isOptional": true
301
+ },
302
+ "sources": [
303
+ {
304
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/State.ts",
305
+ "line": 6,
306
+ "character": 2,
307
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/State.ts#L6"
308
+ }
309
+ ],
310
+ "type": {
311
+ "type": "reference",
312
+ "typeArguments": [
313
+ {
314
+ "type": "reference",
315
+ "typeArguments": [
316
+ {
317
+ "type": "reflection",
318
+ "declaration": {
319
+ "id": 97,
320
+ "name": "__type",
321
+ "kind": 65536,
322
+ "kindString": "Type literal",
323
+ "flags": {},
324
+ "sources": [
325
+ {
326
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
327
+ "line": 7,
328
+ "character": 107
329
+ }
330
+ ]
331
+ }
332
+ },
333
+ {
334
+ "type": "reference",
335
+ "typeArguments": [
336
+ {
337
+ "type": "reflection",
338
+ "declaration": {
339
+ "id": 98,
340
+ "name": "__type",
341
+ "kind": 65536,
342
+ "kindString": "Type literal",
343
+ "flags": {},
344
+ "sources": [
345
+ {
346
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
347
+ "line": 7,
348
+ "character": 107
349
+ }
350
+ ]
351
+ }
352
+ }
353
+ ],
354
+ "name": "XyoDivinerConfig",
355
+ "qualifiedName": "XyoDivinerConfig",
356
+ "package": "@xyo-network/diviner"
357
+ },
358
+ {
359
+ "type": "reference",
360
+ "typeArguments": [
361
+ {
362
+ "type": "reflection",
363
+ "declaration": {
364
+ "id": 99,
365
+ "name": "__type",
366
+ "kind": 65536,
367
+ "kindString": "Type literal",
368
+ "flags": {},
369
+ "sources": [
370
+ {
371
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
372
+ "line": 7,
373
+ "character": 107
374
+ }
375
+ ]
376
+ }
377
+ }
378
+ ],
379
+ "name": "XyoDivinerQueryPayload",
380
+ "qualifiedName": "XyoDivinerQueryPayload",
381
+ "package": "@xyo-network/diviner"
382
+ }
383
+ ],
384
+ "name": "XyoPayloadDiviner",
385
+ "qualifiedName": "XyoPayloadDiviner",
386
+ "package": "@xyo-network/diviner"
387
+ }
388
+ ],
389
+ "name": "Dispatch",
390
+ "qualifiedName": "React.Dispatch",
391
+ "package": "@types/react"
392
+ }
393
+ }
394
+ ],
395
+ "groups": [
396
+ {
397
+ "title": "Properties",
398
+ "children": [
399
+ 92,
400
+ 96
401
+ ]
402
+ }
403
+ ],
404
+ "sources": [
405
+ {
406
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/State.ts",
407
+ "line": 4,
408
+ "character": 17,
409
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/State.ts#L4"
410
+ }
411
+ ]
412
+ },
413
+ {
414
+ "id": 67,
415
+ "name": "PayloadProviderProps",
416
+ "kind": 256,
417
+ "kindString": "Interface",
418
+ "flags": {},
419
+ "children": [
420
+ {
421
+ "id": 69,
422
+ "name": "hash",
423
+ "kind": 1024,
424
+ "kindString": "Property",
425
+ "flags": {
426
+ "isOptional": true
427
+ },
428
+ "sources": [
429
+ {
430
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx",
431
+ "line": 11,
432
+ "character": 2,
433
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx#L11"
434
+ }
435
+ ],
436
+ "type": {
437
+ "type": "intrinsic",
438
+ "name": "string"
439
+ }
440
+ },
441
+ {
442
+ "id": 68,
443
+ "name": "required",
444
+ "kind": 1024,
445
+ "kindString": "Property",
446
+ "flags": {
447
+ "isOptional": true
448
+ },
449
+ "sources": [
450
+ {
451
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx",
452
+ "line": 10,
453
+ "character": 2,
454
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx#L10"
455
+ }
456
+ ],
457
+ "type": {
458
+ "type": "intrinsic",
459
+ "name": "boolean"
460
+ }
461
+ }
462
+ ],
463
+ "groups": [
464
+ {
465
+ "title": "Properties",
466
+ "children": [
467
+ 69,
468
+ 68
469
+ ]
470
+ }
471
+ ],
472
+ "sources": [
473
+ {
474
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx",
475
+ "line": 9,
476
+ "character": 17,
477
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx#L9"
478
+ }
479
+ ]
480
+ },
481
+ {
482
+ "id": 1,
483
+ "name": "PayloadDataDetailsProps",
484
+ "kind": 4194304,
485
+ "kindString": "Type alias",
486
+ "flags": {},
487
+ "sources": [
488
+ {
489
+ "fileName": "packages/sdk/packages/payload/src/components/Details/DataDetails.tsx",
490
+ "line": 12,
491
+ "character": 12,
492
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/DataDetails.tsx#L12"
493
+ }
494
+ ],
495
+ "type": {
496
+ "type": "intersection",
497
+ "types": [
498
+ {
499
+ "type": "reference",
500
+ "name": "PropertyProps"
501
+ },
502
+ {
503
+ "type": "reflection",
504
+ "declaration": {
505
+ "id": 2,
506
+ "name": "__type",
507
+ "kind": 65536,
508
+ "kindString": "Type literal",
509
+ "flags": {},
510
+ "children": [
511
+ {
512
+ "id": 5,
513
+ "name": "badge",
514
+ "kind": 1024,
515
+ "kindString": "Property",
516
+ "flags": {
517
+ "isOptional": true
518
+ },
519
+ "sources": [
520
+ {
521
+ "fileName": "packages/sdk/packages/payload/src/components/Details/DataDetails.tsx",
522
+ "line": 15,
523
+ "character": 2,
524
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/DataDetails.tsx#L15"
525
+ }
526
+ ],
527
+ "type": {
528
+ "type": "intrinsic",
529
+ "name": "boolean"
530
+ }
531
+ },
532
+ {
533
+ "id": 3,
534
+ "name": "payload",
535
+ "kind": 1024,
536
+ "kindString": "Property",
537
+ "flags": {
538
+ "isOptional": true
539
+ },
540
+ "sources": [
541
+ {
542
+ "fileName": "packages/sdk/packages/payload/src/components/Details/DataDetails.tsx",
543
+ "line": 13,
544
+ "character": 2,
545
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/DataDetails.tsx#L13"
546
+ }
547
+ ],
548
+ "type": {
549
+ "type": "reference",
550
+ "name": "XyoPayload",
551
+ "qualifiedName": "XyoPayload",
552
+ "package": "@xyo-network/payload"
553
+ }
554
+ },
555
+ {
556
+ "id": 4,
557
+ "name": "size",
558
+ "kind": 1024,
559
+ "kindString": "Property",
560
+ "flags": {
561
+ "isOptional": true
562
+ },
563
+ "sources": [
564
+ {
565
+ "fileName": "packages/sdk/packages/payload/src/components/Details/DataDetails.tsx",
566
+ "line": 14,
567
+ "character": 2,
568
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/DataDetails.tsx#L14"
569
+ }
570
+ ],
571
+ "type": {
572
+ "type": "reference",
573
+ "name": "SizeProp"
574
+ }
575
+ }
576
+ ],
577
+ "groups": [
578
+ {
579
+ "title": "Properties",
580
+ "children": [
581
+ 5,
582
+ 3,
583
+ 4
584
+ ]
585
+ }
586
+ ],
587
+ "sources": [
588
+ {
589
+ "fileName": "packages/sdk/packages/payload/src/components/Details/DataDetails.tsx",
590
+ "line": 12,
591
+ "character": 54,
592
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/DataDetails.tsx#L12"
593
+ }
594
+ ]
595
+ }
596
+ }
597
+ ]
598
+ }
599
+ },
600
+ {
601
+ "id": 18,
602
+ "name": "PayloadDetailsProps",
603
+ "kind": 4194304,
604
+ "kindString": "Type alias",
605
+ "flags": {},
606
+ "sources": [
607
+ {
608
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
609
+ "line": 11,
610
+ "character": 12,
611
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L11"
612
+ }
613
+ ],
614
+ "type": {
615
+ "type": "intersection",
616
+ "types": [
617
+ {
618
+ "type": "reference",
619
+ "name": "FlexBoxProps",
620
+ "qualifiedName": "FlexBoxProps",
621
+ "package": "@xylabs/react-flexbox"
622
+ },
623
+ {
624
+ "type": "reflection",
625
+ "declaration": {
626
+ "id": 19,
627
+ "name": "__type",
628
+ "kind": 65536,
629
+ "kindString": "Type literal",
630
+ "flags": {},
631
+ "children": [
632
+ {
633
+ "id": 21,
634
+ "name": "paper",
635
+ "kind": 1024,
636
+ "kindString": "Property",
637
+ "flags": {
638
+ "isOptional": true
639
+ },
640
+ "sources": [
641
+ {
642
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
643
+ "line": 13,
644
+ "character": 2,
645
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L13"
646
+ }
647
+ ],
648
+ "type": {
649
+ "type": "intrinsic",
650
+ "name": "boolean"
651
+ }
652
+ },
653
+ {
654
+ "id": 20,
655
+ "name": "payload",
656
+ "kind": 1024,
657
+ "kindString": "Property",
658
+ "flags": {
659
+ "isOptional": true
660
+ },
661
+ "sources": [
662
+ {
663
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
664
+ "line": 12,
665
+ "character": 2,
666
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L12"
667
+ }
668
+ ],
669
+ "type": {
670
+ "type": "reference",
671
+ "name": "XyoPayload",
672
+ "qualifiedName": "XyoPayload",
673
+ "package": "@xyo-network/payload"
674
+ }
675
+ }
676
+ ],
677
+ "groups": [
678
+ {
679
+ "title": "Properties",
680
+ "children": [
681
+ 21,
682
+ 20
683
+ ]
684
+ }
685
+ ],
686
+ "sources": [
687
+ {
688
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
689
+ "line": 11,
690
+ "character": 49,
691
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L11"
692
+ }
693
+ ]
694
+ }
695
+ }
696
+ ]
697
+ }
698
+ },
699
+ {
700
+ "id": 84,
701
+ "name": "PayloadDivinerProviderProps",
702
+ "kind": 4194304,
703
+ "kindString": "Type alias",
704
+ "flags": {},
705
+ "sources": [
706
+ {
707
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx",
708
+ "line": 7,
709
+ "character": 12,
710
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx#L7"
711
+ }
712
+ ],
713
+ "type": {
714
+ "type": "reference",
715
+ "typeArguments": [
716
+ {
717
+ "type": "reflection",
718
+ "declaration": {
719
+ "id": 85,
720
+ "name": "__type",
721
+ "kind": 65536,
722
+ "kindString": "Type literal",
723
+ "flags": {},
724
+ "children": [
725
+ {
726
+ "id": 86,
727
+ "name": "diviner",
728
+ "kind": 1024,
729
+ "kindString": "Property",
730
+ "flags": {
731
+ "isOptional": true
732
+ },
733
+ "comment": {
734
+ "summary": [
735
+ {
736
+ "kind": "text",
737
+ "text": "Required"
738
+ }
739
+ ]
740
+ },
741
+ "sources": [
742
+ {
743
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx",
744
+ "line": 9,
745
+ "character": 2,
746
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx#L9"
747
+ }
748
+ ],
749
+ "type": {
750
+ "type": "reference",
751
+ "name": "XyoPayloadDiviner",
752
+ "qualifiedName": "XyoPayloadDiviner",
753
+ "package": "@xyo-network/diviner"
754
+ }
755
+ }
756
+ ],
757
+ "groups": [
758
+ {
759
+ "title": "Properties",
760
+ "children": [
761
+ 86
762
+ ]
763
+ }
764
+ ],
765
+ "sources": [
766
+ {
767
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx",
768
+ "line": 7,
769
+ "character": 65,
770
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx#L7"
771
+ }
772
+ ]
773
+ }
774
+ }
775
+ ],
776
+ "name": "ContextExProviderProps"
777
+ }
778
+ },
779
+ {
780
+ "id": 26,
781
+ "name": "PayloadJsonDetailsProps",
782
+ "kind": 4194304,
783
+ "kindString": "Type alias",
784
+ "flags": {},
785
+ "sources": [
786
+ {
787
+ "fileName": "packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx",
788
+ "line": 10,
789
+ "character": 12,
790
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx#L10"
791
+ }
792
+ ],
793
+ "type": {
794
+ "type": "intersection",
795
+ "types": [
796
+ {
797
+ "type": "reference",
798
+ "name": "PropertyGroupProps"
799
+ },
800
+ {
801
+ "type": "reflection",
802
+ "declaration": {
803
+ "id": 27,
804
+ "name": "__type",
805
+ "kind": 65536,
806
+ "kindString": "Type literal",
807
+ "flags": {},
808
+ "children": [
809
+ {
810
+ "id": 29,
811
+ "name": "jsonViewProps",
812
+ "kind": 1024,
813
+ "kindString": "Property",
814
+ "flags": {
815
+ "isOptional": true
816
+ },
817
+ "sources": [
818
+ {
819
+ "fileName": "packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx",
820
+ "line": 12,
821
+ "character": 2,
822
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx#L12"
823
+ }
824
+ ],
825
+ "type": {
826
+ "type": "reference",
827
+ "name": "ReactJsonViewProps",
828
+ "qualifiedName": "ReactJsonViewProps",
829
+ "package": "react-json-view"
830
+ }
831
+ },
832
+ {
833
+ "id": 28,
834
+ "name": "payload",
835
+ "kind": 1024,
836
+ "kindString": "Property",
837
+ "flags": {
838
+ "isOptional": true
839
+ },
840
+ "sources": [
841
+ {
842
+ "fileName": "packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx",
843
+ "line": 11,
844
+ "character": 2,
845
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx#L11"
846
+ }
847
+ ],
848
+ "type": {
849
+ "type": "reference",
850
+ "name": "XyoPayload",
851
+ "qualifiedName": "XyoPayload",
852
+ "package": "@xyo-network/payload"
853
+ }
854
+ }
855
+ ],
856
+ "groups": [
857
+ {
858
+ "title": "Properties",
859
+ "children": [
860
+ 29,
861
+ 28
862
+ ]
863
+ }
864
+ ],
865
+ "sources": [
866
+ {
867
+ "fileName": "packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx",
868
+ "line": 10,
869
+ "character": 59,
870
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx#L10"
871
+ }
872
+ ]
873
+ }
874
+ }
875
+ ]
876
+ }
877
+ },
878
+ {
879
+ "id": 34,
880
+ "name": "PayloadMetaDetailsProps",
881
+ "kind": 4194304,
882
+ "kindString": "Type alias",
883
+ "flags": {},
884
+ "sources": [
885
+ {
886
+ "fileName": "packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx",
887
+ "line": 5,
888
+ "character": 12,
889
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx#L5"
890
+ }
891
+ ],
892
+ "type": {
893
+ "type": "intersection",
894
+ "types": [
895
+ {
896
+ "type": "reference",
897
+ "name": "PropertyGroupProps"
898
+ },
899
+ {
900
+ "type": "reflection",
901
+ "declaration": {
902
+ "id": 35,
903
+ "name": "__type",
904
+ "kind": 65536,
905
+ "kindString": "Type literal",
906
+ "flags": {},
907
+ "children": [
908
+ {
909
+ "id": 37,
910
+ "name": "archivePath",
911
+ "kind": 1024,
912
+ "kindString": "Property",
913
+ "flags": {
914
+ "isOptional": true
915
+ },
916
+ "sources": [
917
+ {
918
+ "fileName": "packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx",
919
+ "line": 7,
920
+ "character": 2,
921
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx#L7"
922
+ }
923
+ ],
924
+ "type": {
925
+ "type": "intrinsic",
926
+ "name": "string"
927
+ }
928
+ },
929
+ {
930
+ "id": 36,
931
+ "name": "value",
932
+ "kind": 1024,
933
+ "kindString": "Property",
934
+ "flags": {
935
+ "isOptional": true
936
+ },
937
+ "sources": [
938
+ {
939
+ "fileName": "packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx",
940
+ "line": 6,
941
+ "character": 2,
942
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx#L6"
943
+ }
944
+ ],
945
+ "type": {
946
+ "type": "reference",
947
+ "name": "XyoPayloadWithPartialMeta",
948
+ "qualifiedName": "XyoPayloadWithPartialMeta",
949
+ "package": "@xyo-network/payload"
950
+ }
951
+ }
952
+ ],
953
+ "groups": [
954
+ {
955
+ "title": "Properties",
956
+ "children": [
957
+ 37,
958
+ 36
959
+ ]
960
+ }
961
+ ],
962
+ "sources": [
963
+ {
964
+ "fileName": "packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx",
965
+ "line": 5,
966
+ "character": 59,
967
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx#L5"
968
+ }
969
+ ]
970
+ }
971
+ }
972
+ ]
973
+ }
974
+ },
975
+ {
976
+ "id": 46,
977
+ "name": "PayloadValidationDetailsProps",
978
+ "kind": 4194304,
979
+ "kindString": "Type alias",
980
+ "flags": {},
981
+ "sources": [
982
+ {
983
+ "fileName": "packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
984
+ "line": 4,
985
+ "character": 12,
986
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L4"
987
+ }
988
+ ],
989
+ "type": {
990
+ "type": "intersection",
991
+ "types": [
992
+ {
993
+ "type": "reference",
994
+ "name": "PropertyGroupProps"
995
+ },
996
+ {
997
+ "type": "reflection",
998
+ "declaration": {
999
+ "id": 47,
1000
+ "name": "__type",
1001
+ "kind": 65536,
1002
+ "kindString": "Type literal",
1003
+ "flags": {},
1004
+ "children": [
1005
+ {
1006
+ "id": 48,
1007
+ "name": "skipBody",
1008
+ "kind": 1024,
1009
+ "kindString": "Property",
1010
+ "flags": {
1011
+ "isOptional": true
1012
+ },
1013
+ "sources": [
1014
+ {
1015
+ "fileName": "packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1016
+ "line": 5,
1017
+ "character": 2,
1018
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L5"
1019
+ }
1020
+ ],
1021
+ "type": {
1022
+ "type": "intrinsic",
1023
+ "name": "boolean"
1024
+ }
1025
+ },
1026
+ {
1027
+ "id": 49,
1028
+ "name": "value",
1029
+ "kind": 1024,
1030
+ "kindString": "Property",
1031
+ "flags": {
1032
+ "isOptional": true
1033
+ },
1034
+ "sources": [
1035
+ {
1036
+ "fileName": "packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1037
+ "line": 6,
1038
+ "character": 2,
1039
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L6"
1040
+ }
1041
+ ],
1042
+ "type": {
1043
+ "type": "reference",
1044
+ "name": "XyoPayloadWithPartialMeta",
1045
+ "qualifiedName": "XyoPayloadWithPartialMeta",
1046
+ "package": "@xyo-network/payload"
1047
+ }
1048
+ },
1049
+ {
1050
+ "id": 50,
1051
+ "name": "viewSchemaUrl",
1052
+ "kind": 1024,
1053
+ "kindString": "Property",
1054
+ "flags": {
1055
+ "isOptional": true
1056
+ },
1057
+ "sources": [
1058
+ {
1059
+ "fileName": "packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1060
+ "line": 7,
1061
+ "character": 2,
1062
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L7"
1063
+ }
1064
+ ],
1065
+ "type": {
1066
+ "type": "intrinsic",
1067
+ "name": "string"
1068
+ }
1069
+ }
1070
+ ],
1071
+ "groups": [
1072
+ {
1073
+ "title": "Properties",
1074
+ "children": [
1075
+ 48,
1076
+ 49,
1077
+ 50
1078
+ ]
1079
+ }
1080
+ ],
1081
+ "sources": [
1082
+ {
1083
+ "fileName": "packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts",
1084
+ "line": 4,
1085
+ "character": 65,
1086
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetailsProps.ts#L4"
1087
+ }
1088
+ ]
1089
+ }
1090
+ }
1091
+ ]
1092
+ }
1093
+ },
1094
+ {
1095
+ "id": 123,
1096
+ "name": "UseHuriOrHash",
1097
+ "kind": 4194304,
1098
+ "kindString": "Type alias",
1099
+ "flags": {},
1100
+ "sources": [
1101
+ {
1102
+ "fileName": "packages/sdk/packages/payload/src/hooks/ResolvePayloadArgs.ts",
1103
+ "line": 6,
1104
+ "character": 12,
1105
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/ResolvePayloadArgs.ts#L6"
1106
+ }
1107
+ ],
1108
+ "type": {
1109
+ "type": "tuple",
1110
+ "elements": [
1111
+ {
1112
+ "type": "rest",
1113
+ "elementType": {
1114
+ "type": "reference",
1115
+ "id": 122,
1116
+ "name": "UsePayload"
1117
+ }
1118
+ },
1119
+ {
1120
+ "type": "optional",
1121
+ "elementType": {
1122
+ "type": "intrinsic",
1123
+ "name": "boolean"
1124
+ }
1125
+ }
1126
+ ]
1127
+ }
1128
+ },
1129
+ {
1130
+ "id": 122,
1131
+ "name": "UsePayload",
1132
+ "kind": 4194304,
1133
+ "kindString": "Type alias",
1134
+ "flags": {},
1135
+ "sources": [
1136
+ {
1137
+ "fileName": "packages/sdk/packages/payload/src/hooks/ResolvePayloadArgs.ts",
1138
+ "line": 4,
1139
+ "character": 12,
1140
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/ResolvePayloadArgs.ts#L4"
1141
+ }
1142
+ ],
1143
+ "type": {
1144
+ "type": "tuple",
1145
+ "elements": [
1146
+ {
1147
+ "type": "optional",
1148
+ "elementType": {
1149
+ "type": "reference",
1150
+ "name": "XyoPayload",
1151
+ "qualifiedName": "XyoPayload",
1152
+ "package": "@xyo-network/payload"
1153
+ }
1154
+ },
1155
+ {
1156
+ "type": "optional",
1157
+ "elementType": {
1158
+ "type": "intrinsic",
1159
+ "name": "boolean"
1160
+ }
1161
+ },
1162
+ {
1163
+ "type": "optional",
1164
+ "elementType": {
1165
+ "type": "reference",
1166
+ "name": "XyoApiError",
1167
+ "qualifiedName": "XyoApiError",
1168
+ "package": "@xyo-network/api"
1169
+ }
1170
+ }
1171
+ ]
1172
+ }
1173
+ },
1174
+ {
1175
+ "id": 10,
1176
+ "name": "WithPaper",
1177
+ "kind": 4194304,
1178
+ "kindString": "Type alias",
1179
+ "flags": {},
1180
+ "sources": [
1181
+ {
1182
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
1183
+ "line": 8,
1184
+ "character": 12,
1185
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L8"
1186
+ }
1187
+ ],
1188
+ "typeParameters": [
1189
+ {
1190
+ "id": 13,
1191
+ "name": "T",
1192
+ "kind": 131072,
1193
+ "kindString": "Type parameter",
1194
+ "flags": {}
1195
+ }
1196
+ ],
1197
+ "type": {
1198
+ "type": "intersection",
1199
+ "types": [
1200
+ {
1201
+ "type": "reference",
1202
+ "id": 13,
1203
+ "name": "T"
1204
+ },
1205
+ {
1206
+ "type": "reflection",
1207
+ "declaration": {
1208
+ "id": 11,
1209
+ "name": "__type",
1210
+ "kind": 65536,
1211
+ "kindString": "Type literal",
1212
+ "flags": {},
1213
+ "children": [
1214
+ {
1215
+ "id": 12,
1216
+ "name": "paper",
1217
+ "kind": 1024,
1218
+ "kindString": "Property",
1219
+ "flags": {},
1220
+ "sources": [
1221
+ {
1222
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
1223
+ "line": 8,
1224
+ "character": 33,
1225
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L8"
1226
+ }
1227
+ ],
1228
+ "type": {
1229
+ "type": "literal",
1230
+ "value": true
1231
+ }
1232
+ }
1233
+ ],
1234
+ "groups": [
1235
+ {
1236
+ "title": "Properties",
1237
+ "children": [
1238
+ 12
1239
+ ]
1240
+ }
1241
+ ],
1242
+ "sources": [
1243
+ {
1244
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
1245
+ "line": 8,
1246
+ "character": 31,
1247
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L8"
1248
+ }
1249
+ ]
1250
+ }
1251
+ }
1252
+ ]
1253
+ }
1254
+ },
1255
+ {
1256
+ "id": 14,
1257
+ "name": "WithoutPaper",
1258
+ "kind": 4194304,
1259
+ "kindString": "Type alias",
1260
+ "flags": {},
1261
+ "sources": [
1262
+ {
1263
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
1264
+ "line": 9,
1265
+ "character": 12,
1266
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L9"
1267
+ }
1268
+ ],
1269
+ "typeParameters": [
1270
+ {
1271
+ "id": 17,
1272
+ "name": "T",
1273
+ "kind": 131072,
1274
+ "kindString": "Type parameter",
1275
+ "flags": {}
1276
+ }
1277
+ ],
1278
+ "type": {
1279
+ "type": "intersection",
1280
+ "types": [
1281
+ {
1282
+ "type": "reference",
1283
+ "id": 17,
1284
+ "name": "T"
1285
+ },
1286
+ {
1287
+ "type": "reflection",
1288
+ "declaration": {
1289
+ "id": 15,
1290
+ "name": "__type",
1291
+ "kind": 65536,
1292
+ "kindString": "Type literal",
1293
+ "flags": {},
1294
+ "children": [
1295
+ {
1296
+ "id": 16,
1297
+ "name": "paper",
1298
+ "kind": 1024,
1299
+ "kindString": "Property",
1300
+ "flags": {
1301
+ "isOptional": true
1302
+ },
1303
+ "sources": [
1304
+ {
1305
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
1306
+ "line": 9,
1307
+ "character": 36,
1308
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L9"
1309
+ }
1310
+ ],
1311
+ "type": {
1312
+ "type": "literal",
1313
+ "value": false
1314
+ }
1315
+ }
1316
+ ],
1317
+ "groups": [
1318
+ {
1319
+ "title": "Properties",
1320
+ "children": [
1321
+ 16
1322
+ ]
1323
+ }
1324
+ ],
1325
+ "sources": [
1326
+ {
1327
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
1328
+ "line": 9,
1329
+ "character": 34,
1330
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L9"
1331
+ }
1332
+ ]
1333
+ }
1334
+ }
1335
+ ]
1336
+ }
1337
+ },
1338
+ {
1339
+ "id": 51,
1340
+ "name": "DivinedPayloadContext",
1341
+ "kind": 32,
1342
+ "kindString": "Variable",
1343
+ "flags": {
1344
+ "isConst": true
1345
+ },
1346
+ "sources": [
1347
+ {
1348
+ "fileName": "packages/sdk/packages/payload/src/contexts/DivinedPayload/Context.tsx",
1349
+ "line": 5,
1350
+ "character": 13,
1351
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/DivinedPayload/Context.tsx#L5"
1352
+ }
1353
+ ],
1354
+ "type": {
1355
+ "type": "reference",
1356
+ "typeArguments": [
1357
+ {
1358
+ "type": "intersection",
1359
+ "types": [
1360
+ {
1361
+ "type": "reference",
1362
+ "name": "DivinedPayloadState"
1363
+ },
1364
+ {
1365
+ "type": "reference",
1366
+ "name": "ContextExState"
1367
+ }
1368
+ ]
1369
+ }
1370
+ ],
1371
+ "name": "Context",
1372
+ "qualifiedName": "React.Context",
1373
+ "package": "@types/react"
1374
+ },
1375
+ "defaultValue": "..."
1376
+ },
1377
+ {
1378
+ "id": 66,
1379
+ "name": "PayloadContext",
1380
+ "kind": 32,
1381
+ "kindString": "Variable",
1382
+ "flags": {
1383
+ "isConst": true
1384
+ },
1385
+ "sources": [
1386
+ {
1387
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/Context.ts",
1388
+ "line": 5,
1389
+ "character": 13,
1390
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/Context.ts#L5"
1391
+ }
1392
+ ],
1393
+ "type": {
1394
+ "type": "reference",
1395
+ "typeArguments": [
1396
+ {
1397
+ "type": "intersection",
1398
+ "types": [
1399
+ {
1400
+ "type": "reference",
1401
+ "id": 74,
1402
+ "name": "PayloadContextState"
1403
+ },
1404
+ {
1405
+ "type": "reference",
1406
+ "name": "ContextExState"
1407
+ }
1408
+ ]
1409
+ }
1410
+ ],
1411
+ "name": "Context",
1412
+ "qualifiedName": "React.Context",
1413
+ "package": "@types/react"
1414
+ },
1415
+ "defaultValue": "..."
1416
+ },
1417
+ {
1418
+ "id": 83,
1419
+ "name": "PayloadDivinerContext",
1420
+ "kind": 32,
1421
+ "kindString": "Variable",
1422
+ "flags": {
1423
+ "isConst": true
1424
+ },
1425
+ "sources": [
1426
+ {
1427
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/Context.ts",
1428
+ "line": 5,
1429
+ "character": 6,
1430
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/Context.ts#L5"
1431
+ }
1432
+ ],
1433
+ "type": {
1434
+ "type": "reference",
1435
+ "typeArguments": [
1436
+ {
1437
+ "type": "intersection",
1438
+ "types": [
1439
+ {
1440
+ "type": "reference",
1441
+ "id": 91,
1442
+ "name": "PayloadDivinerState"
1443
+ },
1444
+ {
1445
+ "type": "reference",
1446
+ "name": "ContextExState"
1447
+ }
1448
+ ]
1449
+ }
1450
+ ],
1451
+ "name": "Context",
1452
+ "qualifiedName": "React.Context",
1453
+ "package": "@types/react"
1454
+ },
1455
+ "defaultValue": "..."
1456
+ },
1457
+ {
1458
+ "id": 52,
1459
+ "name": "DivinedPayloadProvider",
1460
+ "kind": 64,
1461
+ "kindString": "Function",
1462
+ "flags": {},
1463
+ "sources": [
1464
+ {
1465
+ "fileName": "packages/sdk/packages/payload/src/contexts/DivinedPayload/Provider.tsx",
1466
+ "line": 15,
1467
+ "character": 13,
1468
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/DivinedPayload/Provider.tsx#L15"
1469
+ }
1470
+ ],
1471
+ "signatures": [
1472
+ {
1473
+ "id": 53,
1474
+ "name": "DivinedPayloadProvider",
1475
+ "kind": 4096,
1476
+ "kindString": "Call signature",
1477
+ "flags": {},
1478
+ "parameters": [
1479
+ {
1480
+ "id": 54,
1481
+ "name": "props",
1482
+ "kind": 32768,
1483
+ "kindString": "Parameter",
1484
+ "flags": {},
1485
+ "type": {
1486
+ "type": "reference",
1487
+ "name": "DivinedPayloadProviderProps"
1488
+ }
1489
+ },
1490
+ {
1491
+ "id": 55,
1492
+ "name": "context",
1493
+ "kind": 32768,
1494
+ "kindString": "Parameter",
1495
+ "flags": {
1496
+ "isOptional": true
1497
+ },
1498
+ "type": {
1499
+ "type": "intrinsic",
1500
+ "name": "any"
1501
+ }
1502
+ }
1503
+ ],
1504
+ "type": {
1505
+ "type": "union",
1506
+ "types": [
1507
+ {
1508
+ "type": "literal",
1509
+ "value": null
1510
+ },
1511
+ {
1512
+ "type": "reference",
1513
+ "typeArguments": [
1514
+ {
1515
+ "type": "intrinsic",
1516
+ "name": "any"
1517
+ },
1518
+ {
1519
+ "type": "intrinsic",
1520
+ "name": "any"
1521
+ }
1522
+ ],
1523
+ "name": "ReactElement",
1524
+ "qualifiedName": "React.ReactElement",
1525
+ "package": "@types/react"
1526
+ }
1527
+ ]
1528
+ }
1529
+ }
1530
+ ]
1531
+ },
1532
+ {
1533
+ "id": 56,
1534
+ "name": "DivinedPayloadWithHandleInner",
1535
+ "kind": 64,
1536
+ "kindString": "Function",
1537
+ "flags": {},
1538
+ "sources": [
1539
+ {
1540
+ "fileName": "packages/sdk/packages/payload/src/contexts/DivinedPayload/Provider.tsx",
1541
+ "line": 30,
1542
+ "character": 13,
1543
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/DivinedPayload/Provider.tsx#L30"
1544
+ }
1545
+ ],
1546
+ "signatures": [
1547
+ {
1548
+ "id": 57,
1549
+ "name": "DivinedPayloadWithHandleInner",
1550
+ "kind": 4096,
1551
+ "kindString": "Call signature",
1552
+ "flags": {},
1553
+ "parameters": [
1554
+ {
1555
+ "id": 58,
1556
+ "name": "props",
1557
+ "kind": 32768,
1558
+ "kindString": "Parameter",
1559
+ "flags": {},
1560
+ "type": {
1561
+ "type": "reference",
1562
+ "typeArguments": [
1563
+ {
1564
+ "type": "intrinsic",
1565
+ "name": "unknown"
1566
+ }
1567
+ ],
1568
+ "name": "WithChildren",
1569
+ "qualifiedName": "WithChildren",
1570
+ "package": "@xylabs/react-shared"
1571
+ }
1572
+ },
1573
+ {
1574
+ "id": 59,
1575
+ "name": "context",
1576
+ "kind": 32768,
1577
+ "kindString": "Parameter",
1578
+ "flags": {
1579
+ "isOptional": true
1580
+ },
1581
+ "type": {
1582
+ "type": "intrinsic",
1583
+ "name": "any"
1584
+ }
1585
+ }
1586
+ ],
1587
+ "type": {
1588
+ "type": "union",
1589
+ "types": [
1590
+ {
1591
+ "type": "literal",
1592
+ "value": null
1593
+ },
1594
+ {
1595
+ "type": "reference",
1596
+ "typeArguments": [
1597
+ {
1598
+ "type": "intrinsic",
1599
+ "name": "any"
1600
+ },
1601
+ {
1602
+ "type": "intrinsic",
1603
+ "name": "any"
1604
+ }
1605
+ ],
1606
+ "name": "ReactElement",
1607
+ "qualifiedName": "React.ReactElement",
1608
+ "package": "@types/react"
1609
+ }
1610
+ ]
1611
+ }
1612
+ }
1613
+ ]
1614
+ },
1615
+ {
1616
+ "id": 60,
1617
+ "name": "DivinedPayloadWithHandleProvider",
1618
+ "kind": 64,
1619
+ "kindString": "Function",
1620
+ "flags": {},
1621
+ "sources": [
1622
+ {
1623
+ "fileName": "packages/sdk/packages/payload/src/contexts/DivinedPayload/Provider.tsx",
1624
+ "line": 40,
1625
+ "character": 13,
1626
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/DivinedPayload/Provider.tsx#L40"
1627
+ }
1628
+ ],
1629
+ "signatures": [
1630
+ {
1631
+ "id": 61,
1632
+ "name": "DivinedPayloadWithHandleProvider",
1633
+ "kind": 4096,
1634
+ "kindString": "Call signature",
1635
+ "flags": {},
1636
+ "parameters": [
1637
+ {
1638
+ "id": 62,
1639
+ "name": "props",
1640
+ "kind": 32768,
1641
+ "kindString": "Parameter",
1642
+ "flags": {},
1643
+ "type": {
1644
+ "type": "reference",
1645
+ "name": "DivinedPayloadProviderProps"
1646
+ }
1647
+ },
1648
+ {
1649
+ "id": 63,
1650
+ "name": "context",
1651
+ "kind": 32768,
1652
+ "kindString": "Parameter",
1653
+ "flags": {
1654
+ "isOptional": true
1655
+ },
1656
+ "type": {
1657
+ "type": "intrinsic",
1658
+ "name": "any"
1659
+ }
1660
+ }
1661
+ ],
1662
+ "type": {
1663
+ "type": "union",
1664
+ "types": [
1665
+ {
1666
+ "type": "literal",
1667
+ "value": null
1668
+ },
1669
+ {
1670
+ "type": "reference",
1671
+ "typeArguments": [
1672
+ {
1673
+ "type": "intrinsic",
1674
+ "name": "any"
1675
+ },
1676
+ {
1677
+ "type": "intrinsic",
1678
+ "name": "any"
1679
+ }
1680
+ ],
1681
+ "name": "ReactElement",
1682
+ "qualifiedName": "React.ReactElement",
1683
+ "package": "@types/react"
1684
+ }
1685
+ ]
1686
+ }
1687
+ }
1688
+ ]
1689
+ },
1690
+ {
1691
+ "id": 6,
1692
+ "name": "PayloadDataDetails",
1693
+ "kind": 64,
1694
+ "kindString": "Function",
1695
+ "flags": {},
1696
+ "sources": [
1697
+ {
1698
+ "fileName": "packages/sdk/packages/payload/src/components/Details/DataDetails.tsx",
1699
+ "line": 18,
1700
+ "character": 13,
1701
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/DataDetails.tsx#L18"
1702
+ }
1703
+ ],
1704
+ "signatures": [
1705
+ {
1706
+ "id": 7,
1707
+ "name": "PayloadDataDetails",
1708
+ "kind": 4096,
1709
+ "kindString": "Call signature",
1710
+ "flags": {},
1711
+ "parameters": [
1712
+ {
1713
+ "id": 8,
1714
+ "name": "props",
1715
+ "kind": 32768,
1716
+ "kindString": "Parameter",
1717
+ "flags": {},
1718
+ "type": {
1719
+ "type": "reference",
1720
+ "id": 1,
1721
+ "name": "PayloadDataDetailsProps"
1722
+ }
1723
+ },
1724
+ {
1725
+ "id": 9,
1726
+ "name": "context",
1727
+ "kind": 32768,
1728
+ "kindString": "Parameter",
1729
+ "flags": {
1730
+ "isOptional": true
1731
+ },
1732
+ "type": {
1733
+ "type": "intrinsic",
1734
+ "name": "any"
1735
+ }
1736
+ }
1737
+ ],
1738
+ "type": {
1739
+ "type": "union",
1740
+ "types": [
1741
+ {
1742
+ "type": "literal",
1743
+ "value": null
1744
+ },
1745
+ {
1746
+ "type": "reference",
1747
+ "typeArguments": [
1748
+ {
1749
+ "type": "intrinsic",
1750
+ "name": "any"
1751
+ },
1752
+ {
1753
+ "type": "intrinsic",
1754
+ "name": "any"
1755
+ }
1756
+ ],
1757
+ "name": "ReactElement",
1758
+ "qualifiedName": "React.ReactElement",
1759
+ "package": "@types/react"
1760
+ }
1761
+ ]
1762
+ }
1763
+ }
1764
+ ]
1765
+ },
1766
+ {
1767
+ "id": 22,
1768
+ "name": "PayloadDetails",
1769
+ "kind": 64,
1770
+ "kindString": "Function",
1771
+ "flags": {},
1772
+ "sources": [
1773
+ {
1774
+ "fileName": "packages/sdk/packages/payload/src/components/Details/Details.tsx",
1775
+ "line": 16,
1776
+ "character": 13,
1777
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/Details.tsx#L16"
1778
+ }
1779
+ ],
1780
+ "signatures": [
1781
+ {
1782
+ "id": 23,
1783
+ "name": "PayloadDetails",
1784
+ "kind": 4096,
1785
+ "kindString": "Call signature",
1786
+ "flags": {},
1787
+ "parameters": [
1788
+ {
1789
+ "id": 24,
1790
+ "name": "props",
1791
+ "kind": 32768,
1792
+ "kindString": "Parameter",
1793
+ "flags": {},
1794
+ "type": {
1795
+ "type": "reference",
1796
+ "id": 18,
1797
+ "name": "PayloadDetailsProps"
1798
+ }
1799
+ },
1800
+ {
1801
+ "id": 25,
1802
+ "name": "context",
1803
+ "kind": 32768,
1804
+ "kindString": "Parameter",
1805
+ "flags": {
1806
+ "isOptional": true
1807
+ },
1808
+ "type": {
1809
+ "type": "intrinsic",
1810
+ "name": "any"
1811
+ }
1812
+ }
1813
+ ],
1814
+ "type": {
1815
+ "type": "union",
1816
+ "types": [
1817
+ {
1818
+ "type": "literal",
1819
+ "value": null
1820
+ },
1821
+ {
1822
+ "type": "reference",
1823
+ "typeArguments": [
1824
+ {
1825
+ "type": "intrinsic",
1826
+ "name": "any"
1827
+ },
1828
+ {
1829
+ "type": "intrinsic",
1830
+ "name": "any"
1831
+ }
1832
+ ],
1833
+ "name": "ReactElement",
1834
+ "qualifiedName": "React.ReactElement",
1835
+ "package": "@types/react"
1836
+ }
1837
+ ]
1838
+ }
1839
+ }
1840
+ ]
1841
+ },
1842
+ {
1843
+ "id": 87,
1844
+ "name": "PayloadDivinerProvider",
1845
+ "kind": 64,
1846
+ "kindString": "Function",
1847
+ "flags": {},
1848
+ "sources": [
1849
+ {
1850
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx",
1851
+ "line": 12,
1852
+ "character": 13,
1853
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/Provider.tsx#L12"
1854
+ }
1855
+ ],
1856
+ "signatures": [
1857
+ {
1858
+ "id": 88,
1859
+ "name": "PayloadDivinerProvider",
1860
+ "kind": 4096,
1861
+ "kindString": "Call signature",
1862
+ "flags": {},
1863
+ "parameters": [
1864
+ {
1865
+ "id": 89,
1866
+ "name": "props",
1867
+ "kind": 32768,
1868
+ "kindString": "Parameter",
1869
+ "flags": {},
1870
+ "type": {
1871
+ "type": "reference",
1872
+ "id": 84,
1873
+ "name": "PayloadDivinerProviderProps"
1874
+ }
1875
+ },
1876
+ {
1877
+ "id": 90,
1878
+ "name": "context",
1879
+ "kind": 32768,
1880
+ "kindString": "Parameter",
1881
+ "flags": {
1882
+ "isOptional": true
1883
+ },
1884
+ "type": {
1885
+ "type": "intrinsic",
1886
+ "name": "any"
1887
+ }
1888
+ }
1889
+ ],
1890
+ "type": {
1891
+ "type": "union",
1892
+ "types": [
1893
+ {
1894
+ "type": "literal",
1895
+ "value": null
1896
+ },
1897
+ {
1898
+ "type": "reference",
1899
+ "typeArguments": [
1900
+ {
1901
+ "type": "intrinsic",
1902
+ "name": "any"
1903
+ },
1904
+ {
1905
+ "type": "intrinsic",
1906
+ "name": "any"
1907
+ }
1908
+ ],
1909
+ "name": "ReactElement",
1910
+ "qualifiedName": "React.ReactElement",
1911
+ "package": "@types/react"
1912
+ }
1913
+ ]
1914
+ }
1915
+ }
1916
+ ]
1917
+ },
1918
+ {
1919
+ "id": 30,
1920
+ "name": "PayloadJsonDetails",
1921
+ "kind": 64,
1922
+ "kindString": "Function",
1923
+ "flags": {},
1924
+ "sources": [
1925
+ {
1926
+ "fileName": "packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx",
1927
+ "line": 15,
1928
+ "character": 13,
1929
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/JsonDetails.tsx#L15"
1930
+ }
1931
+ ],
1932
+ "signatures": [
1933
+ {
1934
+ "id": 31,
1935
+ "name": "PayloadJsonDetails",
1936
+ "kind": 4096,
1937
+ "kindString": "Call signature",
1938
+ "flags": {},
1939
+ "parameters": [
1940
+ {
1941
+ "id": 32,
1942
+ "name": "props",
1943
+ "kind": 32768,
1944
+ "kindString": "Parameter",
1945
+ "flags": {},
1946
+ "type": {
1947
+ "type": "reference",
1948
+ "id": 26,
1949
+ "name": "PayloadJsonDetailsProps"
1950
+ }
1951
+ },
1952
+ {
1953
+ "id": 33,
1954
+ "name": "context",
1955
+ "kind": 32768,
1956
+ "kindString": "Parameter",
1957
+ "flags": {
1958
+ "isOptional": true
1959
+ },
1960
+ "type": {
1961
+ "type": "intrinsic",
1962
+ "name": "any"
1963
+ }
1964
+ }
1965
+ ],
1966
+ "type": {
1967
+ "type": "union",
1968
+ "types": [
1969
+ {
1970
+ "type": "literal",
1971
+ "value": null
1972
+ },
1973
+ {
1974
+ "type": "reference",
1975
+ "typeArguments": [
1976
+ {
1977
+ "type": "intrinsic",
1978
+ "name": "any"
1979
+ },
1980
+ {
1981
+ "type": "intrinsic",
1982
+ "name": "any"
1983
+ }
1984
+ ],
1985
+ "name": "ReactElement",
1986
+ "qualifiedName": "React.ReactElement",
1987
+ "package": "@types/react"
1988
+ }
1989
+ ]
1990
+ }
1991
+ }
1992
+ ]
1993
+ },
1994
+ {
1995
+ "id": 38,
1996
+ "name": "PayloadMetaDetails",
1997
+ "kind": 64,
1998
+ "kindString": "Function",
1999
+ "flags": {},
2000
+ "sources": [
2001
+ {
2002
+ "fileName": "packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx",
2003
+ "line": 11,
2004
+ "character": 13,
2005
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/MetaDetails.tsx#L11"
2006
+ }
2007
+ ],
2008
+ "signatures": [
2009
+ {
2010
+ "id": 39,
2011
+ "name": "PayloadMetaDetails",
2012
+ "kind": 4096,
2013
+ "kindString": "Call signature",
2014
+ "flags": {},
2015
+ "comment": {
2016
+ "summary": [],
2017
+ "blockTags": [
2018
+ {
2019
+ "tag": "@deprecated",
2020
+ "content": [
2021
+ {
2022
+ "kind": "text",
2023
+ "text": "- Meta no longer returned from Archivist"
2024
+ }
2025
+ ]
2026
+ }
2027
+ ]
2028
+ },
2029
+ "parameters": [
2030
+ {
2031
+ "id": 40,
2032
+ "name": "props",
2033
+ "kind": 32768,
2034
+ "kindString": "Parameter",
2035
+ "flags": {},
2036
+ "type": {
2037
+ "type": "reference",
2038
+ "id": 34,
2039
+ "name": "PayloadMetaDetailsProps"
2040
+ }
2041
+ },
2042
+ {
2043
+ "id": 41,
2044
+ "name": "context",
2045
+ "kind": 32768,
2046
+ "kindString": "Parameter",
2047
+ "flags": {
2048
+ "isOptional": true
2049
+ },
2050
+ "type": {
2051
+ "type": "intrinsic",
2052
+ "name": "any"
2053
+ }
2054
+ }
2055
+ ],
2056
+ "type": {
2057
+ "type": "union",
2058
+ "types": [
2059
+ {
2060
+ "type": "literal",
2061
+ "value": null
2062
+ },
2063
+ {
2064
+ "type": "reference",
2065
+ "typeArguments": [
2066
+ {
2067
+ "type": "intrinsic",
2068
+ "name": "any"
2069
+ },
2070
+ {
2071
+ "type": "intrinsic",
2072
+ "name": "any"
2073
+ }
2074
+ ],
2075
+ "name": "ReactElement",
2076
+ "qualifiedName": "React.ReactElement",
2077
+ "package": "@types/react"
2078
+ }
2079
+ ]
2080
+ }
2081
+ }
2082
+ ]
2083
+ },
2084
+ {
2085
+ "id": 70,
2086
+ "name": "PayloadProvider",
2087
+ "kind": 64,
2088
+ "kindString": "Function",
2089
+ "flags": {},
2090
+ "sources": [
2091
+ {
2092
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx",
2093
+ "line": 14,
2094
+ "character": 13,
2095
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/Provider.tsx#L14"
2096
+ }
2097
+ ],
2098
+ "signatures": [
2099
+ {
2100
+ "id": 71,
2101
+ "name": "PayloadProvider",
2102
+ "kind": 4096,
2103
+ "kindString": "Call signature",
2104
+ "flags": {},
2105
+ "parameters": [
2106
+ {
2107
+ "id": 72,
2108
+ "name": "props",
2109
+ "kind": 32768,
2110
+ "kindString": "Parameter",
2111
+ "flags": {},
2112
+ "type": {
2113
+ "type": "reference",
2114
+ "typeArguments": [
2115
+ {
2116
+ "type": "reference",
2117
+ "id": 67,
2118
+ "name": "PayloadProviderProps"
2119
+ }
2120
+ ],
2121
+ "name": "WithChildren",
2122
+ "qualifiedName": "WithChildren",
2123
+ "package": "@xylabs/react-shared"
2124
+ }
2125
+ },
2126
+ {
2127
+ "id": 73,
2128
+ "name": "context",
2129
+ "kind": 32768,
2130
+ "kindString": "Parameter",
2131
+ "flags": {
2132
+ "isOptional": true
2133
+ },
2134
+ "type": {
2135
+ "type": "intrinsic",
2136
+ "name": "any"
2137
+ }
2138
+ }
2139
+ ],
2140
+ "type": {
2141
+ "type": "union",
2142
+ "types": [
2143
+ {
2144
+ "type": "literal",
2145
+ "value": null
2146
+ },
2147
+ {
2148
+ "type": "reference",
2149
+ "typeArguments": [
2150
+ {
2151
+ "type": "intrinsic",
2152
+ "name": "any"
2153
+ },
2154
+ {
2155
+ "type": "intrinsic",
2156
+ "name": "any"
2157
+ }
2158
+ ],
2159
+ "name": "ReactElement",
2160
+ "qualifiedName": "React.ReactElement",
2161
+ "package": "@types/react"
2162
+ }
2163
+ ]
2164
+ }
2165
+ }
2166
+ ]
2167
+ },
2168
+ {
2169
+ "id": 42,
2170
+ "name": "PayloadValidationDetails",
2171
+ "kind": 64,
2172
+ "kindString": "Function",
2173
+ "flags": {},
2174
+ "sources": [
2175
+ {
2176
+ "fileName": "packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetails.tsx",
2177
+ "line": 9,
2178
+ "character": 13,
2179
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/components/Details/ValidationDetails/ValidationDetails.tsx#L9"
2180
+ }
2181
+ ],
2182
+ "signatures": [
2183
+ {
2184
+ "id": 43,
2185
+ "name": "PayloadValidationDetails",
2186
+ "kind": 4096,
2187
+ "kindString": "Call signature",
2188
+ "flags": {},
2189
+ "parameters": [
2190
+ {
2191
+ "id": 44,
2192
+ "name": "props",
2193
+ "kind": 32768,
2194
+ "kindString": "Parameter",
2195
+ "flags": {},
2196
+ "type": {
2197
+ "type": "reference",
2198
+ "id": 46,
2199
+ "name": "PayloadValidationDetailsProps"
2200
+ }
2201
+ },
2202
+ {
2203
+ "id": 45,
2204
+ "name": "context",
2205
+ "kind": 32768,
2206
+ "kindString": "Parameter",
2207
+ "flags": {
2208
+ "isOptional": true
2209
+ },
2210
+ "type": {
2211
+ "type": "intrinsic",
2212
+ "name": "any"
2213
+ }
2214
+ }
2215
+ ],
2216
+ "type": {
2217
+ "type": "union",
2218
+ "types": [
2219
+ {
2220
+ "type": "literal",
2221
+ "value": null
2222
+ },
2223
+ {
2224
+ "type": "reference",
2225
+ "typeArguments": [
2226
+ {
2227
+ "type": "intrinsic",
2228
+ "name": "any"
2229
+ },
2230
+ {
2231
+ "type": "intrinsic",
2232
+ "name": "any"
2233
+ }
2234
+ ],
2235
+ "name": "ReactElement",
2236
+ "qualifiedName": "React.ReactElement",
2237
+ "package": "@types/react"
2238
+ }
2239
+ ]
2240
+ }
2241
+ }
2242
+ ]
2243
+ },
2244
+ {
2245
+ "id": 117,
2246
+ "name": "findHuriNetwork",
2247
+ "kind": 64,
2248
+ "kindString": "Function",
2249
+ "flags": {},
2250
+ "sources": [
2251
+ {
2252
+ "fileName": "packages/sdk/packages/payload/src/hooks/lib/findHuriNetwork.ts",
2253
+ "line": 4,
2254
+ "character": 13,
2255
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/lib/findHuriNetwork.ts#L4"
2256
+ }
2257
+ ],
2258
+ "signatures": [
2259
+ {
2260
+ "id": 118,
2261
+ "name": "findHuriNetwork",
2262
+ "kind": 4096,
2263
+ "kindString": "Call signature",
2264
+ "flags": {},
2265
+ "parameters": [
2266
+ {
2267
+ "id": 119,
2268
+ "name": "huriInstance",
2269
+ "kind": 32768,
2270
+ "kindString": "Parameter",
2271
+ "flags": {},
2272
+ "type": {
2273
+ "type": "reference",
2274
+ "typeArguments": [
2275
+ {
2276
+ "type": "reflection",
2277
+ "declaration": {
2278
+ "id": 120,
2279
+ "name": "__type",
2280
+ "kind": 65536,
2281
+ "kindString": "Type literal",
2282
+ "flags": {},
2283
+ "sources": [
2284
+ {
2285
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
2286
+ "line": 7,
2287
+ "character": 107
2288
+ }
2289
+ ]
2290
+ }
2291
+ }
2292
+ ],
2293
+ "name": "Huri",
2294
+ "qualifiedName": "Huri",
2295
+ "package": "@xyo-network/payload"
2296
+ }
2297
+ },
2298
+ {
2299
+ "id": 121,
2300
+ "name": "networks",
2301
+ "kind": 32768,
2302
+ "kindString": "Parameter",
2303
+ "flags": {
2304
+ "isOptional": true
2305
+ },
2306
+ "type": {
2307
+ "type": "array",
2308
+ "elementType": {
2309
+ "type": "reference",
2310
+ "name": "XyoNetworkPayload",
2311
+ "qualifiedName": "XyoNetworkPayload",
2312
+ "package": "@xyo-network/network"
2313
+ }
2314
+ }
2315
+ }
2316
+ ],
2317
+ "type": {
2318
+ "type": "union",
2319
+ "types": [
2320
+ {
2321
+ "type": "intrinsic",
2322
+ "name": "undefined"
2323
+ },
2324
+ {
2325
+ "type": "reference",
2326
+ "name": "XyoNetworkPayload",
2327
+ "qualifiedName": "XyoNetworkPayload",
2328
+ "package": "@xyo-network/network"
2329
+ }
2330
+ ]
2331
+ }
2332
+ }
2333
+ ]
2334
+ },
2335
+ {
2336
+ "id": 103,
2337
+ "name": "useDivinePayload",
2338
+ "kind": 64,
2339
+ "kindString": "Function",
2340
+ "flags": {},
2341
+ "sources": [
2342
+ {
2343
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/use.ts",
2344
+ "line": 14,
2345
+ "character": 13,
2346
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/use.ts#L14"
2347
+ }
2348
+ ],
2349
+ "signatures": [
2350
+ {
2351
+ "id": 104,
2352
+ "name": "useDivinePayload",
2353
+ "kind": 4096,
2354
+ "kindString": "Call signature",
2355
+ "flags": {},
2356
+ "typeParameter": [
2357
+ {
2358
+ "id": 107,
2359
+ "name": "T",
2360
+ "kind": 131072,
2361
+ "kindString": "Type parameter",
2362
+ "flags": {},
2363
+ "type": {
2364
+ "type": "reflection",
2365
+ "declaration": {
2366
+ "id": 105,
2367
+ "name": "__type",
2368
+ "kind": 65536,
2369
+ "kindString": "Type literal",
2370
+ "flags": {},
2371
+ "sources": [
2372
+ {
2373
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
2374
+ "line": 7,
2375
+ "character": 107
2376
+ }
2377
+ ]
2378
+ }
2379
+ },
2380
+ "default": {
2381
+ "type": "reflection",
2382
+ "declaration": {
2383
+ "id": 106,
2384
+ "name": "__type",
2385
+ "kind": 65536,
2386
+ "kindString": "Type literal",
2387
+ "flags": {},
2388
+ "sources": [
2389
+ {
2390
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
2391
+ "line": 7,
2392
+ "character": 107
2393
+ }
2394
+ ]
2395
+ }
2396
+ }
2397
+ }
2398
+ ],
2399
+ "parameters": [
2400
+ {
2401
+ "id": 108,
2402
+ "name": "huri",
2403
+ "kind": 32768,
2404
+ "kindString": "Parameter",
2405
+ "flags": {
2406
+ "isOptional": true
2407
+ },
2408
+ "type": {
2409
+ "type": "intrinsic",
2410
+ "name": "string"
2411
+ }
2412
+ }
2413
+ ],
2414
+ "type": {
2415
+ "type": "tuple",
2416
+ "elements": [
2417
+ {
2418
+ "type": "union",
2419
+ "types": [
2420
+ {
2421
+ "type": "intrinsic",
2422
+ "name": "undefined"
2423
+ },
2424
+ {
2425
+ "type": "literal",
2426
+ "value": null
2427
+ },
2428
+ {
2429
+ "type": "reference",
2430
+ "id": 107,
2431
+ "name": "T"
2432
+ }
2433
+ ]
2434
+ },
2435
+ {
2436
+ "type": "reference",
2437
+ "typeArguments": [
2438
+ {
2439
+ "type": "union",
2440
+ "types": [
2441
+ {
2442
+ "type": "intrinsic",
2443
+ "name": "undefined"
2444
+ },
2445
+ {
2446
+ "type": "literal",
2447
+ "value": null
2448
+ },
2449
+ {
2450
+ "type": "reference",
2451
+ "id": 107,
2452
+ "name": "T"
2453
+ }
2454
+ ]
2455
+ }
2456
+ ],
2457
+ "name": "Dispatch",
2458
+ "qualifiedName": "React.Dispatch",
2459
+ "package": "@types/react"
2460
+ },
2461
+ {
2462
+ "type": "union",
2463
+ "types": [
2464
+ {
2465
+ "type": "intrinsic",
2466
+ "name": "undefined"
2467
+ },
2468
+ {
2469
+ "type": "reference",
2470
+ "name": "Error",
2471
+ "qualifiedName": "Error",
2472
+ "package": "typescript"
2473
+ }
2474
+ ]
2475
+ }
2476
+ ]
2477
+ }
2478
+ }
2479
+ ]
2480
+ },
2481
+ {
2482
+ "id": 109,
2483
+ "name": "useDivinePayloads",
2484
+ "kind": 64,
2485
+ "kindString": "Function",
2486
+ "flags": {},
2487
+ "sources": [
2488
+ {
2489
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/use.ts",
2490
+ "line": 52,
2491
+ "character": 13,
2492
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/use.ts#L52"
2493
+ }
2494
+ ],
2495
+ "signatures": [
2496
+ {
2497
+ "id": 110,
2498
+ "name": "useDivinePayloads",
2499
+ "kind": 4096,
2500
+ "kindString": "Call signature",
2501
+ "flags": {},
2502
+ "typeParameter": [
2503
+ {
2504
+ "id": 113,
2505
+ "name": "T",
2506
+ "kind": 131072,
2507
+ "kindString": "Type parameter",
2508
+ "flags": {},
2509
+ "type": {
2510
+ "type": "reflection",
2511
+ "declaration": {
2512
+ "id": 111,
2513
+ "name": "__type",
2514
+ "kind": 65536,
2515
+ "kindString": "Type literal",
2516
+ "flags": {},
2517
+ "sources": [
2518
+ {
2519
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
2520
+ "line": 7,
2521
+ "character": 107
2522
+ }
2523
+ ]
2524
+ }
2525
+ },
2526
+ "default": {
2527
+ "type": "reflection",
2528
+ "declaration": {
2529
+ "id": 112,
2530
+ "name": "__type",
2531
+ "kind": 65536,
2532
+ "kindString": "Type literal",
2533
+ "flags": {},
2534
+ "sources": [
2535
+ {
2536
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
2537
+ "line": 7,
2538
+ "character": 107
2539
+ }
2540
+ ]
2541
+ }
2542
+ }
2543
+ }
2544
+ ],
2545
+ "parameters": [
2546
+ {
2547
+ "id": 114,
2548
+ "name": "huriList",
2549
+ "kind": 32768,
2550
+ "kindString": "Parameter",
2551
+ "flags": {},
2552
+ "type": {
2553
+ "type": "array",
2554
+ "elementType": {
2555
+ "type": "intrinsic",
2556
+ "name": "string"
2557
+ }
2558
+ }
2559
+ }
2560
+ ],
2561
+ "type": {
2562
+ "type": "tuple",
2563
+ "elements": [
2564
+ {
2565
+ "type": "union",
2566
+ "types": [
2567
+ {
2568
+ "type": "intrinsic",
2569
+ "name": "undefined"
2570
+ },
2571
+ {
2572
+ "type": "array",
2573
+ "elementType": {
2574
+ "type": "union",
2575
+ "types": [
2576
+ {
2577
+ "type": "literal",
2578
+ "value": null
2579
+ },
2580
+ {
2581
+ "type": "reference",
2582
+ "id": 113,
2583
+ "name": "T"
2584
+ }
2585
+ ]
2586
+ }
2587
+ }
2588
+ ]
2589
+ },
2590
+ {
2591
+ "type": "reference",
2592
+ "typeArguments": [
2593
+ {
2594
+ "type": "union",
2595
+ "types": [
2596
+ {
2597
+ "type": "intrinsic",
2598
+ "name": "undefined"
2599
+ },
2600
+ {
2601
+ "type": "array",
2602
+ "elementType": {
2603
+ "type": "union",
2604
+ "types": [
2605
+ {
2606
+ "type": "literal",
2607
+ "value": null
2608
+ },
2609
+ {
2610
+ "type": "reference",
2611
+ "id": 113,
2612
+ "name": "T"
2613
+ }
2614
+ ]
2615
+ }
2616
+ }
2617
+ ]
2618
+ }
2619
+ ],
2620
+ "name": "Dispatch",
2621
+ "qualifiedName": "React.Dispatch",
2622
+ "package": "@types/react"
2623
+ },
2624
+ {
2625
+ "type": "union",
2626
+ "types": [
2627
+ {
2628
+ "type": "intrinsic",
2629
+ "name": "undefined"
2630
+ },
2631
+ {
2632
+ "type": "array",
2633
+ "elementType": {
2634
+ "type": "reference",
2635
+ "name": "Error",
2636
+ "qualifiedName": "Error",
2637
+ "package": "typescript"
2638
+ }
2639
+ }
2640
+ ]
2641
+ }
2642
+ ]
2643
+ }
2644
+ }
2645
+ ]
2646
+ },
2647
+ {
2648
+ "id": 64,
2649
+ "name": "useDivinedPayload",
2650
+ "kind": 64,
2651
+ "kindString": "Function",
2652
+ "flags": {},
2653
+ "sources": [
2654
+ {
2655
+ "fileName": "packages/sdk/packages/payload/src/contexts/DivinedPayload/use.ts",
2656
+ "line": 5,
2657
+ "character": 13,
2658
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/DivinedPayload/use.ts#L5"
2659
+ }
2660
+ ],
2661
+ "signatures": [
2662
+ {
2663
+ "id": 65,
2664
+ "name": "useDivinedPayload",
2665
+ "kind": 4096,
2666
+ "kindString": "Call signature",
2667
+ "flags": {},
2668
+ "type": {
2669
+ "type": "reference",
2670
+ "typeArguments": [
2671
+ {
2672
+ "type": "intersection",
2673
+ "types": [
2674
+ {
2675
+ "type": "reference",
2676
+ "name": "DivinedPayloadState"
2677
+ },
2678
+ {
2679
+ "type": "reference",
2680
+ "name": "ContextExState"
2681
+ }
2682
+ ]
2683
+ },
2684
+ {
2685
+ "type": "literal",
2686
+ "value": "provided"
2687
+ }
2688
+ ],
2689
+ "name": "Omit",
2690
+ "qualifiedName": "Omit",
2691
+ "package": "typescript"
2692
+ }
2693
+ }
2694
+ ]
2695
+ },
2696
+ {
2697
+ "id": 124,
2698
+ "name": "useHuriHash",
2699
+ "kind": 64,
2700
+ "kindString": "Function",
2701
+ "flags": {},
2702
+ "sources": [
2703
+ {
2704
+ "fileName": "packages/sdk/packages/payload/src/hooks/useHuriHash.tsx",
2705
+ "line": 12,
2706
+ "character": 6,
2707
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/useHuriHash.tsx#L12"
2708
+ }
2709
+ ],
2710
+ "signatures": [
2711
+ {
2712
+ "id": 125,
2713
+ "name": "useHuriHash",
2714
+ "kind": 4096,
2715
+ "kindString": "Call signature",
2716
+ "flags": {},
2717
+ "comment": {
2718
+ "summary": [
2719
+ {
2720
+ "kind": "text",
2721
+ "text": "Resolve a hash or a huri regardless of network"
2722
+ }
2723
+ ]
2724
+ },
2725
+ "parameters": [
2726
+ {
2727
+ "id": 126,
2728
+ "name": "huriOrHash",
2729
+ "kind": 32768,
2730
+ "kindString": "Parameter",
2731
+ "flags": {
2732
+ "isOptional": true
2733
+ },
2734
+ "type": {
2735
+ "type": "union",
2736
+ "types": [
2737
+ {
2738
+ "type": "intrinsic",
2739
+ "name": "string"
2740
+ },
2741
+ {
2742
+ "type": "reference",
2743
+ "typeArguments": [
2744
+ {
2745
+ "type": "reflection",
2746
+ "declaration": {
2747
+ "id": 127,
2748
+ "name": "__type",
2749
+ "kind": 65536,
2750
+ "kindString": "Type literal",
2751
+ "flags": {},
2752
+ "sources": [
2753
+ {
2754
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
2755
+ "line": 7,
2756
+ "character": 107
2757
+ }
2758
+ ]
2759
+ }
2760
+ }
2761
+ ],
2762
+ "name": "Huri",
2763
+ "qualifiedName": "Huri",
2764
+ "package": "@xyo-network/payload"
2765
+ }
2766
+ ]
2767
+ }
2768
+ },
2769
+ {
2770
+ "id": 128,
2771
+ "name": "huriUri",
2772
+ "kind": 32768,
2773
+ "kindString": "Parameter",
2774
+ "flags": {
2775
+ "isOptional": true
2776
+ },
2777
+ "type": {
2778
+ "type": "intrinsic",
2779
+ "name": "string"
2780
+ }
2781
+ },
2782
+ {
2783
+ "id": 129,
2784
+ "name": "options",
2785
+ "kind": 32768,
2786
+ "kindString": "Parameter",
2787
+ "flags": {
2788
+ "isOptional": true
2789
+ },
2790
+ "type": {
2791
+ "type": "reference",
2792
+ "id": 115,
2793
+ "name": "FetchHuriHashOptions"
2794
+ }
2795
+ }
2796
+ ],
2797
+ "type": {
2798
+ "type": "tuple",
2799
+ "elements": [
2800
+ {
2801
+ "type": "optional",
2802
+ "elementType": {
2803
+ "type": "reflection",
2804
+ "declaration": {
2805
+ "id": 130,
2806
+ "name": "__type",
2807
+ "kind": 65536,
2808
+ "kindString": "Type literal",
2809
+ "flags": {},
2810
+ "sources": [
2811
+ {
2812
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
2813
+ "line": 7,
2814
+ "character": 107
2815
+ }
2816
+ ]
2817
+ }
2818
+ }
2819
+ },
2820
+ {
2821
+ "type": "optional",
2822
+ "elementType": {
2823
+ "type": "intrinsic",
2824
+ "name": "boolean"
2825
+ }
2826
+ },
2827
+ {
2828
+ "type": "optional",
2829
+ "elementType": {
2830
+ "type": "reference",
2831
+ "typeArguments": [
2832
+ {
2833
+ "type": "intrinsic",
2834
+ "name": "any"
2835
+ },
2836
+ {
2837
+ "type": "intrinsic",
2838
+ "name": "any"
2839
+ }
2840
+ ],
2841
+ "name": "XyoApiError",
2842
+ "qualifiedName": "XyoApiError",
2843
+ "package": "@xyo-network/api"
2844
+ }
2845
+ },
2846
+ {
2847
+ "type": "optional",
2848
+ "elementType": {
2849
+ "type": "intrinsic",
2850
+ "name": "boolean"
2851
+ }
2852
+ }
2853
+ ]
2854
+ }
2855
+ }
2856
+ ]
2857
+ },
2858
+ {
2859
+ "id": 131,
2860
+ "name": "useLoadPayload",
2861
+ "kind": 64,
2862
+ "kindString": "Function",
2863
+ "flags": {},
2864
+ "sources": [
2865
+ {
2866
+ "fileName": "packages/sdk/packages/payload/src/hooks/useLoadPayload.tsx",
2867
+ "line": 10,
2868
+ "character": 13,
2869
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/useLoadPayload.tsx#L10"
2870
+ }
2871
+ ],
2872
+ "signatures": [
2873
+ {
2874
+ "id": 132,
2875
+ "name": "useLoadPayload",
2876
+ "kind": 4096,
2877
+ "kindString": "Call signature",
2878
+ "flags": {},
2879
+ "parameters": [
2880
+ {
2881
+ "id": 133,
2882
+ "name": "hash",
2883
+ "kind": 32768,
2884
+ "kindString": "Parameter",
2885
+ "flags": {
2886
+ "isOptional": true
2887
+ },
2888
+ "type": {
2889
+ "type": "intrinsic",
2890
+ "name": "string"
2891
+ }
2892
+ }
2893
+ ],
2894
+ "type": {
2895
+ "type": "reference",
2896
+ "id": 122,
2897
+ "name": "UsePayload"
2898
+ }
2899
+ }
2900
+ ]
2901
+ },
2902
+ {
2903
+ "id": 80,
2904
+ "name": "usePayload",
2905
+ "kind": 64,
2906
+ "kindString": "Function",
2907
+ "flags": {},
2908
+ "sources": [
2909
+ {
2910
+ "fileName": "packages/sdk/packages/payload/src/contexts/Payload/use.ts",
2911
+ "line": 5,
2912
+ "character": 13,
2913
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/Payload/use.ts#L5"
2914
+ }
2915
+ ],
2916
+ "signatures": [
2917
+ {
2918
+ "id": 81,
2919
+ "name": "usePayload",
2920
+ "kind": 4096,
2921
+ "kindString": "Call signature",
2922
+ "flags": {},
2923
+ "parameters": [
2924
+ {
2925
+ "id": 82,
2926
+ "name": "required",
2927
+ "kind": 32768,
2928
+ "kindString": "Parameter",
2929
+ "flags": {},
2930
+ "type": {
2931
+ "type": "intrinsic",
2932
+ "name": "boolean"
2933
+ },
2934
+ "defaultValue": "false"
2935
+ }
2936
+ ],
2937
+ "type": {
2938
+ "type": "reference",
2939
+ "typeArguments": [
2940
+ {
2941
+ "type": "intersection",
2942
+ "types": [
2943
+ {
2944
+ "type": "reference",
2945
+ "id": 74,
2946
+ "name": "PayloadContextState"
2947
+ },
2948
+ {
2949
+ "type": "reference",
2950
+ "name": "ContextExState"
2951
+ }
2952
+ ]
2953
+ },
2954
+ {
2955
+ "type": "literal",
2956
+ "value": "provided"
2957
+ }
2958
+ ],
2959
+ "name": "Omit",
2960
+ "qualifiedName": "Omit",
2961
+ "package": "typescript"
2962
+ }
2963
+ }
2964
+ ]
2965
+ },
2966
+ {
2967
+ "id": 100,
2968
+ "name": "usePayloadDiviner",
2969
+ "kind": 64,
2970
+ "kindString": "Function",
2971
+ "flags": {},
2972
+ "sources": [
2973
+ {
2974
+ "fileName": "packages/sdk/packages/payload/src/contexts/PayloadDiviner/use.ts",
2975
+ "line": 10,
2976
+ "character": 13,
2977
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/contexts/PayloadDiviner/use.ts#L10"
2978
+ }
2979
+ ],
2980
+ "signatures": [
2981
+ {
2982
+ "id": 101,
2983
+ "name": "usePayloadDiviner",
2984
+ "kind": 4096,
2985
+ "kindString": "Call signature",
2986
+ "flags": {},
2987
+ "parameters": [
2988
+ {
2989
+ "id": 102,
2990
+ "name": "required",
2991
+ "kind": 32768,
2992
+ "kindString": "Parameter",
2993
+ "flags": {},
2994
+ "type": {
2995
+ "type": "intrinsic",
2996
+ "name": "boolean"
2997
+ },
2998
+ "defaultValue": "false"
2999
+ }
3000
+ ],
3001
+ "type": {
3002
+ "type": "reference",
3003
+ "typeArguments": [
3004
+ {
3005
+ "type": "intersection",
3006
+ "types": [
3007
+ {
3008
+ "type": "reference",
3009
+ "id": 91,
3010
+ "name": "PayloadDivinerState"
3011
+ },
3012
+ {
3013
+ "type": "reference",
3014
+ "name": "ContextExState"
3015
+ }
3016
+ ]
3017
+ },
3018
+ {
3019
+ "type": "literal",
3020
+ "value": "provided"
3021
+ }
3022
+ ],
3023
+ "name": "Omit",
3024
+ "qualifiedName": "Omit",
3025
+ "package": "typescript"
3026
+ }
3027
+ }
3028
+ ]
3029
+ },
3030
+ {
3031
+ "id": 134,
3032
+ "name": "useResolveHuri",
3033
+ "kind": 64,
3034
+ "kindString": "Function",
3035
+ "flags": {},
3036
+ "sources": [
3037
+ {
3038
+ "fileName": "packages/sdk/packages/payload/src/hooks/useResolveHuri.tsx",
3039
+ "line": 10,
3040
+ "character": 6,
3041
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/hooks/useResolveHuri.tsx#L10"
3042
+ }
3043
+ ],
3044
+ "signatures": [
3045
+ {
3046
+ "id": 135,
3047
+ "name": "useResolveHuri",
3048
+ "kind": 4096,
3049
+ "kindString": "Call signature",
3050
+ "flags": {},
3051
+ "parameters": [
3052
+ {
3053
+ "id": 136,
3054
+ "name": "huriUri",
3055
+ "kind": 32768,
3056
+ "kindString": "Parameter",
3057
+ "flags": {
3058
+ "isOptional": true
3059
+ },
3060
+ "type": {
3061
+ "type": "intrinsic",
3062
+ "name": "string"
3063
+ }
3064
+ },
3065
+ {
3066
+ "id": 137,
3067
+ "name": "dependentNotFound",
3068
+ "kind": 32768,
3069
+ "kindString": "Parameter",
3070
+ "flags": {
3071
+ "isOptional": true
3072
+ },
3073
+ "type": {
3074
+ "type": "intrinsic",
3075
+ "name": "boolean"
3076
+ }
3077
+ },
3078
+ {
3079
+ "id": 138,
3080
+ "name": "options",
3081
+ "kind": 32768,
3082
+ "kindString": "Parameter",
3083
+ "flags": {
3084
+ "isOptional": true
3085
+ },
3086
+ "type": {
3087
+ "type": "reference",
3088
+ "id": 115,
3089
+ "name": "FetchHuriHashOptions"
3090
+ }
3091
+ }
3092
+ ],
3093
+ "type": {
3094
+ "type": "tuple",
3095
+ "elements": [
3096
+ {
3097
+ "type": "optional",
3098
+ "elementType": {
3099
+ "type": "reflection",
3100
+ "declaration": {
3101
+ "id": 139,
3102
+ "name": "__type",
3103
+ "kind": 65536,
3104
+ "kindString": "Type literal",
3105
+ "flags": {},
3106
+ "sources": [
3107
+ {
3108
+ "fileName": "node_modules/@xyo-network/payload/dist/esm/models/Base.d.ts",
3109
+ "line": 7,
3110
+ "character": 107
3111
+ }
3112
+ ]
3113
+ }
3114
+ }
3115
+ },
3116
+ {
3117
+ "type": "optional",
3118
+ "elementType": {
3119
+ "type": "intrinsic",
3120
+ "name": "boolean"
3121
+ }
3122
+ },
3123
+ {
3124
+ "type": "optional",
3125
+ "elementType": {
3126
+ "type": "reference",
3127
+ "typeArguments": [
3128
+ {
3129
+ "type": "intrinsic",
3130
+ "name": "any"
3131
+ },
3132
+ {
3133
+ "type": "intrinsic",
3134
+ "name": "any"
3135
+ }
3136
+ ],
3137
+ "name": "XyoApiError",
3138
+ "qualifiedName": "XyoApiError",
3139
+ "package": "@xyo-network/api"
3140
+ }
3141
+ },
3142
+ {
3143
+ "type": "optional",
3144
+ "elementType": {
3145
+ "type": "intrinsic",
3146
+ "name": "boolean"
3147
+ }
3148
+ }
3149
+ ]
3150
+ }
3151
+ }
3152
+ ]
3153
+ }
3154
+ ],
3155
+ "groups": [
3156
+ {
3157
+ "title": "Interfaces",
3158
+ "children": [
3159
+ 115,
3160
+ 74,
3161
+ 91,
3162
+ 67
3163
+ ]
3164
+ },
3165
+ {
3166
+ "title": "Type Aliases",
3167
+ "children": [
3168
+ 1,
3169
+ 18,
3170
+ 84,
3171
+ 26,
3172
+ 34,
3173
+ 46,
3174
+ 123,
3175
+ 122,
3176
+ 10,
3177
+ 14
3178
+ ]
3179
+ },
3180
+ {
3181
+ "title": "Variables",
3182
+ "children": [
3183
+ 51,
3184
+ 66,
3185
+ 83
3186
+ ]
3187
+ },
3188
+ {
3189
+ "title": "Functions",
3190
+ "children": [
3191
+ 52,
3192
+ 56,
3193
+ 60,
3194
+ 6,
3195
+ 22,
3196
+ 87,
3197
+ 30,
3198
+ 38,
3199
+ 70,
3200
+ 42,
3201
+ 117,
3202
+ 103,
3203
+ 109,
3204
+ 64,
3205
+ 124,
3206
+ 131,
3207
+ 80,
3208
+ 100,
3209
+ 134
3210
+ ]
3211
+ }
3212
+ ],
3213
+ "sources": [
3214
+ {
3215
+ "fileName": "packages/sdk/packages/payload/src/index.ts",
3216
+ "line": 1,
3217
+ "character": 0,
3218
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db64348/packages/sdk/packages/payload/src/index.ts#L1"
3219
+ }
3220
+ ]
3221
+ }