@xyo-network/boundwitness-builder 2.42.16

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/docs.json ADDED
@@ -0,0 +1,1260 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/boundwitness-builder",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 5,
11
+ "name": "BoundWitnessBuilder",
12
+ "kind": 128,
13
+ "kindString": "Class",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 6,
18
+ "name": "constructor",
19
+ "kind": 512,
20
+ "kindString": "Constructor",
21
+ "flags": {},
22
+ "sources": [
23
+ {
24
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
25
+ "line": 27,
26
+ "character": 2,
27
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L27"
28
+ }
29
+ ],
30
+ "signatures": [
31
+ {
32
+ "id": 7,
33
+ "name": "new BoundWitnessBuilder",
34
+ "kind": 16384,
35
+ "kindString": "Constructor signature",
36
+ "flags": {},
37
+ "typeParameter": [
38
+ {
39
+ "id": 12,
40
+ "name": "TBoundWitness",
41
+ "kind": 131072,
42
+ "kindString": "Type parameter",
43
+ "flags": {},
44
+ "type": {
45
+ "type": "intersection",
46
+ "types": [
47
+ {
48
+ "type": "reference",
49
+ "name": "SchemaFields"
50
+ },
51
+ {
52
+ "type": "reference",
53
+ "name": "PayloadFields"
54
+ },
55
+ {
56
+ "type": "reference",
57
+ "name": "XyoBoundWitnessFields"
58
+ },
59
+ {
60
+ "type": "reflection",
61
+ "declaration": {
62
+ "id": 8,
63
+ "name": "__type",
64
+ "kind": 65536,
65
+ "kindString": "Type literal",
66
+ "flags": {},
67
+ "children": [
68
+ {
69
+ "id": 9,
70
+ "name": "schema",
71
+ "kind": 1024,
72
+ "kindString": "Property",
73
+ "flags": {},
74
+ "sources": [
75
+ {
76
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
77
+ "line": 18,
78
+ "character": 42,
79
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L18"
80
+ }
81
+ ],
82
+ "type": {
83
+ "type": "intrinsic",
84
+ "name": "string"
85
+ }
86
+ }
87
+ ],
88
+ "groups": [
89
+ {
90
+ "title": "Properties",
91
+ "children": [
92
+ 9
93
+ ]
94
+ }
95
+ ],
96
+ "sources": [
97
+ {
98
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
99
+ "line": 18,
100
+ "character": 40,
101
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L18"
102
+ }
103
+ ]
104
+ }
105
+ }
106
+ ]
107
+ },
108
+ "default": {
109
+ "type": "intersection",
110
+ "types": [
111
+ {
112
+ "type": "reference",
113
+ "name": "SchemaFields"
114
+ },
115
+ {
116
+ "type": "reference",
117
+ "name": "PayloadFields"
118
+ },
119
+ {
120
+ "type": "reference",
121
+ "name": "XyoBoundWitnessFields"
122
+ },
123
+ {
124
+ "type": "reflection",
125
+ "declaration": {
126
+ "id": 10,
127
+ "name": "__type",
128
+ "kind": 65536,
129
+ "kindString": "Type literal",
130
+ "flags": {},
131
+ "children": [
132
+ {
133
+ "id": 11,
134
+ "name": "schema",
135
+ "kind": 1024,
136
+ "kindString": "Property",
137
+ "flags": {},
138
+ "sources": [
139
+ {
140
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
141
+ "line": 17,
142
+ "character": 4
143
+ }
144
+ ],
145
+ "type": {
146
+ "type": "literal",
147
+ "value": "network.xyo.boundwitness"
148
+ }
149
+ }
150
+ ],
151
+ "groups": [
152
+ {
153
+ "title": "Properties",
154
+ "children": [
155
+ 11
156
+ ]
157
+ }
158
+ ],
159
+ "sources": [
160
+ {
161
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
162
+ "line": 16,
163
+ "character": 221
164
+ }
165
+ ]
166
+ }
167
+ }
168
+ ]
169
+ }
170
+ },
171
+ {
172
+ "id": 17,
173
+ "name": "TPayload",
174
+ "kind": 131072,
175
+ "kindString": "Type parameter",
176
+ "flags": {},
177
+ "type": {
178
+ "type": "intersection",
179
+ "types": [
180
+ {
181
+ "type": "reference",
182
+ "name": "SchemaFields"
183
+ },
184
+ {
185
+ "type": "reference",
186
+ "name": "PayloadFields"
187
+ },
188
+ {
189
+ "type": "reflection",
190
+ "declaration": {
191
+ "id": 13,
192
+ "name": "__type",
193
+ "kind": 65536,
194
+ "kindString": "Type literal",
195
+ "flags": {},
196
+ "children": [
197
+ {
198
+ "id": 14,
199
+ "name": "schema",
200
+ "kind": 1024,
201
+ "kindString": "Property",
202
+ "flags": {},
203
+ "sources": [
204
+ {
205
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
206
+ "line": 19,
207
+ "character": 4
208
+ }
209
+ ],
210
+ "type": {
211
+ "type": "intrinsic",
212
+ "name": "string"
213
+ }
214
+ }
215
+ ],
216
+ "groups": [
217
+ {
218
+ "title": "Properties",
219
+ "children": [
220
+ 14
221
+ ]
222
+ }
223
+ ],
224
+ "sources": [
225
+ {
226
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
227
+ "line": 18,
228
+ "character": 17
229
+ }
230
+ ]
231
+ }
232
+ }
233
+ ]
234
+ },
235
+ "default": {
236
+ "type": "intersection",
237
+ "types": [
238
+ {
239
+ "type": "reference",
240
+ "name": "SchemaFields"
241
+ },
242
+ {
243
+ "type": "reference",
244
+ "name": "PayloadFields"
245
+ },
246
+ {
247
+ "type": "reflection",
248
+ "declaration": {
249
+ "id": 15,
250
+ "name": "__type",
251
+ "kind": 65536,
252
+ "kindString": "Type literal",
253
+ "flags": {},
254
+ "children": [
255
+ {
256
+ "id": 16,
257
+ "name": "schema",
258
+ "kind": 1024,
259
+ "kindString": "Property",
260
+ "flags": {},
261
+ "sources": [
262
+ {
263
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
264
+ "line": 19,
265
+ "character": 4
266
+ }
267
+ ],
268
+ "type": {
269
+ "type": "intrinsic",
270
+ "name": "string"
271
+ }
272
+ }
273
+ ],
274
+ "groups": [
275
+ {
276
+ "title": "Properties",
277
+ "children": [
278
+ 16
279
+ ]
280
+ }
281
+ ],
282
+ "sources": [
283
+ {
284
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
285
+ "line": 18,
286
+ "character": 17
287
+ }
288
+ ]
289
+ }
290
+ }
291
+ ]
292
+ }
293
+ }
294
+ ],
295
+ "parameters": [
296
+ {
297
+ "id": 18,
298
+ "name": "config",
299
+ "kind": 32768,
300
+ "kindString": "Parameter",
301
+ "flags": {},
302
+ "type": {
303
+ "type": "reference",
304
+ "id": 1,
305
+ "name": "BoundWitnessBuilderConfig"
306
+ },
307
+ "defaultValue": "..."
308
+ },
309
+ {
310
+ "id": 19,
311
+ "name": "logger",
312
+ "kind": 32768,
313
+ "kindString": "Parameter",
314
+ "flags": {
315
+ "isOptional": true
316
+ },
317
+ "type": {
318
+ "type": "reference",
319
+ "name": "Logger"
320
+ }
321
+ }
322
+ ],
323
+ "type": {
324
+ "type": "reference",
325
+ "id": 5,
326
+ "typeArguments": [
327
+ {
328
+ "type": "reference",
329
+ "id": 12,
330
+ "name": "TBoundWitness"
331
+ },
332
+ {
333
+ "type": "reference",
334
+ "id": 17,
335
+ "name": "TPayload"
336
+ }
337
+ ],
338
+ "name": "BoundWitnessBuilder"
339
+ }
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "id": 20,
345
+ "name": "_accounts",
346
+ "kind": 1024,
347
+ "kindString": "Property",
348
+ "flags": {
349
+ "isPrivate": true
350
+ },
351
+ "sources": [
352
+ {
353
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
354
+ "line": 21,
355
+ "character": 10,
356
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L21"
357
+ }
358
+ ],
359
+ "type": {
360
+ "type": "array",
361
+ "elementType": {
362
+ "type": "reference",
363
+ "name": "Account"
364
+ }
365
+ },
366
+ "defaultValue": "[]"
367
+ },
368
+ {
369
+ "id": 21,
370
+ "name": "_payloadHashes",
371
+ "kind": 1024,
372
+ "kindString": "Property",
373
+ "flags": {
374
+ "isPrivate": true
375
+ },
376
+ "sources": [
377
+ {
378
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
379
+ "line": 22,
380
+ "character": 10,
381
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L22"
382
+ }
383
+ ],
384
+ "type": {
385
+ "type": "union",
386
+ "types": [
387
+ {
388
+ "type": "intrinsic",
389
+ "name": "undefined"
390
+ },
391
+ {
392
+ "type": "array",
393
+ "elementType": {
394
+ "type": "intrinsic",
395
+ "name": "string"
396
+ }
397
+ }
398
+ ]
399
+ }
400
+ },
401
+ {
402
+ "id": 22,
403
+ "name": "_payloadSchemas",
404
+ "kind": 1024,
405
+ "kindString": "Property",
406
+ "flags": {
407
+ "isPrivate": true
408
+ },
409
+ "sources": [
410
+ {
411
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
412
+ "line": 23,
413
+ "character": 10,
414
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L23"
415
+ }
416
+ ],
417
+ "type": {
418
+ "type": "union",
419
+ "types": [
420
+ {
421
+ "type": "intrinsic",
422
+ "name": "undefined"
423
+ },
424
+ {
425
+ "type": "array",
426
+ "elementType": {
427
+ "type": "intrinsic",
428
+ "name": "string"
429
+ }
430
+ }
431
+ ]
432
+ }
433
+ },
434
+ {
435
+ "id": 23,
436
+ "name": "_payloads",
437
+ "kind": 1024,
438
+ "kindString": "Property",
439
+ "flags": {
440
+ "isPrivate": true
441
+ },
442
+ "sources": [
443
+ {
444
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
445
+ "line": 24,
446
+ "character": 10,
447
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L24"
448
+ }
449
+ ],
450
+ "type": {
451
+ "type": "array",
452
+ "elementType": {
453
+ "type": "reference",
454
+ "id": 17,
455
+ "name": "TPayload"
456
+ }
457
+ },
458
+ "defaultValue": "[]"
459
+ },
460
+ {
461
+ "id": 24,
462
+ "name": "_timestamp",
463
+ "kind": 1024,
464
+ "kindString": "Property",
465
+ "flags": {
466
+ "isPrivate": true
467
+ },
468
+ "sources": [
469
+ {
470
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
471
+ "line": 25,
472
+ "character": 10,
473
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L25"
474
+ }
475
+ ],
476
+ "type": {
477
+ "type": "intrinsic",
478
+ "name": "number"
479
+ },
480
+ "defaultValue": "..."
481
+ },
482
+ {
483
+ "id": 25,
484
+ "name": "config",
485
+ "kind": 1024,
486
+ "kindString": "Property",
487
+ "flags": {
488
+ "isPublic": true,
489
+ "isReadonly": true
490
+ },
491
+ "sources": [
492
+ {
493
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
494
+ "line": 27,
495
+ "character": 30,
496
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L27"
497
+ }
498
+ ],
499
+ "type": {
500
+ "type": "reference",
501
+ "id": 1,
502
+ "name": "BoundWitnessBuilderConfig"
503
+ },
504
+ "defaultValue": "..."
505
+ },
506
+ {
507
+ "id": 26,
508
+ "name": "logger",
509
+ "kind": 1024,
510
+ "kindString": "Property",
511
+ "flags": {
512
+ "isProtected": true,
513
+ "isOptional": true,
514
+ "isReadonly": true
515
+ },
516
+ "sources": [
517
+ {
518
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
519
+ "line": 27,
520
+ "character": 112,
521
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L27"
522
+ }
523
+ ],
524
+ "type": {
525
+ "type": "reference",
526
+ "name": "Logger"
527
+ }
528
+ },
529
+ {
530
+ "id": 27,
531
+ "name": "_payload_hashes",
532
+ "kind": 262144,
533
+ "kindString": "Accessor",
534
+ "flags": {
535
+ "isPrivate": true
536
+ },
537
+ "sources": [
538
+ {
539
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
540
+ "line": 29,
541
+ "character": 14,
542
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L29"
543
+ }
544
+ ],
545
+ "getSignature": {
546
+ "id": 28,
547
+ "name": "_payload_hashes",
548
+ "kind": 524288,
549
+ "kindString": "Get signature",
550
+ "flags": {},
551
+ "type": {
552
+ "type": "array",
553
+ "elementType": {
554
+ "type": "intrinsic",
555
+ "name": "string"
556
+ }
557
+ }
558
+ }
559
+ },
560
+ {
561
+ "id": 29,
562
+ "name": "_payload_schemas",
563
+ "kind": 262144,
564
+ "kindString": "Accessor",
565
+ "flags": {
566
+ "isPrivate": true
567
+ },
568
+ "sources": [
569
+ {
570
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
571
+ "line": 38,
572
+ "character": 14,
573
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L38"
574
+ }
575
+ ],
576
+ "getSignature": {
577
+ "id": 30,
578
+ "name": "_payload_schemas",
579
+ "kind": 524288,
580
+ "kindString": "Get signature",
581
+ "flags": {},
582
+ "type": {
583
+ "type": "array",
584
+ "elementType": {
585
+ "type": "intrinsic",
586
+ "name": "string"
587
+ }
588
+ }
589
+ }
590
+ },
591
+ {
592
+ "id": 31,
593
+ "name": "build",
594
+ "kind": 2048,
595
+ "kindString": "Method",
596
+ "flags": {
597
+ "isPublic": true
598
+ },
599
+ "sources": [
600
+ {
601
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
602
+ "line": 47,
603
+ "character": 9,
604
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L47"
605
+ }
606
+ ],
607
+ "signatures": [
608
+ {
609
+ "id": 32,
610
+ "name": "build",
611
+ "kind": 4096,
612
+ "kindString": "Call signature",
613
+ "flags": {},
614
+ "type": {
615
+ "type": "tuple",
616
+ "elements": [
617
+ {
618
+ "type": "reference",
619
+ "id": 12,
620
+ "name": "TBoundWitness"
621
+ },
622
+ {
623
+ "type": "array",
624
+ "elementType": {
625
+ "type": "reference",
626
+ "id": 17,
627
+ "name": "TPayload"
628
+ }
629
+ }
630
+ ]
631
+ }
632
+ }
633
+ ]
634
+ },
635
+ {
636
+ "id": 33,
637
+ "name": "hashableFields",
638
+ "kind": 2048,
639
+ "kindString": "Method",
640
+ "flags": {
641
+ "isPublic": true
642
+ },
643
+ "sources": [
644
+ {
645
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
646
+ "line": 73,
647
+ "character": 9,
648
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L73"
649
+ }
650
+ ],
651
+ "signatures": [
652
+ {
653
+ "id": 34,
654
+ "name": "hashableFields",
655
+ "kind": 4096,
656
+ "kindString": "Call signature",
657
+ "flags": {},
658
+ "type": {
659
+ "type": "reference",
660
+ "id": 12,
661
+ "name": "TBoundWitness"
662
+ }
663
+ }
664
+ ]
665
+ },
666
+ {
667
+ "id": 35,
668
+ "name": "hashes",
669
+ "kind": 2048,
670
+ "kindString": "Method",
671
+ "flags": {
672
+ "isPublic": true
673
+ },
674
+ "sources": [
675
+ {
676
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
677
+ "line": 96,
678
+ "character": 9,
679
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L96"
680
+ }
681
+ ],
682
+ "signatures": [
683
+ {
684
+ "id": 36,
685
+ "name": "hashes",
686
+ "kind": 4096,
687
+ "kindString": "Call signature",
688
+ "flags": {},
689
+ "parameters": [
690
+ {
691
+ "id": 37,
692
+ "name": "hashes",
693
+ "kind": 32768,
694
+ "kindString": "Parameter",
695
+ "flags": {},
696
+ "type": {
697
+ "type": "array",
698
+ "elementType": {
699
+ "type": "intrinsic",
700
+ "name": "string"
701
+ }
702
+ }
703
+ },
704
+ {
705
+ "id": 38,
706
+ "name": "schema",
707
+ "kind": 32768,
708
+ "kindString": "Parameter",
709
+ "flags": {},
710
+ "type": {
711
+ "type": "array",
712
+ "elementType": {
713
+ "type": "intrinsic",
714
+ "name": "string"
715
+ }
716
+ }
717
+ }
718
+ ],
719
+ "type": {
720
+ "type": "reference",
721
+ "id": 5,
722
+ "typeArguments": [
723
+ {
724
+ "type": "reference",
725
+ "id": 12,
726
+ "name": "TBoundWitness"
727
+ },
728
+ {
729
+ "type": "reference",
730
+ "id": 17,
731
+ "name": "TPayload"
732
+ }
733
+ ],
734
+ "name": "BoundWitnessBuilder"
735
+ }
736
+ }
737
+ ]
738
+ },
739
+ {
740
+ "id": 51,
741
+ "name": "inlinePayloads",
742
+ "kind": 2048,
743
+ "kindString": "Method",
744
+ "flags": {
745
+ "isPrivate": true
746
+ },
747
+ "sources": [
748
+ {
749
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
750
+ "line": 129,
751
+ "character": 10,
752
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L129"
753
+ }
754
+ ],
755
+ "signatures": [
756
+ {
757
+ "id": 52,
758
+ "name": "inlinePayloads",
759
+ "kind": 4096,
760
+ "kindString": "Call signature",
761
+ "flags": {},
762
+ "type": {
763
+ "type": "array",
764
+ "elementType": {
765
+ "type": "reference",
766
+ "id": 17,
767
+ "name": "TPayload"
768
+ }
769
+ }
770
+ }
771
+ ]
772
+ },
773
+ {
774
+ "id": 39,
775
+ "name": "payload",
776
+ "kind": 2048,
777
+ "kindString": "Method",
778
+ "flags": {
779
+ "isPublic": true
780
+ },
781
+ "sources": [
782
+ {
783
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
784
+ "line": 103,
785
+ "character": 9,
786
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L103"
787
+ }
788
+ ],
789
+ "signatures": [
790
+ {
791
+ "id": 40,
792
+ "name": "payload",
793
+ "kind": 4096,
794
+ "kindString": "Call signature",
795
+ "flags": {},
796
+ "parameters": [
797
+ {
798
+ "id": 41,
799
+ "name": "payload",
800
+ "kind": 32768,
801
+ "kindString": "Parameter",
802
+ "flags": {
803
+ "isOptional": true
804
+ },
805
+ "type": {
806
+ "type": "reference",
807
+ "id": 17,
808
+ "name": "TPayload"
809
+ }
810
+ }
811
+ ],
812
+ "type": {
813
+ "type": "reference",
814
+ "id": 5,
815
+ "typeArguments": [
816
+ {
817
+ "type": "reference",
818
+ "id": 12,
819
+ "name": "TBoundWitness"
820
+ },
821
+ {
822
+ "type": "reference",
823
+ "id": 17,
824
+ "name": "TPayload"
825
+ }
826
+ ],
827
+ "name": "BoundWitnessBuilder"
828
+ }
829
+ }
830
+ ]
831
+ },
832
+ {
833
+ "id": 42,
834
+ "name": "payloads",
835
+ "kind": 2048,
836
+ "kindString": "Method",
837
+ "flags": {
838
+ "isPublic": true
839
+ },
840
+ "sources": [
841
+ {
842
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
843
+ "line": 111,
844
+ "character": 9,
845
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L111"
846
+ }
847
+ ],
848
+ "signatures": [
849
+ {
850
+ "id": 43,
851
+ "name": "payloads",
852
+ "kind": 4096,
853
+ "kindString": "Call signature",
854
+ "flags": {},
855
+ "parameters": [
856
+ {
857
+ "id": 44,
858
+ "name": "payloads",
859
+ "kind": 32768,
860
+ "kindString": "Parameter",
861
+ "flags": {
862
+ "isOptional": true
863
+ },
864
+ "type": {
865
+ "type": "array",
866
+ "elementType": {
867
+ "type": "union",
868
+ "types": [
869
+ {
870
+ "type": "literal",
871
+ "value": null
872
+ },
873
+ {
874
+ "type": "reference",
875
+ "id": 17,
876
+ "name": "TPayload"
877
+ }
878
+ ]
879
+ }
880
+ }
881
+ }
882
+ ],
883
+ "type": {
884
+ "type": "reference",
885
+ "id": 5,
886
+ "typeArguments": [
887
+ {
888
+ "type": "reference",
889
+ "id": 12,
890
+ "name": "TBoundWitness"
891
+ },
892
+ {
893
+ "type": "reference",
894
+ "id": 17,
895
+ "name": "TPayload"
896
+ }
897
+ ],
898
+ "name": "BoundWitnessBuilder"
899
+ }
900
+ }
901
+ ]
902
+ },
903
+ {
904
+ "id": 48,
905
+ "name": "signatures",
906
+ "kind": 2048,
907
+ "kindString": "Method",
908
+ "flags": {
909
+ "isProtected": true
910
+ },
911
+ "sources": [
912
+ {
913
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
914
+ "line": 125,
915
+ "character": 12,
916
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L125"
917
+ }
918
+ ],
919
+ "signatures": [
920
+ {
921
+ "id": 49,
922
+ "name": "signatures",
923
+ "kind": 4096,
924
+ "kindString": "Call signature",
925
+ "flags": {},
926
+ "parameters": [
927
+ {
928
+ "id": 50,
929
+ "name": "_hash",
930
+ "kind": 32768,
931
+ "kindString": "Parameter",
932
+ "flags": {},
933
+ "type": {
934
+ "type": "intrinsic",
935
+ "name": "string"
936
+ }
937
+ }
938
+ ],
939
+ "type": {
940
+ "type": "array",
941
+ "elementType": {
942
+ "type": "intrinsic",
943
+ "name": "string"
944
+ }
945
+ }
946
+ }
947
+ ]
948
+ },
949
+ {
950
+ "id": 45,
951
+ "name": "witness",
952
+ "kind": 2048,
953
+ "kindString": "Method",
954
+ "flags": {
955
+ "isPublic": true
956
+ },
957
+ "sources": [
958
+ {
959
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
960
+ "line": 120,
961
+ "character": 9,
962
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L120"
963
+ }
964
+ ],
965
+ "signatures": [
966
+ {
967
+ "id": 46,
968
+ "name": "witness",
969
+ "kind": 4096,
970
+ "kindString": "Call signature",
971
+ "flags": {},
972
+ "parameters": [
973
+ {
974
+ "id": 47,
975
+ "name": "account",
976
+ "kind": 32768,
977
+ "kindString": "Parameter",
978
+ "flags": {},
979
+ "type": {
980
+ "type": "reference",
981
+ "name": "Account"
982
+ }
983
+ }
984
+ ],
985
+ "type": {
986
+ "type": "reference",
987
+ "id": 5,
988
+ "typeArguments": [
989
+ {
990
+ "type": "reference",
991
+ "id": 12,
992
+ "name": "TBoundWitness"
993
+ },
994
+ {
995
+ "type": "reference",
996
+ "id": 17,
997
+ "name": "TPayload"
998
+ }
999
+ ],
1000
+ "name": "BoundWitnessBuilder"
1001
+ }
1002
+ }
1003
+ ]
1004
+ }
1005
+ ],
1006
+ "groups": [
1007
+ {
1008
+ "title": "Constructors",
1009
+ "children": [
1010
+ 6
1011
+ ]
1012
+ },
1013
+ {
1014
+ "title": "Properties",
1015
+ "children": [
1016
+ 20,
1017
+ 21,
1018
+ 22,
1019
+ 23,
1020
+ 24,
1021
+ 25,
1022
+ 26
1023
+ ]
1024
+ },
1025
+ {
1026
+ "title": "Accessors",
1027
+ "children": [
1028
+ 27,
1029
+ 29
1030
+ ]
1031
+ },
1032
+ {
1033
+ "title": "Methods",
1034
+ "children": [
1035
+ 31,
1036
+ 33,
1037
+ 35,
1038
+ 51,
1039
+ 39,
1040
+ 42,
1041
+ 48,
1042
+ 45
1043
+ ]
1044
+ }
1045
+ ],
1046
+ "sources": [
1047
+ {
1048
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
1049
+ "line": 17,
1050
+ "character": 13,
1051
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L17"
1052
+ }
1053
+ ],
1054
+ "typeParameters": [
1055
+ {
1056
+ "id": 55,
1057
+ "name": "TBoundWitness",
1058
+ "kind": 131072,
1059
+ "kindString": "Type parameter",
1060
+ "flags": {},
1061
+ "type": {
1062
+ "type": "reference",
1063
+ "typeArguments": [
1064
+ {
1065
+ "type": "reflection",
1066
+ "declaration": {
1067
+ "id": 53,
1068
+ "name": "__type",
1069
+ "kind": 65536,
1070
+ "kindString": "Type literal",
1071
+ "flags": {},
1072
+ "children": [
1073
+ {
1074
+ "id": 54,
1075
+ "name": "schema",
1076
+ "kind": 1024,
1077
+ "kindString": "Property",
1078
+ "flags": {},
1079
+ "sources": [
1080
+ {
1081
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
1082
+ "line": 18,
1083
+ "character": 42,
1084
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L18"
1085
+ }
1086
+ ],
1087
+ "type": {
1088
+ "type": "intrinsic",
1089
+ "name": "string"
1090
+ }
1091
+ }
1092
+ ],
1093
+ "groups": [
1094
+ {
1095
+ "title": "Properties",
1096
+ "children": [
1097
+ 54
1098
+ ]
1099
+ }
1100
+ ],
1101
+ "sources": [
1102
+ {
1103
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
1104
+ "line": 18,
1105
+ "character": 40,
1106
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L18"
1107
+ }
1108
+ ]
1109
+ }
1110
+ }
1111
+ ],
1112
+ "name": "XyoBoundWitness"
1113
+ },
1114
+ "default": {
1115
+ "type": "reference",
1116
+ "name": "XyoBoundWitness"
1117
+ }
1118
+ },
1119
+ {
1120
+ "id": 56,
1121
+ "name": "TPayload",
1122
+ "kind": 131072,
1123
+ "kindString": "Type parameter",
1124
+ "flags": {},
1125
+ "type": {
1126
+ "type": "reference",
1127
+ "name": "XyoPayload"
1128
+ },
1129
+ "default": {
1130
+ "type": "reference",
1131
+ "name": "XyoPayload"
1132
+ }
1133
+ }
1134
+ ]
1135
+ },
1136
+ {
1137
+ "id": 1,
1138
+ "name": "BoundWitnessBuilderConfig",
1139
+ "kind": 256,
1140
+ "kindString": "Interface",
1141
+ "flags": {},
1142
+ "children": [
1143
+ {
1144
+ "id": 2,
1145
+ "name": "inlinePayloads",
1146
+ "kind": 1024,
1147
+ "kindString": "Property",
1148
+ "flags": {
1149
+ "isOptional": true,
1150
+ "isReadonly": true
1151
+ },
1152
+ "comment": {
1153
+ "summary": [
1154
+ {
1155
+ "kind": "text",
1156
+ "text": "Whether or not the payloads should be included in the metadata sent to and recorded by the ArchivistApi"
1157
+ }
1158
+ ]
1159
+ },
1160
+ "sources": [
1161
+ {
1162
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
1163
+ "line": 12,
1164
+ "character": 11,
1165
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L12"
1166
+ }
1167
+ ],
1168
+ "type": {
1169
+ "type": "intrinsic",
1170
+ "name": "boolean"
1171
+ }
1172
+ },
1173
+ {
1174
+ "id": 3,
1175
+ "name": "meta",
1176
+ "kind": 1024,
1177
+ "kindString": "Property",
1178
+ "flags": {
1179
+ "isOptional": true,
1180
+ "isReadonly": true
1181
+ },
1182
+ "sources": [
1183
+ {
1184
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
1185
+ "line": 13,
1186
+ "character": 11,
1187
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L13"
1188
+ }
1189
+ ],
1190
+ "type": {
1191
+ "type": "intrinsic",
1192
+ "name": "boolean"
1193
+ }
1194
+ },
1195
+ {
1196
+ "id": 4,
1197
+ "name": "timestamp",
1198
+ "kind": 1024,
1199
+ "kindString": "Property",
1200
+ "flags": {
1201
+ "isOptional": true,
1202
+ "isReadonly": true
1203
+ },
1204
+ "sources": [
1205
+ {
1206
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
1207
+ "line": 14,
1208
+ "character": 11,
1209
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L14"
1210
+ }
1211
+ ],
1212
+ "type": {
1213
+ "type": "intrinsic",
1214
+ "name": "boolean"
1215
+ }
1216
+ }
1217
+ ],
1218
+ "groups": [
1219
+ {
1220
+ "title": "Properties",
1221
+ "children": [
1222
+ 2,
1223
+ 3,
1224
+ 4
1225
+ ]
1226
+ }
1227
+ ],
1228
+ "sources": [
1229
+ {
1230
+ "fileName": "boundwitness/packages/builder/src/Builder.ts",
1231
+ "line": 10,
1232
+ "character": 17,
1233
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/Builder.ts#L10"
1234
+ }
1235
+ ]
1236
+ }
1237
+ ],
1238
+ "groups": [
1239
+ {
1240
+ "title": "Classes",
1241
+ "children": [
1242
+ 5
1243
+ ]
1244
+ },
1245
+ {
1246
+ "title": "Interfaces",
1247
+ "children": [
1248
+ 1
1249
+ ]
1250
+ }
1251
+ ],
1252
+ "sources": [
1253
+ {
1254
+ "fileName": "boundwitness/packages/builder/src/index.ts",
1255
+ "line": 1,
1256
+ "character": 0,
1257
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/protocol/packages/boundwitness/packages/builder/src/index.ts#L1"
1258
+ }
1259
+ ]
1260
+ }