@xyo-network/boundwitness 2.42.17 → 2.42.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/docs.json +461 -347
  2. package/package.json +5 -5
package/dist/docs.json CHANGED
@@ -1056,28 +1056,28 @@
1056
1056
  "flags": {},
1057
1057
  "children": [
1058
1058
  {
1059
- "id": 119,
1059
+ "id": 123,
1060
1060
  "name": "constructor",
1061
1061
  "kind": 512,
1062
1062
  "kindString": "Constructor",
1063
1063
  "flags": {},
1064
1064
  "sources": [
1065
1065
  {
1066
- "fileName": "payload/packages/validator/dist/esm/Validator/Validator.d.ts",
1067
- "line": 6,
1066
+ "fileName": "payload/packages/validator/dist/esm/Validator.d.ts",
1067
+ "line": 11,
1068
1068
  "character": 4
1069
1069
  }
1070
1070
  ],
1071
1071
  "signatures": [
1072
1072
  {
1073
- "id": 120,
1073
+ "id": 124,
1074
1074
  "name": "new BoundWitnessValidator",
1075
1075
  "kind": 16384,
1076
1076
  "kindString": "Constructor signature",
1077
1077
  "flags": {},
1078
1078
  "typeParameter": [
1079
1079
  {
1080
- "id": 125,
1080
+ "id": 129,
1081
1081
  "name": "T",
1082
1082
  "kind": 131072,
1083
1083
  "kindString": "Type parameter",
@@ -1101,14 +1101,14 @@
1101
1101
  {
1102
1102
  "type": "reflection",
1103
1103
  "declaration": {
1104
- "id": 121,
1104
+ "id": 125,
1105
1105
  "name": "__type",
1106
1106
  "kind": 65536,
1107
1107
  "kindString": "Type literal",
1108
1108
  "flags": {},
1109
1109
  "children": [
1110
1110
  {
1111
- "id": 122,
1111
+ "id": 126,
1112
1112
  "name": "schema",
1113
1113
  "kind": 1024,
1114
1114
  "kindString": "Property",
@@ -1130,7 +1130,7 @@
1130
1130
  {
1131
1131
  "title": "Properties",
1132
1132
  "children": [
1133
- 122
1133
+ 126
1134
1134
  ]
1135
1135
  }
1136
1136
  ],
@@ -1164,14 +1164,14 @@
1164
1164
  {
1165
1165
  "type": "reflection",
1166
1166
  "declaration": {
1167
- "id": 123,
1167
+ "id": 127,
1168
1168
  "name": "__type",
1169
1169
  "kind": 65536,
1170
1170
  "kindString": "Type literal",
1171
1171
  "flags": {},
1172
1172
  "children": [
1173
1173
  {
1174
- "id": 124,
1174
+ "id": 128,
1175
1175
  "name": "schema",
1176
1176
  "kind": 1024,
1177
1177
  "kindString": "Property",
@@ -1193,7 +1193,7 @@
1193
1193
  {
1194
1194
  "title": "Properties",
1195
1195
  "children": [
1196
- 124
1196
+ 128
1197
1197
  ]
1198
1198
  }
1199
1199
  ],
@@ -1212,14 +1212,14 @@
1212
1212
  ],
1213
1213
  "parameters": [
1214
1214
  {
1215
- "id": 126,
1215
+ "id": 130,
1216
1216
  "name": "payload",
1217
1217
  "kind": 32768,
1218
1218
  "kindString": "Parameter",
1219
1219
  "flags": {},
1220
1220
  "type": {
1221
1221
  "type": "reference",
1222
- "id": 125,
1222
+ "id": 129,
1223
1223
  "name": "T"
1224
1224
  }
1225
1225
  }
@@ -1230,7 +1230,7 @@
1230
1230
  "typeArguments": [
1231
1231
  {
1232
1232
  "type": "reference",
1233
- "id": 125,
1233
+ "id": 129,
1234
1234
  "name": "T"
1235
1235
  }
1236
1236
  ],
@@ -1248,7 +1248,7 @@
1248
1248
  }
1249
1249
  },
1250
1250
  {
1251
- "id": 152,
1251
+ "id": 159,
1252
1252
  "name": "obj",
1253
1253
  "kind": 1024,
1254
1254
  "kindString": "Property",
@@ -1264,7 +1264,7 @@
1264
1264
  ],
1265
1265
  "type": {
1266
1266
  "type": "reference",
1267
- "id": 125,
1267
+ "id": 129,
1268
1268
  "name": "T"
1269
1269
  },
1270
1270
  "inheritedFrom": {
@@ -1273,7 +1273,85 @@
1273
1273
  }
1274
1274
  },
1275
1275
  {
1276
- "id": 147,
1276
+ "id": 152,
1277
+ "name": "payload",
1278
+ "kind": 1024,
1279
+ "kindString": "Property",
1280
+ "flags": {
1281
+ "isProtected": true
1282
+ },
1283
+ "sources": [
1284
+ {
1285
+ "fileName": "payload/packages/validator/dist/esm/Validator.d.ts",
1286
+ "line": 9,
1287
+ "character": 14
1288
+ }
1289
+ ],
1290
+ "type": {
1291
+ "type": "intersection",
1292
+ "types": [
1293
+ {
1294
+ "type": "reference",
1295
+ "name": "SchemaFields"
1296
+ },
1297
+ {
1298
+ "type": "reference",
1299
+ "name": "PayloadFields"
1300
+ },
1301
+ {
1302
+ "type": "reflection",
1303
+ "declaration": {
1304
+ "id": 153,
1305
+ "name": "__type",
1306
+ "kind": 65536,
1307
+ "kindString": "Type literal",
1308
+ "flags": {},
1309
+ "children": [
1310
+ {
1311
+ "id": 154,
1312
+ "name": "schema",
1313
+ "kind": 1024,
1314
+ "kindString": "Property",
1315
+ "flags": {},
1316
+ "sources": [
1317
+ {
1318
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
1319
+ "line": 19,
1320
+ "character": 4
1321
+ }
1322
+ ],
1323
+ "type": {
1324
+ "type": "intrinsic",
1325
+ "name": "string"
1326
+ }
1327
+ }
1328
+ ],
1329
+ "groups": [
1330
+ {
1331
+ "title": "Properties",
1332
+ "children": [
1333
+ 154
1334
+ ]
1335
+ }
1336
+ ],
1337
+ "sources": [
1338
+ {
1339
+ "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
1340
+ "line": 18,
1341
+ "character": 17
1342
+ }
1343
+ ]
1344
+ }
1345
+ }
1346
+ ]
1347
+ },
1348
+ "inheritedFrom": {
1349
+ "type": "reference",
1350
+ "name": "PayloadValidator.payload"
1351
+ }
1352
+ },
1353
+ {
1354
+ "id": 151,
1277
1355
  "name": "validateArrayLength",
1278
1356
  "kind": 1024,
1279
1357
  "kindString": "Property",
@@ -1293,7 +1371,41 @@
1293
1371
  }
1294
1372
  },
1295
1373
  {
1296
- "id": 127,
1374
+ "id": 119,
1375
+ "name": "schemaNameValidatorFactory",
1376
+ "kind": 1024,
1377
+ "kindString": "Property",
1378
+ "flags": {
1379
+ "isProtected": true,
1380
+ "isStatic": true
1381
+ },
1382
+ "sources": [
1383
+ {
1384
+ "fileName": "payload/packages/validator/dist/esm/Validator.d.ts",
1385
+ "line": 8,
1386
+ "character": 21
1387
+ }
1388
+ ],
1389
+ "type": {
1390
+ "type": "union",
1391
+ "types": [
1392
+ {
1393
+ "type": "literal",
1394
+ "value": null
1395
+ },
1396
+ {
1397
+ "type": "reference",
1398
+ "name": "AllValidatorFactory"
1399
+ }
1400
+ ]
1401
+ },
1402
+ "inheritedFrom": {
1403
+ "type": "reference",
1404
+ "name": "PayloadValidator.schemaNameValidatorFactory"
1405
+ }
1406
+ },
1407
+ {
1408
+ "id": 131,
1297
1409
  "name": "hash",
1298
1410
  "kind": 262144,
1299
1411
  "kindString": "Accessor",
@@ -1306,7 +1418,7 @@
1306
1418
  }
1307
1419
  ],
1308
1420
  "getSignature": {
1309
- "id": 128,
1421
+ "id": 132,
1310
1422
  "name": "hash",
1311
1423
  "kind": 524288,
1312
1424
  "kindString": "Get signature",
@@ -1318,27 +1430,36 @@
1318
1430
  }
1319
1431
  },
1320
1432
  {
1321
- "id": 148,
1433
+ "id": 155,
1322
1434
  "name": "schemaValidator",
1323
1435
  "kind": 262144,
1324
1436
  "kindString": "Accessor",
1325
1437
  "flags": {},
1326
1438
  "sources": [
1327
1439
  {
1328
- "fileName": "payload/packages/validator/dist/esm/Validator/Validator.d.ts",
1329
- "line": 7,
1440
+ "fileName": "payload/packages/validator/dist/esm/Validator.d.ts",
1441
+ "line": 12,
1330
1442
  "character": 8
1331
1443
  }
1332
1444
  ],
1333
1445
  "getSignature": {
1334
- "id": 149,
1446
+ "id": 156,
1335
1447
  "name": "schemaValidator",
1336
1448
  "kind": 524288,
1337
1449
  "kindString": "Get signature",
1338
1450
  "flags": {},
1339
1451
  "type": {
1340
- "type": "reference",
1341
- "name": "XyoSchemaNameValidator"
1452
+ "type": "union",
1453
+ "types": [
1454
+ {
1455
+ "type": "intrinsic",
1456
+ "name": "undefined"
1457
+ },
1458
+ {
1459
+ "type": "reference",
1460
+ "name": "AllValidator"
1461
+ }
1462
+ ]
1342
1463
  },
1343
1464
  "inheritedFrom": {
1344
1465
  "type": "reference",
@@ -1351,7 +1472,7 @@
1351
1472
  }
1352
1473
  },
1353
1474
  {
1354
- "id": 153,
1475
+ "id": 160,
1355
1476
  "name": "stringKeyObj",
1356
1477
  "kind": 262144,
1357
1478
  "kindString": "Accessor",
@@ -1366,7 +1487,7 @@
1366
1487
  }
1367
1488
  ],
1368
1489
  "getSignature": {
1369
- "id": 154,
1490
+ "id": 161,
1370
1491
  "name": "stringKeyObj",
1371
1492
  "kind": 524288,
1372
1493
  "kindString": "Get signature",
@@ -1386,7 +1507,7 @@
1386
1507
  }
1387
1508
  },
1388
1509
  {
1389
- "id": 129,
1510
+ "id": 133,
1390
1511
  "name": "addresses",
1391
1512
  "kind": 2048,
1392
1513
  "kindString": "Method",
@@ -1400,7 +1521,7 @@
1400
1521
  ],
1401
1522
  "signatures": [
1402
1523
  {
1403
- "id": 130,
1524
+ "id": 134,
1404
1525
  "name": "addresses",
1405
1526
  "kind": 4096,
1406
1527
  "kindString": "Call signature",
@@ -1418,7 +1539,7 @@
1418
1539
  ]
1419
1540
  },
1420
1541
  {
1421
- "id": 131,
1542
+ "id": 135,
1422
1543
  "name": "addressesUniqueness",
1423
1544
  "kind": 2048,
1424
1545
  "kindString": "Method",
@@ -1432,7 +1553,7 @@
1432
1553
  ],
1433
1554
  "signatures": [
1434
1555
  {
1435
- "id": 132,
1556
+ "id": 136,
1436
1557
  "name": "addressesUniqueness",
1437
1558
  "kind": 4096,
1438
1559
  "kindString": "Call signature",
@@ -1450,7 +1571,7 @@
1450
1571
  ]
1451
1572
  },
1452
1573
  {
1453
- "id": 133,
1574
+ "id": 137,
1454
1575
  "name": "previousHashes",
1455
1576
  "kind": 2048,
1456
1577
  "kindString": "Method",
@@ -1464,7 +1585,7 @@
1464
1585
  ],
1465
1586
  "signatures": [
1466
1587
  {
1467
- "id": 134,
1588
+ "id": 138,
1468
1589
  "name": "previousHashes",
1469
1590
  "kind": 4096,
1470
1591
  "kindString": "Call signature",
@@ -1482,7 +1603,7 @@
1482
1603
  ]
1483
1604
  },
1484
1605
  {
1485
- "id": 135,
1606
+ "id": 139,
1486
1607
  "name": "schema",
1487
1608
  "kind": 2048,
1488
1609
  "kindString": "Method",
@@ -1496,7 +1617,7 @@
1496
1617
  ],
1497
1618
  "signatures": [
1498
1619
  {
1499
- "id": 136,
1620
+ "id": 140,
1500
1621
  "name": "schema",
1501
1622
  "kind": 4096,
1502
1623
  "kindString": "Call signature",
@@ -1514,21 +1635,21 @@
1514
1635
  ]
1515
1636
  },
1516
1637
  {
1517
- "id": 150,
1638
+ "id": 157,
1518
1639
  "name": "schemaName",
1519
1640
  "kind": 2048,
1520
1641
  "kindString": "Method",
1521
1642
  "flags": {},
1522
1643
  "sources": [
1523
1644
  {
1524
- "fileName": "payload/packages/validator/dist/esm/Validator/Validator.d.ts",
1525
- "line": 8,
1645
+ "fileName": "payload/packages/validator/dist/esm/Validator.d.ts",
1646
+ "line": 14,
1526
1647
  "character": 4
1527
1648
  }
1528
1649
  ],
1529
1650
  "signatures": [
1530
1651
  {
1531
- "id": 151,
1652
+ "id": 158,
1532
1653
  "name": "schemaName",
1533
1654
  "kind": 4096,
1534
1655
  "kindString": "Call signature",
@@ -1554,7 +1675,7 @@
1554
1675
  }
1555
1676
  },
1556
1677
  {
1557
- "id": 137,
1678
+ "id": 141,
1558
1679
  "name": "schemas",
1559
1680
  "kind": 2048,
1560
1681
  "kindString": "Method",
@@ -1568,7 +1689,7 @@
1568
1689
  ],
1569
1690
  "signatures": [
1570
1691
  {
1571
- "id": 138,
1692
+ "id": 142,
1572
1693
  "name": "schemas",
1573
1694
  "kind": 4096,
1574
1695
  "kindString": "Call signature",
@@ -1586,7 +1707,7 @@
1586
1707
  ]
1587
1708
  },
1588
1709
  {
1589
- "id": 139,
1710
+ "id": 143,
1590
1711
  "name": "signatures",
1591
1712
  "kind": 2048,
1592
1713
  "kindString": "Method",
@@ -1600,7 +1721,7 @@
1600
1721
  ],
1601
1722
  "signatures": [
1602
1723
  {
1603
- "id": 140,
1724
+ "id": 144,
1604
1725
  "name": "signatures",
1605
1726
  "kind": 4096,
1606
1727
  "kindString": "Call signature",
@@ -1618,7 +1739,7 @@
1618
1739
  ]
1619
1740
  },
1620
1741
  {
1621
- "id": 141,
1742
+ "id": 145,
1622
1743
  "name": "validate",
1623
1744
  "kind": 2048,
1624
1745
  "kindString": "Method",
@@ -1632,7 +1753,7 @@
1632
1753
  ],
1633
1754
  "signatures": [
1634
1755
  {
1635
- "id": 142,
1756
+ "id": 146,
1636
1757
  "name": "validate",
1637
1758
  "kind": 4096,
1638
1759
  "kindString": "Call signature",
@@ -1658,7 +1779,7 @@
1658
1779
  }
1659
1780
  },
1660
1781
  {
1661
- "id": 143,
1782
+ "id": 147,
1662
1783
  "name": "validateArrayLengths",
1663
1784
  "kind": 2048,
1664
1785
  "kindString": "Method",
@@ -1672,7 +1793,7 @@
1672
1793
  ],
1673
1794
  "signatures": [
1674
1795
  {
1675
- "id": 144,
1796
+ "id": 148,
1676
1797
  "name": "validateArrayLengths",
1677
1798
  "kind": 4096,
1678
1799
  "kindString": "Call signature",
@@ -1690,7 +1811,7 @@
1690
1811
  ]
1691
1812
  },
1692
1813
  {
1693
- "id": 145,
1814
+ "id": 149,
1694
1815
  "name": "validatePayloadHashesLength",
1695
1816
  "kind": 2048,
1696
1817
  "kindString": "Method",
@@ -1704,7 +1825,7 @@
1704
1825
  ],
1705
1826
  "signatures": [
1706
1827
  {
1707
- "id": 146,
1828
+ "id": 150,
1708
1829
  "name": "validatePayloadHashesLength",
1709
1830
  "kind": 4096,
1710
1831
  "kindString": "Call signature",
@@ -1721,6 +1842,65 @@
1721
1842
  }
1722
1843
  ]
1723
1844
  },
1845
+ {
1846
+ "id": 120,
1847
+ "name": "setSchemaNameValidatorFactory",
1848
+ "kind": 2048,
1849
+ "kindString": "Method",
1850
+ "flags": {
1851
+ "isStatic": true
1852
+ },
1853
+ "sources": [
1854
+ {
1855
+ "fileName": "payload/packages/validator/dist/esm/Validator.d.ts",
1856
+ "line": 13,
1857
+ "character": 11
1858
+ }
1859
+ ],
1860
+ "signatures": [
1861
+ {
1862
+ "id": 121,
1863
+ "name": "setSchemaNameValidatorFactory",
1864
+ "kind": 4096,
1865
+ "kindString": "Call signature",
1866
+ "flags": {},
1867
+ "parameters": [
1868
+ {
1869
+ "id": 122,
1870
+ "name": "factory",
1871
+ "kind": 32768,
1872
+ "kindString": "Parameter",
1873
+ "flags": {},
1874
+ "type": {
1875
+ "type": "union",
1876
+ "types": [
1877
+ {
1878
+ "type": "literal",
1879
+ "value": null
1880
+ },
1881
+ {
1882
+ "type": "reference",
1883
+ "name": "AllValidatorFactory"
1884
+ }
1885
+ ]
1886
+ }
1887
+ }
1888
+ ],
1889
+ "type": {
1890
+ "type": "intrinsic",
1891
+ "name": "void"
1892
+ },
1893
+ "inheritedFrom": {
1894
+ "type": "reference",
1895
+ "name": "PayloadValidator.setSchemaNameValidatorFactory"
1896
+ }
1897
+ }
1898
+ ],
1899
+ "inheritedFrom": {
1900
+ "type": "reference",
1901
+ "name": "PayloadValidator.setSchemaNameValidatorFactory"
1902
+ }
1903
+ },
1724
1904
  {
1725
1905
  "id": 114,
1726
1906
  "name": "validateSignature",
@@ -1797,37 +1977,40 @@
1797
1977
  {
1798
1978
  "title": "Constructors",
1799
1979
  "children": [
1800
- 119
1980
+ 123
1801
1981
  ]
1802
1982
  },
1803
1983
  {
1804
1984
  "title": "Properties",
1805
1985
  "children": [
1986
+ 159,
1806
1987
  152,
1807
- 147
1988
+ 151,
1989
+ 119
1808
1990
  ]
1809
1991
  },
1810
1992
  {
1811
1993
  "title": "Accessors",
1812
1994
  "children": [
1813
- 127,
1814
- 148,
1815
- 153
1995
+ 131,
1996
+ 155,
1997
+ 160
1816
1998
  ]
1817
1999
  },
1818
2000
  {
1819
2001
  "title": "Methods",
1820
2002
  "children": [
1821
- 129,
1822
- 131,
1823
2003
  133,
1824
2004
  135,
1825
- 150,
1826
2005
  137,
1827
2006
  139,
2007
+ 157,
1828
2008
  141,
1829
2009
  143,
1830
2010
  145,
2011
+ 147,
2012
+ 149,
2013
+ 120,
1831
2014
  114
1832
2015
  ]
1833
2016
  }
@@ -1841,7 +2024,7 @@
1841
2024
  ],
1842
2025
  "typeParameters": [
1843
2026
  {
1844
- "id": 157,
2027
+ "id": 164,
1845
2028
  "name": "T",
1846
2029
  "kind": 131072,
1847
2030
  "kindString": "Type parameter",
@@ -1853,14 +2036,14 @@
1853
2036
  {
1854
2037
  "type": "reflection",
1855
2038
  "declaration": {
1856
- "id": 155,
2039
+ "id": 162,
1857
2040
  "name": "__type",
1858
2041
  "kind": 65536,
1859
2042
  "kindString": "Type literal",
1860
2043
  "flags": {},
1861
2044
  "children": [
1862
2045
  {
1863
- "id": 156,
2046
+ "id": 163,
1864
2047
  "name": "schema",
1865
2048
  "kind": 1024,
1866
2049
  "kindString": "Property",
@@ -1882,7 +2065,7 @@
1882
2065
  {
1883
2066
  "title": "Properties",
1884
2067
  "children": [
1885
- 156
2068
+ 163
1886
2069
  ]
1887
2070
  }
1888
2071
  ],
@@ -1911,7 +2094,7 @@
1911
2094
  "typeArguments": [
1912
2095
  {
1913
2096
  "type": "reference",
1914
- "id": 125,
2097
+ "id": 129,
1915
2098
  "name": "T"
1916
2099
  }
1917
2100
  ],
@@ -1920,14 +2103,14 @@
1920
2103
  ]
1921
2104
  },
1922
2105
  {
1923
- "id": 158,
2106
+ "id": 165,
1924
2107
  "name": "BoundWitnessWrapper",
1925
2108
  "kind": 128,
1926
2109
  "kindString": "Class",
1927
2110
  "flags": {},
1928
2111
  "children": [
1929
2112
  {
1930
- "id": 193,
2113
+ "id": 198,
1931
2114
  "name": "constructor",
1932
2115
  "kind": 512,
1933
2116
  "kindString": "Constructor",
@@ -1935,20 +2118,20 @@
1935
2118
  "sources": [
1936
2119
  {
1937
2120
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
1938
- "line": 11,
2121
+ "line": 10,
1939
2122
  "character": 4
1940
2123
  }
1941
2124
  ],
1942
2125
  "signatures": [
1943
2126
  {
1944
- "id": 194,
2127
+ "id": 199,
1945
2128
  "name": "new BoundWitnessWrapper",
1946
2129
  "kind": 16384,
1947
2130
  "kindString": "Constructor signature",
1948
2131
  "flags": {},
1949
2132
  "typeParameter": [
1950
2133
  {
1951
- "id": 199,
2134
+ "id": 204,
1952
2135
  "name": "TBoundWitness",
1953
2136
  "kind": 131072,
1954
2137
  "kindString": "Type parameter",
@@ -1972,14 +2155,14 @@
1972
2155
  {
1973
2156
  "type": "reflection",
1974
2157
  "declaration": {
1975
- "id": 195,
2158
+ "id": 200,
1976
2159
  "name": "__type",
1977
2160
  "kind": 65536,
1978
2161
  "kindString": "Type literal",
1979
2162
  "flags": {},
1980
2163
  "children": [
1981
2164
  {
1982
- "id": 196,
2165
+ "id": 201,
1983
2166
  "name": "schema",
1984
2167
  "kind": 1024,
1985
2168
  "kindString": "Property",
@@ -1987,7 +2170,7 @@
1987
2170
  "sources": [
1988
2171
  {
1989
2172
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
1990
- "line": 7,
2173
+ "line": 6,
1991
2174
  "character": 4
1992
2175
  }
1993
2176
  ],
@@ -2001,14 +2184,14 @@
2001
2184
  {
2002
2185
  "title": "Properties",
2003
2186
  "children": [
2004
- 196
2187
+ 201
2005
2188
  ]
2006
2189
  }
2007
2190
  ],
2008
2191
  "sources": [
2009
2192
  {
2010
2193
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2011
- "line": 6,
2194
+ "line": 5,
2012
2195
  "character": 79
2013
2196
  }
2014
2197
  ]
@@ -2035,14 +2218,14 @@
2035
2218
  {
2036
2219
  "type": "reflection",
2037
2220
  "declaration": {
2038
- "id": 197,
2221
+ "id": 202,
2039
2222
  "name": "__type",
2040
2223
  "kind": 65536,
2041
2224
  "kindString": "Type literal",
2042
2225
  "flags": {},
2043
2226
  "children": [
2044
2227
  {
2045
- "id": 198,
2228
+ "id": 203,
2046
2229
  "name": "schema",
2047
2230
  "kind": 1024,
2048
2231
  "kindString": "Property",
@@ -2064,7 +2247,7 @@
2064
2247
  {
2065
2248
  "title": "Properties",
2066
2249
  "children": [
2067
- 198
2250
+ 203
2068
2251
  ]
2069
2252
  }
2070
2253
  ],
@@ -2081,7 +2264,7 @@
2081
2264
  }
2082
2265
  },
2083
2266
  {
2084
- "id": 204,
2267
+ "id": 209,
2085
2268
  "name": "TPayload",
2086
2269
  "kind": 131072,
2087
2270
  "kindString": "Type parameter",
@@ -2100,14 +2283,14 @@
2100
2283
  {
2101
2284
  "type": "reflection",
2102
2285
  "declaration": {
2103
- "id": 200,
2286
+ "id": 205,
2104
2287
  "name": "__type",
2105
2288
  "kind": 65536,
2106
2289
  "kindString": "Type literal",
2107
2290
  "flags": {},
2108
2291
  "children": [
2109
2292
  {
2110
- "id": 201,
2293
+ "id": 206,
2111
2294
  "name": "schema",
2112
2295
  "kind": 1024,
2113
2296
  "kindString": "Property",
@@ -2129,7 +2312,7 @@
2129
2312
  {
2130
2313
  "title": "Properties",
2131
2314
  "children": [
2132
- 201
2315
+ 206
2133
2316
  ]
2134
2317
  }
2135
2318
  ],
@@ -2158,14 +2341,14 @@
2158
2341
  {
2159
2342
  "type": "reflection",
2160
2343
  "declaration": {
2161
- "id": 202,
2344
+ "id": 207,
2162
2345
  "name": "__type",
2163
2346
  "kind": 65536,
2164
2347
  "kindString": "Type literal",
2165
2348
  "flags": {},
2166
2349
  "children": [
2167
2350
  {
2168
- "id": 203,
2351
+ "id": 208,
2169
2352
  "name": "schema",
2170
2353
  "kind": 1024,
2171
2354
  "kindString": "Property",
@@ -2187,7 +2370,7 @@
2187
2370
  {
2188
2371
  "title": "Properties",
2189
2372
  "children": [
2190
- 203
2373
+ 208
2191
2374
  ]
2192
2375
  }
2193
2376
  ],
@@ -2206,19 +2389,19 @@
2206
2389
  ],
2207
2390
  "parameters": [
2208
2391
  {
2209
- "id": 205,
2392
+ "id": 210,
2210
2393
  "name": "boundwitness",
2211
2394
  "kind": 32768,
2212
2395
  "kindString": "Parameter",
2213
2396
  "flags": {},
2214
2397
  "type": {
2215
2398
  "type": "reference",
2216
- "id": 199,
2399
+ "id": 204,
2217
2400
  "name": "TBoundWitness"
2218
2401
  }
2219
2402
  },
2220
2403
  {
2221
- "id": 206,
2404
+ "id": 211,
2222
2405
  "name": "payloads",
2223
2406
  "kind": 32768,
2224
2407
  "kindString": "Parameter",
@@ -2236,7 +2419,7 @@
2236
2419
  },
2237
2420
  {
2238
2421
  "type": "reference",
2239
- "id": 204,
2422
+ "id": 209,
2240
2423
  "name": "TPayload"
2241
2424
  },
2242
2425
  {
@@ -2244,7 +2427,7 @@
2244
2427
  "typeArguments": [
2245
2428
  {
2246
2429
  "type": "reference",
2247
- "id": 204,
2430
+ "id": 209,
2248
2431
  "name": "TPayload"
2249
2432
  }
2250
2433
  ],
@@ -2257,16 +2440,16 @@
2257
2440
  ],
2258
2441
  "type": {
2259
2442
  "type": "reference",
2260
- "id": 158,
2443
+ "id": 165,
2261
2444
  "typeArguments": [
2262
2445
  {
2263
2446
  "type": "reference",
2264
- "id": 199,
2447
+ "id": 204,
2265
2448
  "name": "TBoundWitness"
2266
2449
  },
2267
2450
  {
2268
2451
  "type": "reference",
2269
- "id": 204,
2452
+ "id": 209,
2270
2453
  "name": "TPayload"
2271
2454
  }
2272
2455
  ],
@@ -2284,7 +2467,7 @@
2284
2467
  }
2285
2468
  },
2286
2469
  {
2287
- "id": 207,
2470
+ "id": 212,
2288
2471
  "name": "_payloads",
2289
2472
  "kind": 1024,
2290
2473
  "kindString": "Property",
@@ -2294,7 +2477,7 @@
2294
2477
  "sources": [
2295
2478
  {
2296
2479
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2297
- "line": 9,
2480
+ "line": 8,
2298
2481
  "character": 14
2299
2482
  }
2300
2483
  ],
@@ -2317,7 +2500,7 @@
2317
2500
  "typeArguments": [
2318
2501
  {
2319
2502
  "type": "reference",
2320
- "id": 204,
2503
+ "id": 209,
2321
2504
  "name": "TPayload"
2322
2505
  }
2323
2506
  ],
@@ -2332,7 +2515,7 @@
2332
2515
  }
2333
2516
  },
2334
2517
  {
2335
- "id": 208,
2518
+ "id": 213,
2336
2519
  "name": "isBoundWitnessWrapper",
2337
2520
  "kind": 1024,
2338
2521
  "kindString": "Property",
@@ -2342,7 +2525,7 @@
2342
2525
  "sources": [
2343
2526
  {
2344
2527
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2345
- "line": 10,
2528
+ "line": 9,
2346
2529
  "character": 12
2347
2530
  }
2348
2531
  ],
@@ -2352,7 +2535,7 @@
2352
2535
  }
2353
2536
  },
2354
2537
  {
2355
- "id": 260,
2538
+ "id": 265,
2356
2539
  "name": "obj",
2357
2540
  "kind": 1024,
2358
2541
  "kindString": "Property",
@@ -2368,7 +2551,7 @@
2368
2551
  ],
2369
2552
  "type": {
2370
2553
  "type": "reference",
2371
- "id": 199,
2554
+ "id": 204,
2372
2555
  "name": "TBoundWitness"
2373
2556
  },
2374
2557
  "inheritedFrom": {
@@ -2377,7 +2560,7 @@
2377
2560
  }
2378
2561
  },
2379
2562
  {
2380
- "id": 209,
2563
+ "id": 214,
2381
2564
  "name": "addresses",
2382
2565
  "kind": 262144,
2383
2566
  "kindString": "Accessor",
@@ -2385,12 +2568,12 @@
2385
2568
  "sources": [
2386
2569
  {
2387
2570
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2388
- "line": 12,
2571
+ "line": 11,
2389
2572
  "character": 8
2390
2573
  }
2391
2574
  ],
2392
2575
  "getSignature": {
2393
- "id": 210,
2576
+ "id": 215,
2394
2577
  "name": "addresses",
2395
2578
  "kind": 524288,
2396
2579
  "kindString": "Get signature",
@@ -2405,7 +2588,7 @@
2405
2588
  }
2406
2589
  },
2407
2590
  {
2408
- "id": 242,
2591
+ "id": 247,
2409
2592
  "name": "body",
2410
2593
  "kind": 262144,
2411
2594
  "kindString": "Accessor",
@@ -2413,12 +2596,12 @@
2413
2596
  "sources": [
2414
2597
  {
2415
2598
  "fileName": "payload/packages/wrapper/dist/esm/Wrapper.d.ts",
2416
- "line": 6,
2599
+ "line": 7,
2417
2600
  "character": 8
2418
2601
  }
2419
2602
  ],
2420
2603
  "getSignature": {
2421
- "id": 243,
2604
+ "id": 248,
2422
2605
  "name": "body",
2423
2606
  "kind": 524288,
2424
2607
  "kindString": "Get signature",
@@ -2438,7 +2621,7 @@
2438
2621
  }
2439
2622
  },
2440
2623
  {
2441
- "id": 211,
2624
+ "id": 216,
2442
2625
  "name": "boundwitness",
2443
2626
  "kind": 262144,
2444
2627
  "kindString": "Accessor",
@@ -2446,25 +2629,25 @@
2446
2629
  "sources": [
2447
2630
  {
2448
2631
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2449
- "line": 13,
2632
+ "line": 12,
2450
2633
  "character": 8
2451
2634
  }
2452
2635
  ],
2453
2636
  "getSignature": {
2454
- "id": 212,
2637
+ "id": 217,
2455
2638
  "name": "boundwitness",
2456
2639
  "kind": 524288,
2457
2640
  "kindString": "Get signature",
2458
2641
  "flags": {},
2459
2642
  "type": {
2460
2643
  "type": "reference",
2461
- "id": 199,
2644
+ "id": 204,
2462
2645
  "name": "TBoundWitness"
2463
2646
  }
2464
2647
  }
2465
2648
  },
2466
2649
  {
2467
- "id": 213,
2650
+ "id": 218,
2468
2651
  "name": "errors",
2469
2652
  "kind": 262144,
2470
2653
  "kindString": "Accessor",
@@ -2472,12 +2655,12 @@
2472
2655
  "sources": [
2473
2656
  {
2474
2657
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2475
- "line": 14,
2658
+ "line": 13,
2476
2659
  "character": 8
2477
2660
  }
2478
2661
  ],
2479
2662
  "getSignature": {
2480
- "id": 214,
2663
+ "id": 219,
2481
2664
  "name": "errors",
2482
2665
  "kind": 524288,
2483
2666
  "kindString": "Get signature",
@@ -2502,7 +2685,7 @@
2502
2685
  }
2503
2686
  },
2504
2687
  {
2505
- "id": 254,
2688
+ "id": 259,
2506
2689
  "name": "hash",
2507
2690
  "kind": 262144,
2508
2691
  "kindString": "Accessor",
@@ -2515,7 +2698,7 @@
2515
2698
  }
2516
2699
  ],
2517
2700
  "getSignature": {
2518
- "id": 255,
2701
+ "id": 260,
2519
2702
  "name": "hash",
2520
2703
  "kind": 524288,
2521
2704
  "kindString": "Get signature",
@@ -2535,7 +2718,7 @@
2535
2718
  }
2536
2719
  },
2537
2720
  {
2538
- "id": 256,
2721
+ "id": 261,
2539
2722
  "name": "hashFields",
2540
2723
  "kind": 262144,
2541
2724
  "kindString": "Accessor",
@@ -2548,7 +2731,7 @@
2548
2731
  }
2549
2732
  ],
2550
2733
  "getSignature": {
2551
- "id": 257,
2734
+ "id": 262,
2552
2735
  "name": "hashFields",
2553
2736
  "kind": 524288,
2554
2737
  "kindString": "Get signature",
@@ -2568,7 +2751,7 @@
2568
2751
  }
2569
2752
  },
2570
2753
  {
2571
- "id": 215,
2754
+ "id": 220,
2572
2755
  "name": "missingPayloads",
2573
2756
  "kind": 262144,
2574
2757
  "kindString": "Accessor",
@@ -2576,12 +2759,12 @@
2576
2759
  "sources": [
2577
2760
  {
2578
2761
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2579
- "line": 15,
2762
+ "line": 14,
2580
2763
  "character": 8
2581
2764
  }
2582
2765
  ],
2583
2766
  "getSignature": {
2584
- "id": 216,
2767
+ "id": 221,
2585
2768
  "name": "missingPayloads",
2586
2769
  "kind": 524288,
2587
2770
  "kindString": "Get signature",
@@ -2596,7 +2779,7 @@
2596
2779
  }
2597
2780
  },
2598
2781
  {
2599
- "id": 244,
2782
+ "id": 249,
2600
2783
  "name": "payload",
2601
2784
  "kind": 262144,
2602
2785
  "kindString": "Accessor",
@@ -2604,12 +2787,12 @@
2604
2787
  "sources": [
2605
2788
  {
2606
2789
  "fileName": "payload/packages/wrapper/dist/esm/Wrapper.d.ts",
2607
- "line": 8,
2790
+ "line": 9,
2608
2791
  "character": 8
2609
2792
  }
2610
2793
  ],
2611
2794
  "getSignature": {
2612
- "id": 245,
2795
+ "id": 250,
2613
2796
  "name": "payload",
2614
2797
  "kind": 524288,
2615
2798
  "kindString": "Get signature",
@@ -2629,7 +2812,7 @@
2629
2812
  }
2630
2813
  },
2631
2814
  {
2632
- "id": 217,
2815
+ "id": 222,
2633
2816
  "name": "payloadHashes",
2634
2817
  "kind": 262144,
2635
2818
  "kindString": "Accessor",
@@ -2637,12 +2820,12 @@
2637
2820
  "sources": [
2638
2821
  {
2639
2822
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2640
- "line": 16,
2823
+ "line": 15,
2641
2824
  "character": 8
2642
2825
  }
2643
2826
  ],
2644
2827
  "getSignature": {
2645
- "id": 218,
2828
+ "id": 223,
2646
2829
  "name": "payloadHashes",
2647
2830
  "kind": 524288,
2648
2831
  "kindString": "Get signature",
@@ -2657,7 +2840,7 @@
2657
2840
  }
2658
2841
  },
2659
2842
  {
2660
- "id": 219,
2843
+ "id": 224,
2661
2844
  "name": "payloadSchemas",
2662
2845
  "kind": 262144,
2663
2846
  "kindString": "Accessor",
@@ -2665,12 +2848,12 @@
2665
2848
  "sources": [
2666
2849
  {
2667
2850
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2668
- "line": 17,
2851
+ "line": 16,
2669
2852
  "character": 8
2670
2853
  }
2671
2854
  ],
2672
2855
  "getSignature": {
2673
- "id": 220,
2856
+ "id": 225,
2674
2857
  "name": "payloadSchemas",
2675
2858
  "kind": 524288,
2676
2859
  "kindString": "Get signature",
@@ -2685,7 +2868,7 @@
2685
2868
  }
2686
2869
  },
2687
2870
  {
2688
- "id": 221,
2871
+ "id": 226,
2689
2872
  "name": "payloads",
2690
2873
  "kind": 262144,
2691
2874
  "kindString": "Accessor",
@@ -2693,17 +2876,17 @@
2693
2876
  "sources": [
2694
2877
  {
2695
2878
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2696
- "line": 18,
2879
+ "line": 17,
2697
2880
  "character": 8
2698
2881
  },
2699
2882
  {
2700
2883
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2701
- "line": 19,
2884
+ "line": 18,
2702
2885
  "character": 8
2703
2886
  }
2704
2887
  ],
2705
2888
  "getSignature": {
2706
- "id": 222,
2889
+ "id": 227,
2707
2890
  "name": "payloads",
2708
2891
  "kind": 524288,
2709
2892
  "kindString": "Get signature",
@@ -2720,7 +2903,7 @@
2720
2903
  "typeArguments": [
2721
2904
  {
2722
2905
  "type": "reference",
2723
- "id": 204,
2906
+ "id": 209,
2724
2907
  "name": "TPayload"
2725
2908
  }
2726
2909
  ],
@@ -2733,14 +2916,14 @@
2733
2916
  }
2734
2917
  },
2735
2918
  "setSignature": {
2736
- "id": 223,
2919
+ "id": 228,
2737
2920
  "name": "payloads",
2738
2921
  "kind": 1048576,
2739
2922
  "kindString": "Set signature",
2740
2923
  "flags": {},
2741
2924
  "parameters": [
2742
2925
  {
2743
- "id": 224,
2926
+ "id": 229,
2744
2927
  "name": "payloads",
2745
2928
  "kind": 32768,
2746
2929
  "kindString": "Parameter",
@@ -2764,7 +2947,7 @@
2764
2947
  "typeArguments": [
2765
2948
  {
2766
2949
  "type": "reference",
2767
- "id": 204,
2950
+ "id": 209,
2768
2951
  "name": "TPayload"
2769
2952
  }
2770
2953
  ],
@@ -2782,7 +2965,7 @@
2782
2965
  "types": [
2783
2966
  {
2784
2967
  "type": "reference",
2785
- "id": 204,
2968
+ "id": 209,
2786
2969
  "name": "TPayload"
2787
2970
  },
2788
2971
  {
@@ -2790,7 +2973,7 @@
2790
2973
  "typeArguments": [
2791
2974
  {
2792
2975
  "type": "reference",
2793
- "id": 204,
2976
+ "id": 209,
2794
2977
  "name": "TPayload"
2795
2978
  }
2796
2979
  ],
@@ -2810,7 +2993,7 @@
2810
2993
  }
2811
2994
  },
2812
2995
  {
2813
- "id": 225,
2996
+ "id": 230,
2814
2997
  "name": "payloadsArray",
2815
2998
  "kind": 262144,
2816
2999
  "kindString": "Accessor",
@@ -2818,12 +3001,12 @@
2818
3001
  "sources": [
2819
3002
  {
2820
3003
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2821
- "line": 20,
3004
+ "line": 19,
2822
3005
  "character": 8
2823
3006
  }
2824
3007
  ],
2825
3008
  "getSignature": {
2826
- "id": 226,
3009
+ "id": 231,
2827
3010
  "name": "payloadsArray",
2828
3011
  "kind": 524288,
2829
3012
  "kindString": "Get signature",
@@ -2835,7 +3018,7 @@
2835
3018
  "typeArguments": [
2836
3019
  {
2837
3020
  "type": "reference",
2838
- "id": 204,
3021
+ "id": 209,
2839
3022
  "name": "TPayload"
2840
3023
  }
2841
3024
  ],
@@ -2845,7 +3028,7 @@
2845
3028
  }
2846
3029
  },
2847
3030
  {
2848
- "id": 246,
3031
+ "id": 251,
2849
3032
  "name": "previousHash",
2850
3033
  "kind": 262144,
2851
3034
  "kindString": "Accessor",
@@ -2853,12 +3036,12 @@
2853
3036
  "sources": [
2854
3037
  {
2855
3038
  "fileName": "payload/packages/wrapper/dist/esm/Wrapper.d.ts",
2856
- "line": 9,
3039
+ "line": 10,
2857
3040
  "character": 8
2858
3041
  }
2859
3042
  ],
2860
3043
  "getSignature": {
2861
- "id": 247,
3044
+ "id": 252,
2862
3045
  "name": "previousHash",
2863
3046
  "kind": 524288,
2864
3047
  "kindString": "Get signature",
@@ -2878,7 +3061,7 @@
2878
3061
  }
2879
3062
  },
2880
3063
  {
2881
- "id": 227,
3064
+ "id": 232,
2882
3065
  "name": "previousHashes",
2883
3066
  "kind": 262144,
2884
3067
  "kindString": "Accessor",
@@ -2886,12 +3069,12 @@
2886
3069
  "sources": [
2887
3070
  {
2888
3071
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
2889
- "line": 21,
3072
+ "line": 20,
2890
3073
  "character": 8
2891
3074
  }
2892
3075
  ],
2893
3076
  "getSignature": {
2894
- "id": 228,
3077
+ "id": 233,
2895
3078
  "name": "previousHashes",
2896
3079
  "kind": 524288,
2897
3080
  "kindString": "Get signature",
@@ -2915,7 +3098,7 @@
2915
3098
  }
2916
3099
  },
2917
3100
  {
2918
- "id": 248,
3101
+ "id": 253,
2919
3102
  "name": "schema",
2920
3103
  "kind": 262144,
2921
3104
  "kindString": "Accessor",
@@ -2923,12 +3106,12 @@
2923
3106
  "sources": [
2924
3107
  {
2925
3108
  "fileName": "payload/packages/wrapper/dist/esm/Wrapper.d.ts",
2926
- "line": 10,
3109
+ "line": 11,
2927
3110
  "character": 8
2928
3111
  }
2929
3112
  ],
2930
3113
  "getSignature": {
2931
- "id": 249,
3114
+ "id": 254,
2932
3115
  "name": "schema",
2933
3116
  "kind": 524288,
2934
3117
  "kindString": "Get signature",
@@ -2948,7 +3131,7 @@
2948
3131
  }
2949
3132
  },
2950
3133
  {
2951
- "id": 250,
3134
+ "id": 255,
2952
3135
  "name": "schemaName",
2953
3136
  "kind": 262144,
2954
3137
  "kindString": "Accessor",
@@ -2956,12 +3139,12 @@
2956
3139
  "sources": [
2957
3140
  {
2958
3141
  "fileName": "payload/packages/wrapper/dist/esm/Wrapper.d.ts",
2959
- "line": 11,
3142
+ "line": 12,
2960
3143
  "character": 8
2961
3144
  }
2962
3145
  ],
2963
3146
  "getSignature": {
2964
- "id": 251,
3147
+ "id": 256,
2965
3148
  "name": "schemaName",
2966
3149
  "kind": 524288,
2967
3150
  "kindString": "Get signature",
@@ -2981,7 +3164,7 @@
2981
3164
  }
2982
3165
  },
2983
3166
  {
2984
- "id": 261,
3167
+ "id": 266,
2985
3168
  "name": "stringKeyObj",
2986
3169
  "kind": 262144,
2987
3170
  "kindString": "Accessor",
@@ -2996,7 +3179,7 @@
2996
3179
  }
2997
3180
  ],
2998
3181
  "getSignature": {
2999
- "id": 262,
3182
+ "id": 267,
3000
3183
  "name": "stringKeyObj",
3001
3184
  "kind": 524288,
3002
3185
  "kindString": "Get signature",
@@ -3016,7 +3199,7 @@
3016
3199
  }
3017
3200
  },
3018
3201
  {
3019
- "id": 258,
3202
+ "id": 263,
3020
3203
  "name": "stringified",
3021
3204
  "kind": 262144,
3022
3205
  "kindString": "Accessor",
@@ -3029,7 +3212,7 @@
3029
3212
  }
3030
3213
  ],
3031
3214
  "getSignature": {
3032
- "id": 259,
3215
+ "id": 264,
3033
3216
  "name": "stringified",
3034
3217
  "kind": 524288,
3035
3218
  "kindString": "Get signature",
@@ -3049,7 +3232,7 @@
3049
3232
  }
3050
3233
  },
3051
3234
  {
3052
- "id": 252,
3235
+ "id": 257,
3053
3236
  "name": "valid",
3054
3237
  "kind": 262144,
3055
3238
  "kindString": "Accessor",
@@ -3057,12 +3240,12 @@
3057
3240
  "sources": [
3058
3241
  {
3059
3242
  "fileName": "payload/packages/wrapper/dist/esm/Wrapper.d.ts",
3060
- "line": 12,
3243
+ "line": 13,
3061
3244
  "character": 8
3062
3245
  }
3063
3246
  ],
3064
3247
  "getSignature": {
3065
- "id": 253,
3248
+ "id": 258,
3066
3249
  "name": "valid",
3067
3250
  "kind": 524288,
3068
3251
  "kindString": "Get signature",
@@ -3082,7 +3265,7 @@
3082
3265
  }
3083
3266
  },
3084
3267
  {
3085
- "id": 229,
3268
+ "id": 234,
3086
3269
  "name": "dig",
3087
3270
  "kind": 2048,
3088
3271
  "kindString": "Method",
@@ -3090,20 +3273,20 @@
3090
3273
  "sources": [
3091
3274
  {
3092
3275
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3093
- "line": 28,
3276
+ "line": 27,
3094
3277
  "character": 4
3095
3278
  }
3096
3279
  ],
3097
3280
  "signatures": [
3098
3281
  {
3099
- "id": 230,
3282
+ "id": 235,
3100
3283
  "name": "dig",
3101
3284
  "kind": 4096,
3102
3285
  "kindString": "Call signature",
3103
3286
  "flags": {},
3104
3287
  "parameters": [
3105
3288
  {
3106
- "id": 231,
3289
+ "id": 236,
3107
3290
  "name": "depth",
3108
3291
  "kind": 32768,
3109
3292
  "kindString": "Parameter",
@@ -3118,11 +3301,11 @@
3118
3301
  ],
3119
3302
  "type": {
3120
3303
  "type": "reference",
3121
- "id": 158,
3304
+ "id": 165,
3122
3305
  "typeArguments": [
3123
3306
  {
3124
3307
  "type": "reference",
3125
- "id": 199,
3308
+ "id": 204,
3126
3309
  "name": "TBoundWitness"
3127
3310
  },
3128
3311
  {
@@ -3139,14 +3322,14 @@
3139
3322
  {
3140
3323
  "type": "reflection",
3141
3324
  "declaration": {
3142
- "id": 232,
3325
+ "id": 237,
3143
3326
  "name": "__type",
3144
3327
  "kind": 65536,
3145
3328
  "kindString": "Type literal",
3146
3329
  "flags": {},
3147
3330
  "children": [
3148
3331
  {
3149
- "id": 233,
3332
+ "id": 238,
3150
3333
  "name": "schema",
3151
3334
  "kind": 1024,
3152
3335
  "kindString": "Property",
@@ -3168,7 +3351,7 @@
3168
3351
  {
3169
3352
  "title": "Properties",
3170
3353
  "children": [
3171
- 233
3354
+ 238
3172
3355
  ]
3173
3356
  }
3174
3357
  ],
@@ -3190,7 +3373,7 @@
3190
3373
  ]
3191
3374
  },
3192
3375
  {
3193
- "id": 234,
3376
+ "id": 239,
3194
3377
  "name": "payloadsBySchema",
3195
3378
  "kind": 2048,
3196
3379
  "kindString": "Method",
@@ -3198,20 +3381,20 @@
3198
3381
  "sources": [
3199
3382
  {
3200
3383
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3201
- "line": 29,
3384
+ "line": 28,
3202
3385
  "character": 4
3203
3386
  }
3204
3387
  ],
3205
3388
  "signatures": [
3206
3389
  {
3207
- "id": 235,
3390
+ "id": 240,
3208
3391
  "name": "payloadsBySchema",
3209
3392
  "kind": 4096,
3210
3393
  "kindString": "Call signature",
3211
3394
  "flags": {},
3212
3395
  "parameters": [
3213
3396
  {
3214
- "id": 236,
3397
+ "id": 241,
3215
3398
  "name": "schema",
3216
3399
  "kind": 32768,
3217
3400
  "kindString": "Parameter",
@@ -3229,7 +3412,7 @@
3229
3412
  "typeArguments": [
3230
3413
  {
3231
3414
  "type": "reference",
3232
- "id": 204,
3415
+ "id": 209,
3233
3416
  "name": "TPayload"
3234
3417
  }
3235
3418
  ],
@@ -3240,7 +3423,7 @@
3240
3423
  ]
3241
3424
  },
3242
3425
  {
3243
- "id": 237,
3426
+ "id": 242,
3244
3427
  "name": "prev",
3245
3428
  "kind": 2048,
3246
3429
  "kindString": "Method",
@@ -3248,20 +3431,20 @@
3248
3431
  "sources": [
3249
3432
  {
3250
3433
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3251
- "line": 30,
3434
+ "line": 29,
3252
3435
  "character": 4
3253
3436
  }
3254
3437
  ],
3255
3438
  "signatures": [
3256
3439
  {
3257
- "id": 238,
3440
+ "id": 243,
3258
3441
  "name": "prev",
3259
3442
  "kind": 4096,
3260
3443
  "kindString": "Call signature",
3261
3444
  "flags": {},
3262
3445
  "parameters": [
3263
3446
  {
3264
- "id": 239,
3447
+ "id": 244,
3265
3448
  "name": "address",
3266
3449
  "kind": 32768,
3267
3450
  "kindString": "Parameter",
@@ -3289,7 +3472,7 @@
3289
3472
  ]
3290
3473
  },
3291
3474
  {
3292
- "id": 240,
3475
+ "id": 245,
3293
3476
  "name": "toResult",
3294
3477
  "kind": 2048,
3295
3478
  "kindString": "Method",
@@ -3297,13 +3480,13 @@
3297
3480
  "sources": [
3298
3481
  {
3299
3482
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3300
- "line": 31,
3483
+ "line": 30,
3301
3484
  "character": 4
3302
3485
  }
3303
3486
  ],
3304
3487
  "signatures": [
3305
3488
  {
3306
- "id": 241,
3489
+ "id": 246,
3307
3490
  "name": "toResult",
3308
3491
  "kind": 4096,
3309
3492
  "kindString": "Call signature",
@@ -3315,14 +3498,14 @@
3315
3498
  "types": [
3316
3499
  {
3317
3500
  "type": "reference",
3318
- "id": 199,
3501
+ "id": 204,
3319
3502
  "name": "TBoundWitness"
3320
3503
  },
3321
3504
  {
3322
3505
  "type": "array",
3323
3506
  "elementType": {
3324
3507
  "type": "reference",
3325
- "id": 204,
3508
+ "id": 209,
3326
3509
  "name": "TPayload"
3327
3510
  }
3328
3511
  }
@@ -3333,7 +3516,7 @@
3333
3516
  ]
3334
3517
  },
3335
3518
  {
3336
- "id": 181,
3519
+ "id": 186,
3337
3520
  "name": "hash",
3338
3521
  "kind": 2048,
3339
3522
  "kindString": "Method",
@@ -3349,14 +3532,14 @@
3349
3532
  ],
3350
3533
  "signatures": [
3351
3534
  {
3352
- "id": 182,
3535
+ "id": 187,
3353
3536
  "name": "hash",
3354
3537
  "kind": 4096,
3355
3538
  "kindString": "Call signature",
3356
3539
  "flags": {},
3357
3540
  "typeParameter": [
3358
3541
  {
3359
- "id": 183,
3542
+ "id": 188,
3360
3543
  "name": "T",
3361
3544
  "kind": 131072,
3362
3545
  "kindString": "Type parameter",
@@ -3369,14 +3552,14 @@
3369
3552
  ],
3370
3553
  "parameters": [
3371
3554
  {
3372
- "id": 184,
3555
+ "id": 189,
3373
3556
  "name": "obj",
3374
3557
  "kind": 32768,
3375
3558
  "kindString": "Parameter",
3376
3559
  "flags": {},
3377
3560
  "type": {
3378
3561
  "type": "reference",
3379
- "id": 183,
3562
+ "id": 188,
3380
3563
  "name": "T"
3381
3564
  }
3382
3565
  }
@@ -3397,7 +3580,7 @@
3397
3580
  }
3398
3581
  },
3399
3582
  {
3400
- "id": 185,
3583
+ "id": 190,
3401
3584
  "name": "hashFields",
3402
3585
  "kind": 2048,
3403
3586
  "kindString": "Method",
@@ -3413,14 +3596,14 @@
3413
3596
  ],
3414
3597
  "signatures": [
3415
3598
  {
3416
- "id": 186,
3599
+ "id": 191,
3417
3600
  "name": "hashFields",
3418
3601
  "kind": 4096,
3419
3602
  "kindString": "Call signature",
3420
3603
  "flags": {},
3421
3604
  "typeParameter": [
3422
3605
  {
3423
- "id": 187,
3606
+ "id": 192,
3424
3607
  "name": "T",
3425
3608
  "kind": 131072,
3426
3609
  "kindString": "Type parameter",
@@ -3433,21 +3616,21 @@
3433
3616
  ],
3434
3617
  "parameters": [
3435
3618
  {
3436
- "id": 188,
3619
+ "id": 193,
3437
3620
  "name": "obj",
3438
3621
  "kind": 32768,
3439
3622
  "kindString": "Parameter",
3440
3623
  "flags": {},
3441
3624
  "type": {
3442
3625
  "type": "reference",
3443
- "id": 187,
3626
+ "id": 192,
3444
3627
  "name": "T"
3445
3628
  }
3446
3629
  }
3447
3630
  ],
3448
3631
  "type": {
3449
3632
  "type": "reference",
3450
- "id": 187,
3633
+ "id": 192,
3451
3634
  "name": "T"
3452
3635
  },
3453
3636
  "inheritedFrom": {
@@ -3462,7 +3645,7 @@
3462
3645
  }
3463
3646
  },
3464
3647
  {
3465
- "id": 159,
3648
+ "id": 166,
3466
3649
  "name": "load",
3467
3650
  "kind": 2048,
3468
3651
  "kindString": "Method",
@@ -3472,96 +3655,27 @@
3472
3655
  "sources": [
3473
3656
  {
3474
3657
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3475
- "line": 22,
3658
+ "line": 21,
3476
3659
  "character": 11
3477
3660
  }
3478
3661
  ],
3479
3662
  "signatures": [
3480
3663
  {
3481
- "id": 160,
3664
+ "id": 167,
3482
3665
  "name": "load",
3483
3666
  "kind": 4096,
3484
3667
  "kindString": "Call signature",
3485
3668
  "flags": {},
3486
3669
  "parameters": [
3487
3670
  {
3488
- "id": 161,
3671
+ "id": 168,
3489
3672
  "name": "address",
3490
3673
  "kind": 32768,
3491
3674
  "kindString": "Parameter",
3492
3675
  "flags": {},
3493
3676
  "type": {
3494
- "type": "union",
3495
- "types": [
3496
- {
3497
- "type": "reference",
3498
- "name": "DataLike"
3499
- },
3500
- {
3501
- "type": "reference",
3502
- "typeArguments": [
3503
- {
3504
- "type": "intersection",
3505
- "types": [
3506
- {
3507
- "type": "reference",
3508
- "name": "SchemaFields"
3509
- },
3510
- {
3511
- "type": "reference",
3512
- "name": "PayloadFields"
3513
- },
3514
- {
3515
- "type": "reflection",
3516
- "declaration": {
3517
- "id": 162,
3518
- "name": "__type",
3519
- "kind": 65536,
3520
- "kindString": "Type literal",
3521
- "flags": {},
3522
- "children": [
3523
- {
3524
- "id": 163,
3525
- "name": "schema",
3526
- "kind": 1024,
3527
- "kindString": "Property",
3528
- "flags": {},
3529
- "sources": [
3530
- {
3531
- "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
3532
- "line": 19,
3533
- "character": 4
3534
- }
3535
- ],
3536
- "type": {
3537
- "type": "intrinsic",
3538
- "name": "string"
3539
- }
3540
- }
3541
- ],
3542
- "groups": [
3543
- {
3544
- "title": "Properties",
3545
- "children": [
3546
- 163
3547
- ]
3548
- }
3549
- ],
3550
- "sources": [
3551
- {
3552
- "fileName": "payload/packages/model/dist/esm/XyoPayload.d.ts",
3553
- "line": 18,
3554
- "character": 17
3555
- }
3556
- ]
3557
- }
3558
- }
3559
- ]
3560
- }
3561
- ],
3562
- "name": "Huri"
3563
- }
3564
- ]
3677
+ "type": "reference",
3678
+ "name": "DataLike"
3565
3679
  }
3566
3680
  }
3567
3681
  ],
@@ -3577,7 +3691,7 @@
3577
3691
  },
3578
3692
  {
3579
3693
  "type": "reference",
3580
- "id": 158,
3694
+ "id": 165,
3581
3695
  "typeArguments": [
3582
3696
  {
3583
3697
  "type": "intersection",
@@ -3598,14 +3712,14 @@
3598
3712
  {
3599
3713
  "type": "reflection",
3600
3714
  "declaration": {
3601
- "id": 164,
3715
+ "id": 169,
3602
3716
  "name": "__type",
3603
3717
  "kind": 65536,
3604
3718
  "kindString": "Type literal",
3605
3719
  "flags": {},
3606
3720
  "children": [
3607
3721
  {
3608
- "id": 165,
3722
+ "id": 170,
3609
3723
  "name": "schema",
3610
3724
  "kind": 1024,
3611
3725
  "kindString": "Property",
@@ -3613,7 +3727,7 @@
3613
3727
  "sources": [
3614
3728
  {
3615
3729
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3616
- "line": 23,
3730
+ "line": 22,
3617
3731
  "character": 8
3618
3732
  }
3619
3733
  ],
@@ -3627,15 +3741,15 @@
3627
3741
  {
3628
3742
  "title": "Properties",
3629
3743
  "children": [
3630
- 165
3744
+ 170
3631
3745
  ]
3632
3746
  }
3633
3747
  ],
3634
3748
  "sources": [
3635
3749
  {
3636
3750
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3637
- "line": 22,
3638
- "character": 242
3751
+ "line": 21,
3752
+ "character": 235
3639
3753
  }
3640
3754
  ]
3641
3755
  }
@@ -3656,14 +3770,14 @@
3656
3770
  {
3657
3771
  "type": "reflection",
3658
3772
  "declaration": {
3659
- "id": 166,
3773
+ "id": 171,
3660
3774
  "name": "__type",
3661
3775
  "kind": 65536,
3662
3776
  "kindString": "Type literal",
3663
3777
  "flags": {},
3664
3778
  "children": [
3665
3779
  {
3666
- "id": 167,
3780
+ "id": 172,
3667
3781
  "name": "schema",
3668
3782
  "kind": 1024,
3669
3783
  "kindString": "Property",
@@ -3671,7 +3785,7 @@
3671
3785
  "sources": [
3672
3786
  {
3673
3787
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3674
- "line": 25,
3788
+ "line": 24,
3675
3789
  "character": 8
3676
3790
  }
3677
3791
  ],
@@ -3685,14 +3799,14 @@
3685
3799
  {
3686
3800
  "title": "Properties",
3687
3801
  "children": [
3688
- 167
3802
+ 172
3689
3803
  ]
3690
3804
  }
3691
3805
  ],
3692
3806
  "sources": [
3693
3807
  {
3694
3808
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3695
- "line": 24,
3809
+ "line": 23,
3696
3810
  "character": 112
3697
3811
  }
3698
3812
  ]
@@ -3722,7 +3836,7 @@
3722
3836
  }
3723
3837
  },
3724
3838
  {
3725
- "id": 168,
3839
+ "id": 173,
3726
3840
  "name": "parse",
3727
3841
  "kind": 2048,
3728
3842
  "kindString": "Method",
@@ -3732,20 +3846,20 @@
3732
3846
  "sources": [
3733
3847
  {
3734
3848
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
3735
- "line": 27,
3849
+ "line": 26,
3736
3850
  "character": 11
3737
3851
  }
3738
3852
  ],
3739
3853
  "signatures": [
3740
3854
  {
3741
- "id": 169,
3855
+ "id": 174,
3742
3856
  "name": "parse",
3743
3857
  "kind": 4096,
3744
3858
  "kindString": "Call signature",
3745
3859
  "flags": {},
3746
3860
  "typeParameter": [
3747
3861
  {
3748
- "id": 174,
3862
+ "id": 179,
3749
3863
  "name": "T",
3750
3864
  "kind": 131072,
3751
3865
  "kindString": "Type parameter",
@@ -3769,14 +3883,14 @@
3769
3883
  {
3770
3884
  "type": "reflection",
3771
3885
  "declaration": {
3772
- "id": 170,
3886
+ "id": 175,
3773
3887
  "name": "__type",
3774
3888
  "kind": 65536,
3775
3889
  "kindString": "Type literal",
3776
3890
  "flags": {},
3777
3891
  "children": [
3778
3892
  {
3779
- "id": 171,
3893
+ "id": 176,
3780
3894
  "name": "schema",
3781
3895
  "kind": 1024,
3782
3896
  "kindString": "Property",
@@ -3798,7 +3912,7 @@
3798
3912
  {
3799
3913
  "title": "Properties",
3800
3914
  "children": [
3801
- 171
3915
+ 176
3802
3916
  ]
3803
3917
  }
3804
3918
  ],
@@ -3832,14 +3946,14 @@
3832
3946
  {
3833
3947
  "type": "reflection",
3834
3948
  "declaration": {
3835
- "id": 172,
3949
+ "id": 177,
3836
3950
  "name": "__type",
3837
3951
  "kind": 65536,
3838
3952
  "kindString": "Type literal",
3839
3953
  "flags": {},
3840
3954
  "children": [
3841
3955
  {
3842
- "id": 173,
3956
+ "id": 178,
3843
3957
  "name": "schema",
3844
3958
  "kind": 1024,
3845
3959
  "kindString": "Property",
@@ -3861,7 +3975,7 @@
3861
3975
  {
3862
3976
  "title": "Properties",
3863
3977
  "children": [
3864
- 173
3978
+ 178
3865
3979
  ]
3866
3980
  }
3867
3981
  ],
@@ -3878,7 +3992,7 @@
3878
3992
  }
3879
3993
  },
3880
3994
  {
3881
- "id": 179,
3995
+ "id": 184,
3882
3996
  "name": "P",
3883
3997
  "kind": 131072,
3884
3998
  "kindString": "Type parameter",
@@ -3897,14 +4011,14 @@
3897
4011
  {
3898
4012
  "type": "reflection",
3899
4013
  "declaration": {
3900
- "id": 175,
4014
+ "id": 180,
3901
4015
  "name": "__type",
3902
4016
  "kind": 65536,
3903
4017
  "kindString": "Type literal",
3904
4018
  "flags": {},
3905
4019
  "children": [
3906
4020
  {
3907
- "id": 176,
4021
+ "id": 181,
3908
4022
  "name": "schema",
3909
4023
  "kind": 1024,
3910
4024
  "kindString": "Property",
@@ -3926,7 +4040,7 @@
3926
4040
  {
3927
4041
  "title": "Properties",
3928
4042
  "children": [
3929
- 176
4043
+ 181
3930
4044
  ]
3931
4045
  }
3932
4046
  ],
@@ -3955,14 +4069,14 @@
3955
4069
  {
3956
4070
  "type": "reflection",
3957
4071
  "declaration": {
3958
- "id": 177,
4072
+ "id": 182,
3959
4073
  "name": "__type",
3960
4074
  "kind": 65536,
3961
4075
  "kindString": "Type literal",
3962
4076
  "flags": {},
3963
4077
  "children": [
3964
4078
  {
3965
- "id": 178,
4079
+ "id": 183,
3966
4080
  "name": "schema",
3967
4081
  "kind": 1024,
3968
4082
  "kindString": "Property",
@@ -3984,7 +4098,7 @@
3984
4098
  {
3985
4099
  "title": "Properties",
3986
4100
  "children": [
3987
- 178
4101
+ 183
3988
4102
  ]
3989
4103
  }
3990
4104
  ],
@@ -4003,7 +4117,7 @@
4003
4117
  ],
4004
4118
  "parameters": [
4005
4119
  {
4006
- "id": 180,
4120
+ "id": 185,
4007
4121
  "name": "obj",
4008
4122
  "kind": 32768,
4009
4123
  "kindString": "Parameter",
@@ -4016,16 +4130,16 @@
4016
4130
  ],
4017
4131
  "type": {
4018
4132
  "type": "reference",
4019
- "id": 158,
4133
+ "id": 165,
4020
4134
  "typeArguments": [
4021
4135
  {
4022
4136
  "type": "reference",
4023
- "id": 174,
4137
+ "id": 179,
4024
4138
  "name": "T"
4025
4139
  },
4026
4140
  {
4027
4141
  "type": "reference",
4028
- "id": 179,
4142
+ "id": 184,
4029
4143
  "name": "P"
4030
4144
  }
4031
4145
  ],
@@ -4043,7 +4157,7 @@
4043
4157
  }
4044
4158
  },
4045
4159
  {
4046
- "id": 189,
4160
+ "id": 194,
4047
4161
  "name": "stringify",
4048
4162
  "kind": 2048,
4049
4163
  "kindString": "Method",
@@ -4059,14 +4173,14 @@
4059
4173
  ],
4060
4174
  "signatures": [
4061
4175
  {
4062
- "id": 190,
4176
+ "id": 195,
4063
4177
  "name": "stringify",
4064
4178
  "kind": 4096,
4065
4179
  "kindString": "Call signature",
4066
4180
  "flags": {},
4067
4181
  "typeParameter": [
4068
4182
  {
4069
- "id": 191,
4183
+ "id": 196,
4070
4184
  "name": "T",
4071
4185
  "kind": 131072,
4072
4186
  "kindString": "Type parameter",
@@ -4079,14 +4193,14 @@
4079
4193
  ],
4080
4194
  "parameters": [
4081
4195
  {
4082
- "id": 192,
4196
+ "id": 197,
4083
4197
  "name": "obj",
4084
4198
  "kind": 32768,
4085
4199
  "kindString": "Parameter",
4086
4200
  "flags": {},
4087
4201
  "type": {
4088
4202
  "type": "reference",
4089
- "id": 191,
4203
+ "id": 196,
4090
4204
  "name": "T"
4091
4205
  }
4092
4206
  }
@@ -4111,66 +4225,66 @@
4111
4225
  {
4112
4226
  "title": "Constructors",
4113
4227
  "children": [
4114
- 193
4228
+ 198
4115
4229
  ]
4116
4230
  },
4117
4231
  {
4118
4232
  "title": "Properties",
4119
4233
  "children": [
4120
- 207,
4121
- 208,
4122
- 260
4234
+ 212,
4235
+ 213,
4236
+ 265
4123
4237
  ]
4124
4238
  },
4125
4239
  {
4126
4240
  "title": "Accessors",
4127
4241
  "children": [
4128
- 209,
4129
- 242,
4130
- 211,
4131
- 213,
4132
- 254,
4133
- 256,
4134
- 215,
4135
- 244,
4136
- 217,
4137
- 219,
4138
- 221,
4139
- 225,
4140
- 246,
4141
- 227,
4142
- 248,
4143
- 250,
4242
+ 214,
4243
+ 247,
4244
+ 216,
4245
+ 218,
4246
+ 259,
4144
4247
  261,
4145
- 258,
4146
- 252
4248
+ 220,
4249
+ 249,
4250
+ 222,
4251
+ 224,
4252
+ 226,
4253
+ 230,
4254
+ 251,
4255
+ 232,
4256
+ 253,
4257
+ 255,
4258
+ 266,
4259
+ 263,
4260
+ 257
4147
4261
  ]
4148
4262
  },
4149
4263
  {
4150
4264
  "title": "Methods",
4151
4265
  "children": [
4152
- 229,
4153
4266
  234,
4154
- 237,
4155
- 240,
4156
- 181,
4157
- 185,
4158
- 159,
4159
- 168,
4160
- 189
4267
+ 239,
4268
+ 242,
4269
+ 245,
4270
+ 186,
4271
+ 190,
4272
+ 166,
4273
+ 173,
4274
+ 194
4161
4275
  ]
4162
4276
  }
4163
4277
  ],
4164
4278
  "sources": [
4165
4279
  {
4166
4280
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
4167
- "line": 6,
4281
+ "line": 5,
4168
4282
  "character": 21
4169
4283
  }
4170
4284
  ],
4171
4285
  "typeParameters": [
4172
4286
  {
4173
- "id": 265,
4287
+ "id": 270,
4174
4288
  "name": "TBoundWitness",
4175
4289
  "kind": 131072,
4176
4290
  "kindString": "Type parameter",
@@ -4182,14 +4296,14 @@
4182
4296
  {
4183
4297
  "type": "reflection",
4184
4298
  "declaration": {
4185
- "id": 263,
4299
+ "id": 268,
4186
4300
  "name": "__type",
4187
4301
  "kind": 65536,
4188
4302
  "kindString": "Type literal",
4189
4303
  "flags": {},
4190
4304
  "children": [
4191
4305
  {
4192
- "id": 264,
4306
+ "id": 269,
4193
4307
  "name": "schema",
4194
4308
  "kind": 1024,
4195
4309
  "kindString": "Property",
@@ -4197,7 +4311,7 @@
4197
4311
  "sources": [
4198
4312
  {
4199
4313
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
4200
- "line": 7,
4314
+ "line": 6,
4201
4315
  "character": 4
4202
4316
  }
4203
4317
  ],
@@ -4211,14 +4325,14 @@
4211
4325
  {
4212
4326
  "title": "Properties",
4213
4327
  "children": [
4214
- 264
4328
+ 269
4215
4329
  ]
4216
4330
  }
4217
4331
  ],
4218
4332
  "sources": [
4219
4333
  {
4220
4334
  "fileName": "boundwitness/packages/wrapper/dist/esm/Wrapper.d.ts",
4221
- "line": 6,
4335
+ "line": 5,
4222
4336
  "character": 79
4223
4337
  }
4224
4338
  ]
@@ -4234,7 +4348,7 @@
4234
4348
  }
4235
4349
  },
4236
4350
  {
4237
- "id": 266,
4351
+ "id": 271,
4238
4352
  "name": "TPayload",
4239
4353
  "kind": 131072,
4240
4354
  "kindString": "Type parameter",
@@ -4255,7 +4369,7 @@
4255
4369
  "typeArguments": [
4256
4370
  {
4257
4371
  "type": "reference",
4258
- "id": 199,
4372
+ "id": 204,
4259
4373
  "name": "TBoundWitness"
4260
4374
  }
4261
4375
  ],
@@ -5607,7 +5721,7 @@
5607
5721
  "children": [
5608
5722
  5,
5609
5723
  113,
5610
- 158
5724
+ 165
5611
5725
  ]
5612
5726
  },
5613
5727
  {
@@ -5643,7 +5757,7 @@
5643
5757
  "fileName": "boundwitness/src/index.ts",
5644
5758
  "line": 1,
5645
5759
  "character": 0,
5646
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/40f316a9a/packages/protocol/packages/boundwitness/src/index.ts#L1"
5760
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/12ad73647/packages/protocol/packages/boundwitness/src/index.ts#L1"
5647
5761
  }
5648
5762
  ]
5649
5763
  }