@xyo-network/node 2.32.0 → 2.33.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/MemoryNode.d.ts +6 -3
- package/dist/cjs/MemoryNode.d.ts.map +1 -1
- package/dist/cjs/MemoryNode.js +30 -10
- package/dist/cjs/MemoryNode.js.map +1 -1
- package/dist/cjs/Node.d.ts +2 -2
- package/dist/cjs/Node.d.ts.map +1 -1
- package/dist/cjs/XyoNode.d.ts +7 -4
- package/dist/cjs/XyoNode.d.ts.map +1 -1
- package/dist/cjs/XyoNode.js +11 -3
- package/dist/cjs/XyoNode.js.map +1 -1
- package/dist/cjs/XyoNodeWrapper.d.ts +1 -1
- package/dist/cjs/XyoNodeWrapper.d.ts.map +1 -1
- package/dist/cjs/XyoNodeWrapper.js +1 -1
- package/dist/cjs/XyoNodeWrapper.js.map +1 -1
- package/dist/cjs/cli/index.d.ts +2 -0
- package/dist/cjs/cli/index.d.ts.map +1 -0
- package/dist/cjs/cli/index.js +56 -0
- package/dist/cjs/cli/index.js.map +1 -0
- package/dist/cjs/cli/terminal.d.ts +2 -0
- package/dist/cjs/cli/terminal.d.ts.map +1 -0
- package/dist/cjs/cli/terminal.js +37 -0
- package/dist/cjs/cli/terminal.js.map +1 -0
- package/dist/cjs/cli/xyo_logo_black.png +0 -0
- package/dist/docs.json +1833 -1128
- package/dist/esm/MemoryNode.d.ts +6 -3
- package/dist/esm/MemoryNode.d.ts.map +1 -1
- package/dist/esm/MemoryNode.js +29 -10
- package/dist/esm/MemoryNode.js.map +1 -1
- package/dist/esm/Node.d.ts +2 -2
- package/dist/esm/Node.d.ts.map +1 -1
- package/dist/esm/XyoNode.d.ts +7 -4
- package/dist/esm/XyoNode.d.ts.map +1 -1
- package/dist/esm/XyoNode.js +11 -3
- package/dist/esm/XyoNode.js.map +1 -1
- package/dist/esm/XyoNodeWrapper.d.ts +1 -1
- package/dist/esm/XyoNodeWrapper.d.ts.map +1 -1
- package/dist/esm/XyoNodeWrapper.js +1 -1
- package/dist/esm/XyoNodeWrapper.js.map +1 -1
- package/dist/esm/cli/index.d.ts +2 -0
- package/dist/esm/cli/index.d.ts.map +1 -0
- package/dist/esm/cli/index.js +53 -0
- package/dist/esm/cli/index.js.map +1 -0
- package/dist/esm/cli/terminal.d.ts +2 -0
- package/dist/esm/cli/terminal.d.ts.map +1 -0
- package/dist/esm/cli/terminal.js +32 -0
- package/dist/esm/cli/terminal.js.map +1 -0
- package/dist/esm/cli/xyo_logo_black.png +0 -0
- package/package.json +23 -5
- package/src/MemoryNode.spec.ts +3 -8
- package/src/MemoryNode.ts +32 -10
- package/src/Node.ts +2 -2
- package/src/XyoNode.ts +15 -6
- package/src/XyoNodeWrapper.ts +1 -1
- package/src/cli/index.ts +69 -0
- package/src/cli/terminal.ts +36 -0
- package/src/cli/types/images.d.ts +5 -0
- package/src/cli/xyo_logo_black.png +0 -0
package/dist/docs.json
CHANGED
|
@@ -1257,392 +1257,8 @@
|
|
|
1257
1257
|
"isOptional": true
|
|
1258
1258
|
},
|
|
1259
1259
|
"type": {
|
|
1260
|
-
"type": "
|
|
1261
|
-
"
|
|
1262
|
-
"id": 96,
|
|
1263
|
-
"name": "__type",
|
|
1264
|
-
"kind": 65536,
|
|
1265
|
-
"kindString": "Type literal",
|
|
1266
|
-
"flags": {},
|
|
1267
|
-
"sources": [
|
|
1268
|
-
{
|
|
1269
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
1270
|
-
"line": 12,
|
|
1271
|
-
"character": 67
|
|
1272
|
-
}
|
|
1273
|
-
],
|
|
1274
|
-
"signatures": [
|
|
1275
|
-
{
|
|
1276
|
-
"id": 97,
|
|
1277
|
-
"name": "__type",
|
|
1278
|
-
"kind": 4096,
|
|
1279
|
-
"kindString": "Call signature",
|
|
1280
|
-
"flags": {},
|
|
1281
|
-
"parameters": [
|
|
1282
|
-
{
|
|
1283
|
-
"id": 98,
|
|
1284
|
-
"name": "address",
|
|
1285
|
-
"kind": 32768,
|
|
1286
|
-
"kindString": "Parameter",
|
|
1287
|
-
"flags": {},
|
|
1288
|
-
"type": {
|
|
1289
|
-
"type": "intrinsic",
|
|
1290
|
-
"name": "string"
|
|
1291
|
-
}
|
|
1292
|
-
}
|
|
1293
|
-
],
|
|
1294
|
-
"type": {
|
|
1295
|
-
"type": "reference",
|
|
1296
|
-
"typeArguments": [
|
|
1297
|
-
{
|
|
1298
|
-
"type": "reflection",
|
|
1299
|
-
"declaration": {
|
|
1300
|
-
"id": 99,
|
|
1301
|
-
"name": "__type",
|
|
1302
|
-
"kind": 65536,
|
|
1303
|
-
"kindString": "Type literal",
|
|
1304
|
-
"flags": {},
|
|
1305
|
-
"children": [
|
|
1306
|
-
{
|
|
1307
|
-
"id": 101,
|
|
1308
|
-
"name": "previousHash",
|
|
1309
|
-
"kind": 1024,
|
|
1310
|
-
"kindString": "Property",
|
|
1311
|
-
"flags": {
|
|
1312
|
-
"isOptional": true
|
|
1313
|
-
},
|
|
1314
|
-
"sources": [
|
|
1315
|
-
{
|
|
1316
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1317
|
-
"line": 9,
|
|
1318
|
-
"character": 4
|
|
1319
|
-
}
|
|
1320
|
-
],
|
|
1321
|
-
"type": {
|
|
1322
|
-
"type": "intrinsic",
|
|
1323
|
-
"name": "string"
|
|
1324
|
-
}
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
"id": 100,
|
|
1328
|
-
"name": "schema",
|
|
1329
|
-
"kind": 1024,
|
|
1330
|
-
"kindString": "Property",
|
|
1331
|
-
"flags": {},
|
|
1332
|
-
"sources": [
|
|
1333
|
-
{
|
|
1334
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1335
|
-
"line": 8,
|
|
1336
|
-
"character": 4
|
|
1337
|
-
}
|
|
1338
|
-
],
|
|
1339
|
-
"type": {
|
|
1340
|
-
"type": "intrinsic",
|
|
1341
|
-
"name": "string"
|
|
1342
|
-
}
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"id": 102,
|
|
1346
|
-
"name": "sources",
|
|
1347
|
-
"kind": 1024,
|
|
1348
|
-
"kindString": "Property",
|
|
1349
|
-
"flags": {
|
|
1350
|
-
"isOptional": true
|
|
1351
|
-
},
|
|
1352
|
-
"sources": [
|
|
1353
|
-
{
|
|
1354
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1355
|
-
"line": 10,
|
|
1356
|
-
"character": 4
|
|
1357
|
-
}
|
|
1358
|
-
],
|
|
1359
|
-
"type": {
|
|
1360
|
-
"type": "array",
|
|
1361
|
-
"elementType": {
|
|
1362
|
-
"type": "intrinsic",
|
|
1363
|
-
"name": "string"
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"id": 103,
|
|
1369
|
-
"name": "timestamp",
|
|
1370
|
-
"kind": 1024,
|
|
1371
|
-
"kindString": "Property",
|
|
1372
|
-
"flags": {
|
|
1373
|
-
"isOptional": true
|
|
1374
|
-
},
|
|
1375
|
-
"sources": [
|
|
1376
|
-
{
|
|
1377
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1378
|
-
"line": 11,
|
|
1379
|
-
"character": 4
|
|
1380
|
-
}
|
|
1381
|
-
],
|
|
1382
|
-
"type": {
|
|
1383
|
-
"type": "intrinsic",
|
|
1384
|
-
"name": "number"
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
],
|
|
1388
|
-
"groups": [
|
|
1389
|
-
{
|
|
1390
|
-
"title": "Properties",
|
|
1391
|
-
"children": [
|
|
1392
|
-
101,
|
|
1393
|
-
100,
|
|
1394
|
-
102,
|
|
1395
|
-
103
|
|
1396
|
-
]
|
|
1397
|
-
}
|
|
1398
|
-
],
|
|
1399
|
-
"sources": [
|
|
1400
|
-
{
|
|
1401
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1402
|
-
"line": 7,
|
|
1403
|
-
"character": 107
|
|
1404
|
-
}
|
|
1405
|
-
]
|
|
1406
|
-
}
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"type": "reference",
|
|
1410
|
-
"typeArguments": [
|
|
1411
|
-
{
|
|
1412
|
-
"type": "reflection",
|
|
1413
|
-
"declaration": {
|
|
1414
|
-
"id": 104,
|
|
1415
|
-
"name": "__type",
|
|
1416
|
-
"kind": 65536,
|
|
1417
|
-
"kindString": "Type literal",
|
|
1418
|
-
"flags": {},
|
|
1419
|
-
"children": [
|
|
1420
|
-
{
|
|
1421
|
-
"id": 106,
|
|
1422
|
-
"name": "previousHash",
|
|
1423
|
-
"kind": 1024,
|
|
1424
|
-
"kindString": "Property",
|
|
1425
|
-
"flags": {
|
|
1426
|
-
"isOptional": true
|
|
1427
|
-
},
|
|
1428
|
-
"sources": [
|
|
1429
|
-
{
|
|
1430
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1431
|
-
"line": 9,
|
|
1432
|
-
"character": 4
|
|
1433
|
-
}
|
|
1434
|
-
],
|
|
1435
|
-
"type": {
|
|
1436
|
-
"type": "intrinsic",
|
|
1437
|
-
"name": "string"
|
|
1438
|
-
}
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"id": 105,
|
|
1442
|
-
"name": "schema",
|
|
1443
|
-
"kind": 1024,
|
|
1444
|
-
"kindString": "Property",
|
|
1445
|
-
"flags": {},
|
|
1446
|
-
"sources": [
|
|
1447
|
-
{
|
|
1448
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1449
|
-
"line": 8,
|
|
1450
|
-
"character": 4
|
|
1451
|
-
}
|
|
1452
|
-
],
|
|
1453
|
-
"type": {
|
|
1454
|
-
"type": "intrinsic",
|
|
1455
|
-
"name": "string"
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
|
-
{
|
|
1459
|
-
"id": 107,
|
|
1460
|
-
"name": "sources",
|
|
1461
|
-
"kind": 1024,
|
|
1462
|
-
"kindString": "Property",
|
|
1463
|
-
"flags": {
|
|
1464
|
-
"isOptional": true
|
|
1465
|
-
},
|
|
1466
|
-
"sources": [
|
|
1467
|
-
{
|
|
1468
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1469
|
-
"line": 10,
|
|
1470
|
-
"character": 4
|
|
1471
|
-
}
|
|
1472
|
-
],
|
|
1473
|
-
"type": {
|
|
1474
|
-
"type": "array",
|
|
1475
|
-
"elementType": {
|
|
1476
|
-
"type": "intrinsic",
|
|
1477
|
-
"name": "string"
|
|
1478
|
-
}
|
|
1479
|
-
}
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"id": 108,
|
|
1483
|
-
"name": "timestamp",
|
|
1484
|
-
"kind": 1024,
|
|
1485
|
-
"kindString": "Property",
|
|
1486
|
-
"flags": {
|
|
1487
|
-
"isOptional": true
|
|
1488
|
-
},
|
|
1489
|
-
"sources": [
|
|
1490
|
-
{
|
|
1491
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1492
|
-
"line": 11,
|
|
1493
|
-
"character": 4
|
|
1494
|
-
}
|
|
1495
|
-
],
|
|
1496
|
-
"type": {
|
|
1497
|
-
"type": "intrinsic",
|
|
1498
|
-
"name": "number"
|
|
1499
|
-
}
|
|
1500
|
-
}
|
|
1501
|
-
],
|
|
1502
|
-
"groups": [
|
|
1503
|
-
{
|
|
1504
|
-
"title": "Properties",
|
|
1505
|
-
"children": [
|
|
1506
|
-
106,
|
|
1507
|
-
105,
|
|
1508
|
-
107,
|
|
1509
|
-
108
|
|
1510
|
-
]
|
|
1511
|
-
}
|
|
1512
|
-
],
|
|
1513
|
-
"sources": [
|
|
1514
|
-
{
|
|
1515
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1516
|
-
"line": 7,
|
|
1517
|
-
"character": 107
|
|
1518
|
-
}
|
|
1519
|
-
]
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
{
|
|
1523
|
-
"type": "intrinsic",
|
|
1524
|
-
"name": "string"
|
|
1525
|
-
}
|
|
1526
|
-
],
|
|
1527
|
-
"name": "XyoQuery"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"type": "reflection",
|
|
1531
|
-
"declaration": {
|
|
1532
|
-
"id": 109,
|
|
1533
|
-
"name": "__type",
|
|
1534
|
-
"kind": 65536,
|
|
1535
|
-
"kindString": "Type literal",
|
|
1536
|
-
"flags": {},
|
|
1537
|
-
"children": [
|
|
1538
|
-
{
|
|
1539
|
-
"id": 111,
|
|
1540
|
-
"name": "previousHash",
|
|
1541
|
-
"kind": 1024,
|
|
1542
|
-
"kindString": "Property",
|
|
1543
|
-
"flags": {
|
|
1544
|
-
"isOptional": true
|
|
1545
|
-
},
|
|
1546
|
-
"sources": [
|
|
1547
|
-
{
|
|
1548
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1549
|
-
"line": 9,
|
|
1550
|
-
"character": 4
|
|
1551
|
-
}
|
|
1552
|
-
],
|
|
1553
|
-
"type": {
|
|
1554
|
-
"type": "intrinsic",
|
|
1555
|
-
"name": "string"
|
|
1556
|
-
}
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"id": 110,
|
|
1560
|
-
"name": "schema",
|
|
1561
|
-
"kind": 1024,
|
|
1562
|
-
"kindString": "Property",
|
|
1563
|
-
"flags": {},
|
|
1564
|
-
"sources": [
|
|
1565
|
-
{
|
|
1566
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1567
|
-
"line": 8,
|
|
1568
|
-
"character": 4
|
|
1569
|
-
}
|
|
1570
|
-
],
|
|
1571
|
-
"type": {
|
|
1572
|
-
"type": "intrinsic",
|
|
1573
|
-
"name": "string"
|
|
1574
|
-
}
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
"id": 112,
|
|
1578
|
-
"name": "sources",
|
|
1579
|
-
"kind": 1024,
|
|
1580
|
-
"kindString": "Property",
|
|
1581
|
-
"flags": {
|
|
1582
|
-
"isOptional": true
|
|
1583
|
-
},
|
|
1584
|
-
"sources": [
|
|
1585
|
-
{
|
|
1586
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1587
|
-
"line": 10,
|
|
1588
|
-
"character": 4
|
|
1589
|
-
}
|
|
1590
|
-
],
|
|
1591
|
-
"type": {
|
|
1592
|
-
"type": "array",
|
|
1593
|
-
"elementType": {
|
|
1594
|
-
"type": "intrinsic",
|
|
1595
|
-
"name": "string"
|
|
1596
|
-
}
|
|
1597
|
-
}
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"id": 113,
|
|
1601
|
-
"name": "timestamp",
|
|
1602
|
-
"kind": 1024,
|
|
1603
|
-
"kindString": "Property",
|
|
1604
|
-
"flags": {
|
|
1605
|
-
"isOptional": true
|
|
1606
|
-
},
|
|
1607
|
-
"sources": [
|
|
1608
|
-
{
|
|
1609
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1610
|
-
"line": 11,
|
|
1611
|
-
"character": 4
|
|
1612
|
-
}
|
|
1613
|
-
],
|
|
1614
|
-
"type": {
|
|
1615
|
-
"type": "intrinsic",
|
|
1616
|
-
"name": "number"
|
|
1617
|
-
}
|
|
1618
|
-
}
|
|
1619
|
-
],
|
|
1620
|
-
"groups": [
|
|
1621
|
-
{
|
|
1622
|
-
"title": "Properties",
|
|
1623
|
-
"children": [
|
|
1624
|
-
111,
|
|
1625
|
-
110,
|
|
1626
|
-
112,
|
|
1627
|
-
113
|
|
1628
|
-
]
|
|
1629
|
-
}
|
|
1630
|
-
],
|
|
1631
|
-
"sources": [
|
|
1632
|
-
{
|
|
1633
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1634
|
-
"line": 7,
|
|
1635
|
-
"character": 107
|
|
1636
|
-
}
|
|
1637
|
-
]
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
1640
|
-
],
|
|
1641
|
-
"name": "XyoModule"
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1644
|
-
]
|
|
1645
|
-
}
|
|
1260
|
+
"type": "reference",
|
|
1261
|
+
"name": "XyoModuleResolverFunc"
|
|
1646
1262
|
}
|
|
1647
1263
|
}
|
|
1648
1264
|
],
|
|
@@ -1685,7 +1301,7 @@
|
|
|
1685
1301
|
}
|
|
1686
1302
|
},
|
|
1687
1303
|
{
|
|
1688
|
-
"id":
|
|
1304
|
+
"id": 168,
|
|
1689
1305
|
"name": "account",
|
|
1690
1306
|
"kind": 1024,
|
|
1691
1307
|
"kindString": "Property",
|
|
@@ -1709,7 +1325,7 @@
|
|
|
1709
1325
|
}
|
|
1710
1326
|
},
|
|
1711
1327
|
{
|
|
1712
|
-
"id":
|
|
1328
|
+
"id": 167,
|
|
1713
1329
|
"name": "config",
|
|
1714
1330
|
"kind": 1024,
|
|
1715
1331
|
"kindString": "Property",
|
|
@@ -1735,7 +1351,7 @@
|
|
|
1735
1351
|
}
|
|
1736
1352
|
},
|
|
1737
1353
|
{
|
|
1738
|
-
"id":
|
|
1354
|
+
"id": 169,
|
|
1739
1355
|
"name": "resolver",
|
|
1740
1356
|
"kind": 1024,
|
|
1741
1357
|
"kindString": "Property",
|
|
@@ -1760,7 +1376,7 @@
|
|
|
1760
1376
|
}
|
|
1761
1377
|
},
|
|
1762
1378
|
{
|
|
1763
|
-
"id":
|
|
1379
|
+
"id": 170,
|
|
1764
1380
|
"name": "address",
|
|
1765
1381
|
"kind": 262144,
|
|
1766
1382
|
"kindString": "Accessor",
|
|
@@ -1773,7 +1389,7 @@
|
|
|
1773
1389
|
}
|
|
1774
1390
|
],
|
|
1775
1391
|
"getSignature": {
|
|
1776
|
-
"id":
|
|
1392
|
+
"id": 171,
|
|
1777
1393
|
"name": "address",
|
|
1778
1394
|
"kind": 524288,
|
|
1779
1395
|
"kindString": "Get signature",
|
|
@@ -1803,7 +1419,7 @@
|
|
|
1803
1419
|
}
|
|
1804
1420
|
},
|
|
1805
1421
|
{
|
|
1806
|
-
"id":
|
|
1422
|
+
"id": 96,
|
|
1807
1423
|
"name": "attach",
|
|
1808
1424
|
"kind": 2048,
|
|
1809
1425
|
"kindString": "Method",
|
|
@@ -1815,12 +1431,12 @@
|
|
|
1815
1431
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1816
1432
|
"line": 18,
|
|
1817
1433
|
"character": 11,
|
|
1818
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1434
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L18"
|
|
1819
1435
|
}
|
|
1820
1436
|
],
|
|
1821
1437
|
"signatures": [
|
|
1822
1438
|
{
|
|
1823
|
-
"id":
|
|
1439
|
+
"id": 97,
|
|
1824
1440
|
"name": "attach",
|
|
1825
1441
|
"kind": 4096,
|
|
1826
1442
|
"kindString": "Call signature",
|
|
@@ -1835,7 +1451,7 @@
|
|
|
1835
1451
|
},
|
|
1836
1452
|
"parameters": [
|
|
1837
1453
|
{
|
|
1838
|
-
"id":
|
|
1454
|
+
"id": 98,
|
|
1839
1455
|
"name": "_address",
|
|
1840
1456
|
"kind": 32768,
|
|
1841
1457
|
"kindString": "Parameter",
|
|
@@ -1872,9 +1488,9 @@
|
|
|
1872
1488
|
"sources": [
|
|
1873
1489
|
{
|
|
1874
1490
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1875
|
-
"line":
|
|
1491
|
+
"line": 25,
|
|
1876
1492
|
"character": 2,
|
|
1877
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1493
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L25"
|
|
1878
1494
|
}
|
|
1879
1495
|
],
|
|
1880
1496
|
"signatures": [
|
|
@@ -1905,275 +1521,156 @@
|
|
|
1905
1521
|
}
|
|
1906
1522
|
},
|
|
1907
1523
|
{
|
|
1908
|
-
"id":
|
|
1909
|
-
"name": "
|
|
1524
|
+
"id": 141,
|
|
1525
|
+
"name": "attachedModules",
|
|
1910
1526
|
"kind": 2048,
|
|
1911
1527
|
"kindString": "Method",
|
|
1912
1528
|
"flags": {},
|
|
1913
1529
|
"sources": [
|
|
1914
1530
|
{
|
|
1915
1531
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1916
|
-
"line":
|
|
1532
|
+
"line": 32,
|
|
1917
1533
|
"character": 2,
|
|
1918
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1534
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L32"
|
|
1919
1535
|
}
|
|
1920
1536
|
],
|
|
1921
1537
|
"signatures": [
|
|
1922
1538
|
{
|
|
1923
|
-
"id":
|
|
1924
|
-
"name": "
|
|
1539
|
+
"id": 142,
|
|
1540
|
+
"name": "attachedModules",
|
|
1925
1541
|
"kind": 4096,
|
|
1926
1542
|
"kindString": "Call signature",
|
|
1927
1543
|
"flags": {},
|
|
1928
1544
|
"type": {
|
|
1929
1545
|
"type": "array",
|
|
1930
1546
|
"elementType": {
|
|
1931
|
-
"type": "
|
|
1932
|
-
"
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
],
|
|
1961
|
-
"signatures": [
|
|
1962
|
-
{
|
|
1963
|
-
"id": 152,
|
|
1964
|
-
"name": "bindHashes",
|
|
1965
|
-
"kind": 4096,
|
|
1966
|
-
"kindString": "Call signature",
|
|
1967
|
-
"flags": {},
|
|
1968
|
-
"parameters": [
|
|
1969
|
-
{
|
|
1970
|
-
"id": 153,
|
|
1971
|
-
"name": "hashes",
|
|
1972
|
-
"kind": 32768,
|
|
1973
|
-
"kindString": "Parameter",
|
|
1974
|
-
"flags": {},
|
|
1975
|
-
"type": {
|
|
1976
|
-
"type": "array",
|
|
1977
|
-
"elementType": {
|
|
1978
|
-
"type": "intrinsic",
|
|
1979
|
-
"name": "string"
|
|
1980
|
-
}
|
|
1981
|
-
}
|
|
1982
|
-
},
|
|
1983
|
-
{
|
|
1984
|
-
"id": 154,
|
|
1985
|
-
"name": "schema",
|
|
1986
|
-
"kind": 32768,
|
|
1987
|
-
"kindString": "Parameter",
|
|
1988
|
-
"flags": {},
|
|
1989
|
-
"type": {
|
|
1990
|
-
"type": "array",
|
|
1991
|
-
"elementType": {
|
|
1992
|
-
"type": "intrinsic",
|
|
1993
|
-
"name": "string"
|
|
1994
|
-
}
|
|
1995
|
-
}
|
|
1996
|
-
}
|
|
1997
|
-
],
|
|
1998
|
-
"type": {
|
|
1999
|
-
"type": "reference",
|
|
2000
|
-
"typeArguments": [
|
|
2001
|
-
{
|
|
2002
|
-
"type": "reference",
|
|
2003
|
-
"name": "XyoBoundWitness"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"type": "reflection",
|
|
2007
|
-
"declaration": {
|
|
2008
|
-
"id": 155,
|
|
2009
|
-
"name": "__type",
|
|
2010
|
-
"kind": 65536,
|
|
2011
|
-
"kindString": "Type literal",
|
|
2012
|
-
"flags": {},
|
|
2013
|
-
"children": [
|
|
2014
|
-
{
|
|
2015
|
-
"id": 157,
|
|
2016
|
-
"name": "previousHash",
|
|
2017
|
-
"kind": 1024,
|
|
2018
|
-
"kindString": "Property",
|
|
2019
|
-
"flags": {
|
|
2020
|
-
"isOptional": true
|
|
2021
|
-
},
|
|
2022
|
-
"sources": [
|
|
2023
|
-
{
|
|
2024
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2025
|
-
"line": 23,
|
|
2026
|
-
"character": 8
|
|
2027
|
-
}
|
|
2028
|
-
],
|
|
2029
|
-
"type": {
|
|
2030
|
-
"type": "intrinsic",
|
|
2031
|
-
"name": "string"
|
|
2032
|
-
}
|
|
2033
|
-
},
|
|
2034
|
-
{
|
|
2035
|
-
"id": 156,
|
|
2036
|
-
"name": "schema",
|
|
2037
|
-
"kind": 1024,
|
|
2038
|
-
"kindString": "Property",
|
|
2039
|
-
"flags": {},
|
|
2040
|
-
"sources": [
|
|
2041
|
-
{
|
|
2042
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2043
|
-
"line": 22,
|
|
2044
|
-
"character": 8
|
|
1547
|
+
"type": "reference",
|
|
1548
|
+
"typeArguments": [
|
|
1549
|
+
{
|
|
1550
|
+
"type": "reflection",
|
|
1551
|
+
"declaration": {
|
|
1552
|
+
"id": 143,
|
|
1553
|
+
"name": "__type",
|
|
1554
|
+
"kind": 65536,
|
|
1555
|
+
"kindString": "Type literal",
|
|
1556
|
+
"flags": {},
|
|
1557
|
+
"children": [
|
|
1558
|
+
{
|
|
1559
|
+
"id": 145,
|
|
1560
|
+
"name": "previousHash",
|
|
1561
|
+
"kind": 1024,
|
|
1562
|
+
"kindString": "Property",
|
|
1563
|
+
"flags": {
|
|
1564
|
+
"isOptional": true
|
|
1565
|
+
},
|
|
1566
|
+
"sources": [
|
|
1567
|
+
{
|
|
1568
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1569
|
+
"line": 9,
|
|
1570
|
+
"character": 4
|
|
1571
|
+
}
|
|
1572
|
+
],
|
|
1573
|
+
"type": {
|
|
1574
|
+
"type": "intrinsic",
|
|
1575
|
+
"name": "string"
|
|
2045
1576
|
}
|
|
2046
|
-
],
|
|
2047
|
-
"type": {
|
|
2048
|
-
"type": "intrinsic",
|
|
2049
|
-
"name": "string"
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
{
|
|
2053
|
-
"id": 158,
|
|
2054
|
-
"name": "sources",
|
|
2055
|
-
"kind": 1024,
|
|
2056
|
-
"kindString": "Property",
|
|
2057
|
-
"flags": {
|
|
2058
|
-
"isOptional": true
|
|
2059
1577
|
},
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
}
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
1578
|
+
{
|
|
1579
|
+
"id": 144,
|
|
1580
|
+
"name": "schema",
|
|
1581
|
+
"kind": 1024,
|
|
1582
|
+
"kindString": "Property",
|
|
1583
|
+
"flags": {},
|
|
1584
|
+
"sources": [
|
|
1585
|
+
{
|
|
1586
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1587
|
+
"line": 8,
|
|
1588
|
+
"character": 4
|
|
1589
|
+
}
|
|
1590
|
+
],
|
|
1591
|
+
"type": {
|
|
2070
1592
|
"type": "intrinsic",
|
|
2071
1593
|
"name": "string"
|
|
2072
1594
|
}
|
|
2073
|
-
}
|
|
2074
|
-
},
|
|
2075
|
-
{
|
|
2076
|
-
"id": 159,
|
|
2077
|
-
"name": "timestamp",
|
|
2078
|
-
"kind": 1024,
|
|
2079
|
-
"kindString": "Property",
|
|
2080
|
-
"flags": {
|
|
2081
|
-
"isOptional": true
|
|
2082
1595
|
},
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
1596
|
+
{
|
|
1597
|
+
"id": 146,
|
|
1598
|
+
"name": "sources",
|
|
1599
|
+
"kind": 1024,
|
|
1600
|
+
"kindString": "Property",
|
|
1601
|
+
"flags": {
|
|
1602
|
+
"isOptional": true
|
|
1603
|
+
},
|
|
1604
|
+
"sources": [
|
|
1605
|
+
{
|
|
1606
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1607
|
+
"line": 10,
|
|
1608
|
+
"character": 4
|
|
1609
|
+
}
|
|
1610
|
+
],
|
|
1611
|
+
"type": {
|
|
1612
|
+
"type": "array",
|
|
1613
|
+
"elementType": {
|
|
1614
|
+
"type": "intrinsic",
|
|
1615
|
+
"name": "string"
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
"id": 147,
|
|
1621
|
+
"name": "timestamp",
|
|
1622
|
+
"kind": 1024,
|
|
1623
|
+
"kindString": "Property",
|
|
1624
|
+
"flags": {
|
|
1625
|
+
"isOptional": true
|
|
1626
|
+
},
|
|
1627
|
+
"sources": [
|
|
1628
|
+
{
|
|
1629
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1630
|
+
"line": 11,
|
|
1631
|
+
"character": 4
|
|
1632
|
+
}
|
|
1633
|
+
],
|
|
1634
|
+
"type": {
|
|
1635
|
+
"type": "intrinsic",
|
|
1636
|
+
"name": "number"
|
|
2088
1637
|
}
|
|
2089
|
-
],
|
|
2090
|
-
"type": {
|
|
2091
|
-
"type": "intrinsic",
|
|
2092
|
-
"name": "number"
|
|
2093
1638
|
}
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
}
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
},
|
|
2119
|
-
"inheritedFrom": {
|
|
2120
|
-
"type": "reference",
|
|
2121
|
-
"name": "XyoModule.bindHashes"
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
],
|
|
2125
|
-
"inheritedFrom": {
|
|
2126
|
-
"type": "reference",
|
|
2127
|
-
"name": "XyoModule.bindHashes"
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"id": 160,
|
|
2132
|
-
"name": "bindPayloads",
|
|
2133
|
-
"kind": 2048,
|
|
2134
|
-
"kindString": "Method",
|
|
2135
|
-
"flags": {},
|
|
2136
|
-
"sources": [
|
|
2137
|
-
{
|
|
2138
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2139
|
-
"line": 27,
|
|
2140
|
-
"character": 4
|
|
2141
|
-
}
|
|
2142
|
-
],
|
|
2143
|
-
"signatures": [
|
|
2144
|
-
{
|
|
2145
|
-
"id": 161,
|
|
2146
|
-
"name": "bindPayloads",
|
|
2147
|
-
"kind": 4096,
|
|
2148
|
-
"kindString": "Call signature",
|
|
2149
|
-
"flags": {},
|
|
2150
|
-
"parameters": [
|
|
2151
|
-
{
|
|
2152
|
-
"id": 162,
|
|
2153
|
-
"name": "payloads",
|
|
2154
|
-
"kind": 32768,
|
|
2155
|
-
"kindString": "Parameter",
|
|
2156
|
-
"flags": {},
|
|
2157
|
-
"type": {
|
|
2158
|
-
"type": "array",
|
|
2159
|
-
"elementType": {
|
|
2160
|
-
"type": "union",
|
|
2161
|
-
"types": [
|
|
2162
|
-
{
|
|
2163
|
-
"type": "literal",
|
|
2164
|
-
"value": null
|
|
2165
|
-
},
|
|
1639
|
+
],
|
|
1640
|
+
"groups": [
|
|
1641
|
+
{
|
|
1642
|
+
"title": "Properties",
|
|
1643
|
+
"children": [
|
|
1644
|
+
145,
|
|
1645
|
+
144,
|
|
1646
|
+
146,
|
|
1647
|
+
147
|
|
1648
|
+
]
|
|
1649
|
+
}
|
|
1650
|
+
],
|
|
1651
|
+
"sources": [
|
|
1652
|
+
{
|
|
1653
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1654
|
+
"line": 7,
|
|
1655
|
+
"character": 107
|
|
1656
|
+
}
|
|
1657
|
+
]
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"type": "reference",
|
|
1662
|
+
"typeArguments": [
|
|
2166
1663
|
{
|
|
2167
1664
|
"type": "reflection",
|
|
2168
1665
|
"declaration": {
|
|
2169
|
-
"id":
|
|
1666
|
+
"id": 148,
|
|
2170
1667
|
"name": "__type",
|
|
2171
1668
|
"kind": 65536,
|
|
2172
1669
|
"kindString": "Type literal",
|
|
2173
1670
|
"flags": {},
|
|
2174
1671
|
"children": [
|
|
2175
1672
|
{
|
|
2176
|
-
"id":
|
|
1673
|
+
"id": 150,
|
|
2177
1674
|
"name": "previousHash",
|
|
2178
1675
|
"kind": 1024,
|
|
2179
1676
|
"kindString": "Property",
|
|
@@ -2193,7 +1690,7 @@
|
|
|
2193
1690
|
}
|
|
2194
1691
|
},
|
|
2195
1692
|
{
|
|
2196
|
-
"id":
|
|
1693
|
+
"id": 149,
|
|
2197
1694
|
"name": "schema",
|
|
2198
1695
|
"kind": 1024,
|
|
2199
1696
|
"kindString": "Property",
|
|
@@ -2211,7 +1708,7 @@
|
|
|
2211
1708
|
}
|
|
2212
1709
|
},
|
|
2213
1710
|
{
|
|
2214
|
-
"id":
|
|
1711
|
+
"id": 151,
|
|
2215
1712
|
"name": "sources",
|
|
2216
1713
|
"kind": 1024,
|
|
2217
1714
|
"kindString": "Property",
|
|
@@ -2234,7 +1731,7 @@
|
|
|
2234
1731
|
}
|
|
2235
1732
|
},
|
|
2236
1733
|
{
|
|
2237
|
-
"id":
|
|
1734
|
+
"id": 152,
|
|
2238
1735
|
"name": "timestamp",
|
|
2239
1736
|
"kind": 1024,
|
|
2240
1737
|
"kindString": "Property",
|
|
@@ -2258,10 +1755,10 @@
|
|
|
2258
1755
|
{
|
|
2259
1756
|
"title": "Properties",
|
|
2260
1757
|
"children": [
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
1758
|
+
150,
|
|
1759
|
+
149,
|
|
1760
|
+
151,
|
|
1761
|
+
152
|
|
2265
1762
|
]
|
|
2266
1763
|
}
|
|
2267
1764
|
],
|
|
@@ -2273,416 +1770,800 @@
|
|
|
2273
1770
|
}
|
|
2274
1771
|
]
|
|
2275
1772
|
}
|
|
2276
|
-
}
|
|
2277
|
-
]
|
|
2278
|
-
}
|
|
2279
|
-
}
|
|
2280
|
-
}
|
|
2281
|
-
],
|
|
2282
|
-
"type": {
|
|
2283
|
-
"type": "reference",
|
|
2284
|
-
"typeArguments": [
|
|
2285
|
-
{
|
|
2286
|
-
"type": "reference",
|
|
2287
|
-
"name": "XyoBoundWitness"
|
|
2288
|
-
},
|
|
2289
|
-
{
|
|
2290
|
-
"type": "reflection",
|
|
2291
|
-
"declaration": {
|
|
2292
|
-
"id": 168,
|
|
2293
|
-
"name": "__type",
|
|
2294
|
-
"kind": 65536,
|
|
2295
|
-
"kindString": "Type literal",
|
|
2296
|
-
"flags": {},
|
|
2297
|
-
"children": [
|
|
2298
|
-
{
|
|
2299
|
-
"id": 170,
|
|
2300
|
-
"name": "previousHash",
|
|
2301
|
-
"kind": 1024,
|
|
2302
|
-
"kindString": "Property",
|
|
2303
|
-
"flags": {
|
|
2304
|
-
"isOptional": true
|
|
2305
|
-
},
|
|
2306
|
-
"sources": [
|
|
2307
|
-
{
|
|
2308
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2309
|
-
"line": 29,
|
|
2310
|
-
"character": 8
|
|
2311
|
-
}
|
|
2312
|
-
],
|
|
2313
|
-
"type": {
|
|
2314
|
-
"type": "intrinsic",
|
|
2315
|
-
"name": "string"
|
|
2316
|
-
}
|
|
2317
1773
|
},
|
|
2318
1774
|
{
|
|
2319
|
-
"
|
|
2320
|
-
"name": "
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
|
|
1775
|
+
"type": "intrinsic",
|
|
1776
|
+
"name": "string"
|
|
1777
|
+
}
|
|
1778
|
+
],
|
|
1779
|
+
"name": "XyoQuery"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
"type": "reflection",
|
|
1783
|
+
"declaration": {
|
|
1784
|
+
"id": 153,
|
|
1785
|
+
"name": "__type",
|
|
1786
|
+
"kind": 65536,
|
|
1787
|
+
"kindString": "Type literal",
|
|
1788
|
+
"flags": {},
|
|
1789
|
+
"children": [
|
|
1790
|
+
{
|
|
1791
|
+
"id": 155,
|
|
1792
|
+
"name": "previousHash",
|
|
1793
|
+
"kind": 1024,
|
|
1794
|
+
"kindString": "Property",
|
|
1795
|
+
"flags": {
|
|
1796
|
+
"isOptional": true
|
|
1797
|
+
},
|
|
1798
|
+
"sources": [
|
|
1799
|
+
{
|
|
1800
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1801
|
+
"line": 9,
|
|
1802
|
+
"character": 4
|
|
1803
|
+
}
|
|
1804
|
+
],
|
|
1805
|
+
"type": {
|
|
1806
|
+
"type": "intrinsic",
|
|
1807
|
+
"name": "string"
|
|
2329
1808
|
}
|
|
2330
|
-
],
|
|
2331
|
-
"type": {
|
|
2332
|
-
"type": "intrinsic",
|
|
2333
|
-
"name": "string"
|
|
2334
|
-
}
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"id": 171,
|
|
2338
|
-
"name": "sources",
|
|
2339
|
-
"kind": 1024,
|
|
2340
|
-
"kindString": "Property",
|
|
2341
|
-
"flags": {
|
|
2342
|
-
"isOptional": true
|
|
2343
1809
|
},
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
1810
|
+
{
|
|
1811
|
+
"id": 154,
|
|
1812
|
+
"name": "schema",
|
|
1813
|
+
"kind": 1024,
|
|
1814
|
+
"kindString": "Property",
|
|
1815
|
+
"flags": {},
|
|
1816
|
+
"sources": [
|
|
1817
|
+
{
|
|
1818
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1819
|
+
"line": 8,
|
|
1820
|
+
"character": 4
|
|
1821
|
+
}
|
|
1822
|
+
],
|
|
1823
|
+
"type": {
|
|
2354
1824
|
"type": "intrinsic",
|
|
2355
1825
|
"name": "string"
|
|
2356
1826
|
}
|
|
2357
|
-
}
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"id": 172,
|
|
2361
|
-
"name": "timestamp",
|
|
2362
|
-
"kind": 1024,
|
|
2363
|
-
"kindString": "Property",
|
|
2364
|
-
"flags": {
|
|
2365
|
-
"isOptional": true
|
|
2366
1827
|
},
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
1828
|
+
{
|
|
1829
|
+
"id": 156,
|
|
1830
|
+
"name": "sources",
|
|
1831
|
+
"kind": 1024,
|
|
1832
|
+
"kindString": "Property",
|
|
1833
|
+
"flags": {
|
|
1834
|
+
"isOptional": true
|
|
1835
|
+
},
|
|
1836
|
+
"sources": [
|
|
1837
|
+
{
|
|
1838
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1839
|
+
"line": 10,
|
|
1840
|
+
"character": 4
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"type": {
|
|
1844
|
+
"type": "array",
|
|
1845
|
+
"elementType": {
|
|
1846
|
+
"type": "intrinsic",
|
|
1847
|
+
"name": "string"
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"id": 157,
|
|
1853
|
+
"name": "timestamp",
|
|
1854
|
+
"kind": 1024,
|
|
1855
|
+
"kindString": "Property",
|
|
1856
|
+
"flags": {
|
|
1857
|
+
"isOptional": true
|
|
1858
|
+
},
|
|
1859
|
+
"sources": [
|
|
1860
|
+
{
|
|
1861
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1862
|
+
"line": 11,
|
|
1863
|
+
"character": 4
|
|
1864
|
+
}
|
|
1865
|
+
],
|
|
1866
|
+
"type": {
|
|
1867
|
+
"type": "intrinsic",
|
|
1868
|
+
"name": "number"
|
|
2372
1869
|
}
|
|
2373
|
-
],
|
|
2374
|
-
"type": {
|
|
2375
|
-
"type": "intrinsic",
|
|
2376
|
-
"name": "number"
|
|
2377
1870
|
}
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
1871
|
+
],
|
|
1872
|
+
"groups": [
|
|
1873
|
+
{
|
|
1874
|
+
"title": "Properties",
|
|
1875
|
+
"children": [
|
|
1876
|
+
155,
|
|
1877
|
+
154,
|
|
1878
|
+
156,
|
|
1879
|
+
157
|
|
1880
|
+
]
|
|
1881
|
+
}
|
|
1882
|
+
],
|
|
1883
|
+
"sources": [
|
|
1884
|
+
{
|
|
1885
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1886
|
+
"line": 7,
|
|
1887
|
+
"character": 107
|
|
1888
|
+
}
|
|
1889
|
+
]
|
|
1890
|
+
}
|
|
2398
1891
|
}
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
},
|
|
2403
|
-
"inheritedFrom": {
|
|
2404
|
-
"type": "reference",
|
|
2405
|
-
"name": "XyoModule.bindPayloads"
|
|
1892
|
+
],
|
|
1893
|
+
"name": "XyoModule"
|
|
1894
|
+
}
|
|
2406
1895
|
}
|
|
2407
1896
|
}
|
|
2408
|
-
]
|
|
2409
|
-
"inheritedFrom": {
|
|
2410
|
-
"type": "reference",
|
|
2411
|
-
"name": "XyoModule.bindPayloads"
|
|
2412
|
-
}
|
|
1897
|
+
]
|
|
2413
1898
|
},
|
|
2414
1899
|
{
|
|
2415
|
-
"id":
|
|
2416
|
-
"name": "
|
|
1900
|
+
"id": 124,
|
|
1901
|
+
"name": "availableModules",
|
|
2417
1902
|
"kind": 2048,
|
|
2418
1903
|
"kindString": "Method",
|
|
2419
|
-
"flags": {
|
|
2420
|
-
"isAbstract": true
|
|
2421
|
-
},
|
|
1904
|
+
"flags": {},
|
|
2422
1905
|
"sources": [
|
|
2423
1906
|
{
|
|
2424
1907
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2425
|
-
"line":
|
|
2426
|
-
"character":
|
|
2427
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1908
|
+
"line": 29,
|
|
1909
|
+
"character": 2,
|
|
1910
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L29"
|
|
2428
1911
|
}
|
|
2429
1912
|
],
|
|
2430
1913
|
"signatures": [
|
|
2431
1914
|
{
|
|
2432
|
-
"id":
|
|
2433
|
-
"name": "
|
|
1915
|
+
"id": 125,
|
|
1916
|
+
"name": "availableModules",
|
|
2434
1917
|
"kind": 4096,
|
|
2435
1918
|
"kindString": "Call signature",
|
|
2436
1919
|
"flags": {},
|
|
2437
|
-
"parameters": [
|
|
2438
|
-
{
|
|
2439
|
-
"id": 119,
|
|
2440
|
-
"name": "_address",
|
|
2441
|
-
"kind": 32768,
|
|
2442
|
-
"kindString": "Parameter",
|
|
2443
|
-
"flags": {},
|
|
2444
|
-
"type": {
|
|
2445
|
-
"type": "intrinsic",
|
|
2446
|
-
"name": "string"
|
|
2447
|
-
}
|
|
2448
|
-
}
|
|
2449
|
-
],
|
|
2450
1920
|
"type": {
|
|
2451
|
-
"type": "
|
|
2452
|
-
"
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
1921
|
+
"type": "array",
|
|
1922
|
+
"elementType": {
|
|
1923
|
+
"type": "reference",
|
|
1924
|
+
"typeArguments": [
|
|
1925
|
+
{
|
|
1926
|
+
"type": "reflection",
|
|
1927
|
+
"declaration": {
|
|
1928
|
+
"id": 126,
|
|
1929
|
+
"name": "__type",
|
|
1930
|
+
"kind": 65536,
|
|
1931
|
+
"kindString": "Type literal",
|
|
1932
|
+
"flags": {},
|
|
1933
|
+
"children": [
|
|
1934
|
+
{
|
|
1935
|
+
"id": 128,
|
|
1936
|
+
"name": "previousHash",
|
|
1937
|
+
"kind": 1024,
|
|
1938
|
+
"kindString": "Property",
|
|
1939
|
+
"flags": {
|
|
1940
|
+
"isOptional": true
|
|
1941
|
+
},
|
|
1942
|
+
"sources": [
|
|
1943
|
+
{
|
|
1944
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1945
|
+
"line": 9,
|
|
1946
|
+
"character": 4
|
|
1947
|
+
}
|
|
1948
|
+
],
|
|
1949
|
+
"type": {
|
|
1950
|
+
"type": "intrinsic",
|
|
1951
|
+
"name": "string"
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"id": 127,
|
|
1956
|
+
"name": "schema",
|
|
1957
|
+
"kind": 1024,
|
|
1958
|
+
"kindString": "Property",
|
|
1959
|
+
"flags": {},
|
|
1960
|
+
"sources": [
|
|
1961
|
+
{
|
|
1962
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1963
|
+
"line": 8,
|
|
1964
|
+
"character": 4
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"type": {
|
|
1968
|
+
"type": "intrinsic",
|
|
1969
|
+
"name": "string"
|
|
1970
|
+
}
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
"id": 129,
|
|
1974
|
+
"name": "sources",
|
|
1975
|
+
"kind": 1024,
|
|
1976
|
+
"kindString": "Property",
|
|
1977
|
+
"flags": {
|
|
1978
|
+
"isOptional": true
|
|
1979
|
+
},
|
|
1980
|
+
"sources": [
|
|
1981
|
+
{
|
|
1982
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
1983
|
+
"line": 10,
|
|
1984
|
+
"character": 4
|
|
1985
|
+
}
|
|
1986
|
+
],
|
|
1987
|
+
"type": {
|
|
1988
|
+
"type": "array",
|
|
1989
|
+
"elementType": {
|
|
1990
|
+
"type": "intrinsic",
|
|
1991
|
+
"name": "string"
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
"id": 130,
|
|
1997
|
+
"name": "timestamp",
|
|
1998
|
+
"kind": 1024,
|
|
1999
|
+
"kindString": "Property",
|
|
2000
|
+
"flags": {
|
|
2001
|
+
"isOptional": true
|
|
2002
|
+
},
|
|
2003
|
+
"sources": [
|
|
2004
|
+
{
|
|
2005
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2006
|
+
"line": 11,
|
|
2007
|
+
"character": 4
|
|
2008
|
+
}
|
|
2009
|
+
],
|
|
2010
|
+
"type": {
|
|
2011
|
+
"type": "intrinsic",
|
|
2012
|
+
"name": "number"
|
|
2013
|
+
}
|
|
2014
|
+
}
|
|
2015
|
+
],
|
|
2016
|
+
"groups": [
|
|
2017
|
+
{
|
|
2018
|
+
"title": "Properties",
|
|
2019
|
+
"children": [
|
|
2020
|
+
128,
|
|
2021
|
+
127,
|
|
2022
|
+
129,
|
|
2023
|
+
130
|
|
2024
|
+
]
|
|
2025
|
+
}
|
|
2026
|
+
],
|
|
2027
|
+
"sources": [
|
|
2028
|
+
{
|
|
2029
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2030
|
+
"line": 7,
|
|
2031
|
+
"character": 107
|
|
2032
|
+
}
|
|
2033
|
+
]
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"type": "reference",
|
|
2038
|
+
"typeArguments": [
|
|
2039
|
+
{
|
|
2040
|
+
"type": "reflection",
|
|
2041
|
+
"declaration": {
|
|
2042
|
+
"id": 131,
|
|
2043
|
+
"name": "__type",
|
|
2044
|
+
"kind": 65536,
|
|
2045
|
+
"kindString": "Type literal",
|
|
2046
|
+
"flags": {},
|
|
2047
|
+
"children": [
|
|
2048
|
+
{
|
|
2049
|
+
"id": 133,
|
|
2050
|
+
"name": "previousHash",
|
|
2051
|
+
"kind": 1024,
|
|
2052
|
+
"kindString": "Property",
|
|
2053
|
+
"flags": {
|
|
2054
|
+
"isOptional": true
|
|
2055
|
+
},
|
|
2056
|
+
"sources": [
|
|
2057
|
+
{
|
|
2058
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2059
|
+
"line": 9,
|
|
2060
|
+
"character": 4
|
|
2061
|
+
}
|
|
2062
|
+
],
|
|
2063
|
+
"type": {
|
|
2064
|
+
"type": "intrinsic",
|
|
2065
|
+
"name": "string"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
"id": 132,
|
|
2070
|
+
"name": "schema",
|
|
2071
|
+
"kind": 1024,
|
|
2072
|
+
"kindString": "Property",
|
|
2073
|
+
"flags": {},
|
|
2074
|
+
"sources": [
|
|
2075
|
+
{
|
|
2076
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2077
|
+
"line": 8,
|
|
2078
|
+
"character": 4
|
|
2079
|
+
}
|
|
2080
|
+
],
|
|
2081
|
+
"type": {
|
|
2082
|
+
"type": "intrinsic",
|
|
2083
|
+
"name": "string"
|
|
2084
|
+
}
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
"id": 134,
|
|
2088
|
+
"name": "sources",
|
|
2089
|
+
"kind": 1024,
|
|
2090
|
+
"kindString": "Property",
|
|
2091
|
+
"flags": {
|
|
2092
|
+
"isOptional": true
|
|
2093
|
+
},
|
|
2094
|
+
"sources": [
|
|
2095
|
+
{
|
|
2096
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2097
|
+
"line": 10,
|
|
2098
|
+
"character": 4
|
|
2099
|
+
}
|
|
2100
|
+
],
|
|
2101
|
+
"type": {
|
|
2102
|
+
"type": "array",
|
|
2103
|
+
"elementType": {
|
|
2104
|
+
"type": "intrinsic",
|
|
2105
|
+
"name": "string"
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"id": 135,
|
|
2111
|
+
"name": "timestamp",
|
|
2112
|
+
"kind": 1024,
|
|
2113
|
+
"kindString": "Property",
|
|
2114
|
+
"flags": {
|
|
2115
|
+
"isOptional": true
|
|
2116
|
+
},
|
|
2117
|
+
"sources": [
|
|
2118
|
+
{
|
|
2119
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2120
|
+
"line": 11,
|
|
2121
|
+
"character": 4
|
|
2122
|
+
}
|
|
2123
|
+
],
|
|
2124
|
+
"type": {
|
|
2125
|
+
"type": "intrinsic",
|
|
2126
|
+
"name": "number"
|
|
2127
|
+
}
|
|
2128
|
+
}
|
|
2129
|
+
],
|
|
2130
|
+
"groups": [
|
|
2131
|
+
{
|
|
2132
|
+
"title": "Properties",
|
|
2133
|
+
"children": [
|
|
2134
|
+
133,
|
|
2135
|
+
132,
|
|
2136
|
+
134,
|
|
2137
|
+
135
|
|
2138
|
+
]
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"sources": [
|
|
2142
|
+
{
|
|
2143
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2144
|
+
"line": 7,
|
|
2145
|
+
"character": 107
|
|
2146
|
+
}
|
|
2147
|
+
]
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
"type": "intrinsic",
|
|
2152
|
+
"name": "string"
|
|
2153
|
+
}
|
|
2154
|
+
],
|
|
2155
|
+
"name": "XyoQuery"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"type": "reflection",
|
|
2159
|
+
"declaration": {
|
|
2160
|
+
"id": 136,
|
|
2161
|
+
"name": "__type",
|
|
2162
|
+
"kind": 65536,
|
|
2163
|
+
"kindString": "Type literal",
|
|
2164
|
+
"flags": {},
|
|
2165
|
+
"children": [
|
|
2166
|
+
{
|
|
2167
|
+
"id": 138,
|
|
2168
|
+
"name": "previousHash",
|
|
2169
|
+
"kind": 1024,
|
|
2170
|
+
"kindString": "Property",
|
|
2171
|
+
"flags": {
|
|
2172
|
+
"isOptional": true
|
|
2173
|
+
},
|
|
2174
|
+
"sources": [
|
|
2175
|
+
{
|
|
2176
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2177
|
+
"line": 9,
|
|
2178
|
+
"character": 4
|
|
2179
|
+
}
|
|
2180
|
+
],
|
|
2181
|
+
"type": {
|
|
2182
|
+
"type": "intrinsic",
|
|
2183
|
+
"name": "string"
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"id": 137,
|
|
2188
|
+
"name": "schema",
|
|
2189
|
+
"kind": 1024,
|
|
2190
|
+
"kindString": "Property",
|
|
2191
|
+
"flags": {},
|
|
2192
|
+
"sources": [
|
|
2193
|
+
{
|
|
2194
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2195
|
+
"line": 8,
|
|
2196
|
+
"character": 4
|
|
2197
|
+
}
|
|
2198
|
+
],
|
|
2199
|
+
"type": {
|
|
2200
|
+
"type": "intrinsic",
|
|
2201
|
+
"name": "string"
|
|
2202
|
+
}
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"id": 139,
|
|
2206
|
+
"name": "sources",
|
|
2207
|
+
"kind": 1024,
|
|
2208
|
+
"kindString": "Property",
|
|
2209
|
+
"flags": {
|
|
2210
|
+
"isOptional": true
|
|
2211
|
+
},
|
|
2212
|
+
"sources": [
|
|
2213
|
+
{
|
|
2214
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2215
|
+
"line": 10,
|
|
2216
|
+
"character": 4
|
|
2217
|
+
}
|
|
2218
|
+
],
|
|
2219
|
+
"type": {
|
|
2220
|
+
"type": "array",
|
|
2221
|
+
"elementType": {
|
|
2222
|
+
"type": "intrinsic",
|
|
2223
|
+
"name": "string"
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"id": 140,
|
|
2229
|
+
"name": "timestamp",
|
|
2230
|
+
"kind": 1024,
|
|
2231
|
+
"kindString": "Property",
|
|
2232
|
+
"flags": {
|
|
2233
|
+
"isOptional": true
|
|
2234
|
+
},
|
|
2235
|
+
"sources": [
|
|
2236
|
+
{
|
|
2237
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2238
|
+
"line": 11,
|
|
2239
|
+
"character": 4
|
|
2240
|
+
}
|
|
2241
|
+
],
|
|
2242
|
+
"type": {
|
|
2243
|
+
"type": "intrinsic",
|
|
2244
|
+
"name": "number"
|
|
2245
|
+
}
|
|
2246
|
+
}
|
|
2247
|
+
],
|
|
2248
|
+
"groups": [
|
|
2249
|
+
{
|
|
2250
|
+
"title": "Properties",
|
|
2251
|
+
"children": [
|
|
2252
|
+
138,
|
|
2253
|
+
137,
|
|
2254
|
+
139,
|
|
2255
|
+
140
|
|
2256
|
+
]
|
|
2257
|
+
}
|
|
2258
|
+
],
|
|
2259
|
+
"sources": [
|
|
2260
|
+
{
|
|
2261
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2262
|
+
"line": 7,
|
|
2263
|
+
"character": 107
|
|
2264
|
+
}
|
|
2265
|
+
]
|
|
2266
|
+
}
|
|
2267
|
+
}
|
|
2268
|
+
],
|
|
2269
|
+
"name": "XyoModule"
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
]
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"id": 193,
|
|
2277
|
+
"name": "bindHashes",
|
|
2470
2278
|
"kind": 2048,
|
|
2471
2279
|
"kindString": "Method",
|
|
2472
2280
|
"flags": {},
|
|
2473
2281
|
"sources": [
|
|
2474
2282
|
{
|
|
2475
2283
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2476
|
-
"line":
|
|
2284
|
+
"line": 22,
|
|
2477
2285
|
"character": 4
|
|
2478
2286
|
}
|
|
2479
2287
|
],
|
|
2480
2288
|
"signatures": [
|
|
2481
2289
|
{
|
|
2482
|
-
"id":
|
|
2483
|
-
"name": "
|
|
2484
|
-
"kind": 4096,
|
|
2485
|
-
"kindString": "Call signature",
|
|
2486
|
-
"flags": {},
|
|
2487
|
-
"type": {
|
|
2488
|
-
"type": "intrinsic",
|
|
2489
|
-
"name": "void"
|
|
2490
|
-
},
|
|
2491
|
-
"inheritedFrom": {
|
|
2492
|
-
"type": "reference",
|
|
2493
|
-
"name": "XyoModule.discover"
|
|
2494
|
-
}
|
|
2495
|
-
}
|
|
2496
|
-
],
|
|
2497
|
-
"inheritedFrom": {
|
|
2498
|
-
"type": "reference",
|
|
2499
|
-
"name": "XyoModule.discover"
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
"id": 130,
|
|
2504
|
-
"name": "get",
|
|
2505
|
-
"kind": 2048,
|
|
2506
|
-
"kindString": "Method",
|
|
2507
|
-
"flags": {
|
|
2508
|
-
"isAbstract": true
|
|
2509
|
-
},
|
|
2510
|
-
"sources": [
|
|
2511
|
-
{
|
|
2512
|
-
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2513
|
-
"line": 56,
|
|
2514
|
-
"character": 11,
|
|
2515
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/node/src/XyoNode.ts#L56"
|
|
2516
|
-
}
|
|
2517
|
-
],
|
|
2518
|
-
"signatures": [
|
|
2519
|
-
{
|
|
2520
|
-
"id": 131,
|
|
2521
|
-
"name": "get",
|
|
2290
|
+
"id": 194,
|
|
2291
|
+
"name": "bindHashes",
|
|
2522
2292
|
"kind": 4096,
|
|
2523
2293
|
"kindString": "Call signature",
|
|
2524
2294
|
"flags": {},
|
|
2525
2295
|
"parameters": [
|
|
2526
2296
|
{
|
|
2527
|
-
"id":
|
|
2528
|
-
"name": "
|
|
2297
|
+
"id": 195,
|
|
2298
|
+
"name": "hashes",
|
|
2529
2299
|
"kind": 32768,
|
|
2530
2300
|
"kindString": "Parameter",
|
|
2531
2301
|
"flags": {},
|
|
2532
2302
|
"type": {
|
|
2533
|
-
"type": "
|
|
2534
|
-
"
|
|
2303
|
+
"type": "array",
|
|
2304
|
+
"elementType": {
|
|
2305
|
+
"type": "intrinsic",
|
|
2306
|
+
"name": "string"
|
|
2307
|
+
}
|
|
2308
|
+
}
|
|
2309
|
+
},
|
|
2310
|
+
{
|
|
2311
|
+
"id": 196,
|
|
2312
|
+
"name": "schema",
|
|
2313
|
+
"kind": 32768,
|
|
2314
|
+
"kindString": "Parameter",
|
|
2315
|
+
"flags": {},
|
|
2316
|
+
"type": {
|
|
2317
|
+
"type": "array",
|
|
2318
|
+
"elementType": {
|
|
2319
|
+
"type": "intrinsic",
|
|
2320
|
+
"name": "string"
|
|
2321
|
+
}
|
|
2322
|
+
}
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"id": 197,
|
|
2326
|
+
"name": "queryAccount",
|
|
2327
|
+
"kind": 32768,
|
|
2328
|
+
"kindString": "Parameter",
|
|
2329
|
+
"flags": {},
|
|
2330
|
+
"type": {
|
|
2331
|
+
"type": "reference",
|
|
2332
|
+
"name": "XyoAccount"
|
|
2535
2333
|
}
|
|
2536
2334
|
}
|
|
2537
2335
|
],
|
|
2538
2336
|
"type": {
|
|
2539
|
-
"type": "
|
|
2540
|
-
"
|
|
2337
|
+
"type": "reference",
|
|
2338
|
+
"typeArguments": [
|
|
2541
2339
|
{
|
|
2542
2340
|
"type": "intrinsic",
|
|
2543
|
-
"name": "
|
|
2341
|
+
"name": "unknown"
|
|
2544
2342
|
},
|
|
2545
2343
|
{
|
|
2546
2344
|
"type": "reference",
|
|
2547
|
-
"
|
|
2548
|
-
"name": "TModule"
|
|
2345
|
+
"name": "XyoAccount"
|
|
2549
2346
|
}
|
|
2550
|
-
]
|
|
2347
|
+
],
|
|
2348
|
+
"name": "PromiseEx"
|
|
2349
|
+
},
|
|
2350
|
+
"inheritedFrom": {
|
|
2351
|
+
"type": "reference",
|
|
2352
|
+
"name": "XyoModule.bindHashes"
|
|
2551
2353
|
}
|
|
2552
2354
|
}
|
|
2553
|
-
]
|
|
2355
|
+
],
|
|
2356
|
+
"inheritedFrom": {
|
|
2357
|
+
"type": "reference",
|
|
2358
|
+
"name": "XyoModule.bindHashes"
|
|
2359
|
+
}
|
|
2554
2360
|
},
|
|
2555
2361
|
{
|
|
2556
|
-
"id":
|
|
2557
|
-
"name": "
|
|
2362
|
+
"id": 189,
|
|
2363
|
+
"name": "bindHashesInternal",
|
|
2558
2364
|
"kind": 2048,
|
|
2559
2365
|
"kindString": "Method",
|
|
2560
2366
|
"flags": {},
|
|
2561
2367
|
"sources": [
|
|
2562
2368
|
{
|
|
2563
2369
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2564
|
-
"line":
|
|
2370
|
+
"line": 21,
|
|
2565
2371
|
"character": 4
|
|
2566
2372
|
}
|
|
2567
2373
|
],
|
|
2568
2374
|
"signatures": [
|
|
2569
2375
|
{
|
|
2570
|
-
"id":
|
|
2571
|
-
"name": "
|
|
2376
|
+
"id": 190,
|
|
2377
|
+
"name": "bindHashesInternal",
|
|
2572
2378
|
"kind": 4096,
|
|
2573
2379
|
"kindString": "Call signature",
|
|
2574
2380
|
"flags": {},
|
|
2381
|
+
"parameters": [
|
|
2382
|
+
{
|
|
2383
|
+
"id": 191,
|
|
2384
|
+
"name": "hashes",
|
|
2385
|
+
"kind": 32768,
|
|
2386
|
+
"kindString": "Parameter",
|
|
2387
|
+
"flags": {},
|
|
2388
|
+
"type": {
|
|
2389
|
+
"type": "array",
|
|
2390
|
+
"elementType": {
|
|
2391
|
+
"type": "intrinsic",
|
|
2392
|
+
"name": "string"
|
|
2393
|
+
}
|
|
2394
|
+
}
|
|
2395
|
+
},
|
|
2396
|
+
{
|
|
2397
|
+
"id": 192,
|
|
2398
|
+
"name": "schema",
|
|
2399
|
+
"kind": 32768,
|
|
2400
|
+
"kindString": "Parameter",
|
|
2401
|
+
"flags": {},
|
|
2402
|
+
"type": {
|
|
2403
|
+
"type": "array",
|
|
2404
|
+
"elementType": {
|
|
2405
|
+
"type": "intrinsic",
|
|
2406
|
+
"name": "string"
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2410
|
+
],
|
|
2575
2411
|
"type": {
|
|
2576
|
-
"type": "
|
|
2577
|
-
"
|
|
2412
|
+
"type": "reference",
|
|
2413
|
+
"typeArguments": [
|
|
2414
|
+
{
|
|
2415
|
+
"type": "reference",
|
|
2416
|
+
"id": 61,
|
|
2417
|
+
"name": "TQueryResult"
|
|
2418
|
+
}
|
|
2419
|
+
],
|
|
2420
|
+
"name": "XyoModuleQueryResult"
|
|
2578
2421
|
},
|
|
2579
2422
|
"inheritedFrom": {
|
|
2580
2423
|
"type": "reference",
|
|
2581
|
-
"name": "XyoModule.
|
|
2424
|
+
"name": "XyoModule.bindHashesInternal"
|
|
2582
2425
|
}
|
|
2583
2426
|
}
|
|
2584
2427
|
],
|
|
2585
2428
|
"inheritedFrom": {
|
|
2586
2429
|
"type": "reference",
|
|
2587
|
-
"name": "XyoModule.
|
|
2430
|
+
"name": "XyoModule.bindHashesInternal"
|
|
2588
2431
|
}
|
|
2589
2432
|
},
|
|
2590
2433
|
{
|
|
2591
|
-
"id":
|
|
2592
|
-
"name": "
|
|
2434
|
+
"id": 201,
|
|
2435
|
+
"name": "bindPayloads",
|
|
2593
2436
|
"kind": 2048,
|
|
2594
2437
|
"kindString": "Method",
|
|
2595
2438
|
"flags": {},
|
|
2596
2439
|
"sources": [
|
|
2597
2440
|
{
|
|
2598
2441
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2599
|
-
"line":
|
|
2442
|
+
"line": 24,
|
|
2600
2443
|
"character": 4
|
|
2601
2444
|
}
|
|
2602
2445
|
],
|
|
2603
2446
|
"signatures": [
|
|
2604
2447
|
{
|
|
2605
|
-
"id":
|
|
2606
|
-
"name": "
|
|
2448
|
+
"id": 202,
|
|
2449
|
+
"name": "bindPayloads",
|
|
2607
2450
|
"kind": 4096,
|
|
2608
2451
|
"kindString": "Call signature",
|
|
2609
2452
|
"flags": {},
|
|
2610
|
-
"
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
"
|
|
2614
|
-
"
|
|
2615
|
-
|
|
2616
|
-
|
|
2453
|
+
"parameters": [
|
|
2454
|
+
{
|
|
2455
|
+
"id": 203,
|
|
2456
|
+
"name": "payloads",
|
|
2457
|
+
"kind": 32768,
|
|
2458
|
+
"kindString": "Parameter",
|
|
2459
|
+
"flags": {},
|
|
2460
|
+
"type": {
|
|
2461
|
+
"type": "array",
|
|
2462
|
+
"elementType": {
|
|
2463
|
+
"type": "union",
|
|
2464
|
+
"types": [
|
|
2465
|
+
{
|
|
2466
|
+
"type": "literal",
|
|
2467
|
+
"value": null
|
|
2468
|
+
},
|
|
2469
|
+
{
|
|
2470
|
+
"type": "reference",
|
|
2471
|
+
"id": 61,
|
|
2472
|
+
"name": "TQueryResult"
|
|
2473
|
+
}
|
|
2474
|
+
]
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"id": 204,
|
|
2480
|
+
"name": "account",
|
|
2481
|
+
"kind": 32768,
|
|
2482
|
+
"kindString": "Parameter",
|
|
2483
|
+
"flags": {
|
|
2484
|
+
"isOptional": true
|
|
2617
2485
|
},
|
|
2618
|
-
"
|
|
2486
|
+
"type": {
|
|
2619
2487
|
"type": "reference",
|
|
2620
|
-
"
|
|
2621
|
-
"name": "TQuery"
|
|
2488
|
+
"name": "XyoAccount"
|
|
2622
2489
|
}
|
|
2623
2490
|
}
|
|
2624
|
-
|
|
2625
|
-
"
|
|
2491
|
+
],
|
|
2492
|
+
"type": {
|
|
2626
2493
|
"type": "reference",
|
|
2627
|
-
"
|
|
2494
|
+
"typeArguments": [
|
|
2495
|
+
{
|
|
2496
|
+
"type": "reference",
|
|
2497
|
+
"typeArguments": [
|
|
2498
|
+
{
|
|
2499
|
+
"type": "reference",
|
|
2500
|
+
"id": 61,
|
|
2501
|
+
"name": "TQueryResult"
|
|
2502
|
+
}
|
|
2503
|
+
],
|
|
2504
|
+
"name": "XyoModuleQueryResult"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"type": "reference",
|
|
2508
|
+
"name": "XyoAccount"
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"name": "PromiseEx"
|
|
2628
2512
|
},
|
|
2629
|
-
"
|
|
2513
|
+
"inheritedFrom": {
|
|
2630
2514
|
"type": "reference",
|
|
2631
|
-
"
|
|
2632
|
-
"name": "NodeModule.queries"
|
|
2515
|
+
"name": "XyoModule.bindPayloads"
|
|
2633
2516
|
}
|
|
2634
2517
|
}
|
|
2635
2518
|
],
|
|
2636
2519
|
"inheritedFrom": {
|
|
2637
2520
|
"type": "reference",
|
|
2638
|
-
"name": "XyoModule.
|
|
2639
|
-
},
|
|
2640
|
-
"implementationOf": {
|
|
2641
|
-
"type": "reference",
|
|
2642
|
-
"id": 24,
|
|
2643
|
-
"name": "NodeModule.queries"
|
|
2521
|
+
"name": "XyoModule.bindPayloads"
|
|
2644
2522
|
}
|
|
2645
2523
|
},
|
|
2646
2524
|
{
|
|
2647
|
-
"id":
|
|
2648
|
-
"name": "
|
|
2525
|
+
"id": 198,
|
|
2526
|
+
"name": "bindPayloadsInternal",
|
|
2649
2527
|
"kind": 2048,
|
|
2650
2528
|
"kindString": "Method",
|
|
2651
2529
|
"flags": {},
|
|
2652
2530
|
"sources": [
|
|
2653
2531
|
{
|
|
2654
|
-
"fileName": "modules/packages/
|
|
2655
|
-
"line":
|
|
2656
|
-
"character":
|
|
2657
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/node/src/XyoNode.ts#L29"
|
|
2532
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2533
|
+
"line": 23,
|
|
2534
|
+
"character": 4
|
|
2658
2535
|
}
|
|
2659
2536
|
],
|
|
2660
2537
|
"signatures": [
|
|
2661
2538
|
{
|
|
2662
|
-
"id":
|
|
2663
|
-
"name": "
|
|
2539
|
+
"id": 199,
|
|
2540
|
+
"name": "bindPayloadsInternal",
|
|
2664
2541
|
"kind": 4096,
|
|
2665
2542
|
"kindString": "Call signature",
|
|
2666
2543
|
"flags": {},
|
|
2667
|
-
"comment": {
|
|
2668
|
-
"summary": [
|
|
2669
|
-
{
|
|
2670
|
-
"kind": "text",
|
|
2671
|
-
"text": "Query Functions - End"
|
|
2672
|
-
}
|
|
2673
|
-
]
|
|
2674
|
-
},
|
|
2675
2544
|
"parameters": [
|
|
2676
2545
|
{
|
|
2677
|
-
"id":
|
|
2678
|
-
"name": "
|
|
2546
|
+
"id": 200,
|
|
2547
|
+
"name": "payloads",
|
|
2679
2548
|
"kind": 32768,
|
|
2680
2549
|
"kindString": "Parameter",
|
|
2681
2550
|
"flags": {},
|
|
2682
2551
|
"type": {
|
|
2683
|
-
"type": "
|
|
2684
|
-
"
|
|
2685
|
-
|
|
2552
|
+
"type": "array",
|
|
2553
|
+
"elementType": {
|
|
2554
|
+
"type": "union",
|
|
2555
|
+
"types": [
|
|
2556
|
+
{
|
|
2557
|
+
"type": "literal",
|
|
2558
|
+
"value": null
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
"type": "reference",
|
|
2562
|
+
"id": 61,
|
|
2563
|
+
"name": "TQueryResult"
|
|
2564
|
+
}
|
|
2565
|
+
]
|
|
2566
|
+
}
|
|
2686
2567
|
}
|
|
2687
2568
|
}
|
|
2688
2569
|
],
|
|
@@ -2691,62 +2572,153 @@
|
|
|
2691
2572
|
"typeArguments": [
|
|
2692
2573
|
{
|
|
2693
2574
|
"type": "reference",
|
|
2694
|
-
"
|
|
2695
|
-
|
|
2696
|
-
"type": "reference",
|
|
2697
|
-
"id": 61,
|
|
2698
|
-
"name": "TQueryResult"
|
|
2699
|
-
}
|
|
2700
|
-
],
|
|
2701
|
-
"name": "XyoModuleQueryResult"
|
|
2575
|
+
"id": 61,
|
|
2576
|
+
"name": "TQueryResult"
|
|
2702
2577
|
}
|
|
2703
2578
|
],
|
|
2704
|
-
"name": "
|
|
2705
|
-
},
|
|
2706
|
-
"overwrites": {
|
|
2707
|
-
"type": "reference",
|
|
2708
|
-
"name": "XyoModule.query"
|
|
2579
|
+
"name": "XyoModuleQueryResult"
|
|
2709
2580
|
},
|
|
2710
|
-
"
|
|
2581
|
+
"inheritedFrom": {
|
|
2711
2582
|
"type": "reference",
|
|
2712
|
-
"name": "
|
|
2583
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
2713
2584
|
}
|
|
2714
2585
|
}
|
|
2715
2586
|
],
|
|
2716
|
-
"
|
|
2717
|
-
"type": "reference",
|
|
2718
|
-
"name": "XyoModule.query"
|
|
2719
|
-
},
|
|
2720
|
-
"implementationOf": {
|
|
2587
|
+
"inheritedFrom": {
|
|
2721
2588
|
"type": "reference",
|
|
2722
|
-
"
|
|
2723
|
-
"name": "NodeModule.query"
|
|
2589
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
2724
2590
|
}
|
|
2725
2591
|
},
|
|
2726
2592
|
{
|
|
2727
|
-
"id":
|
|
2728
|
-
"name": "
|
|
2593
|
+
"id": 99,
|
|
2594
|
+
"name": "detatch",
|
|
2729
2595
|
"kind": 2048,
|
|
2730
2596
|
"kindString": "Method",
|
|
2731
|
-
"flags": {
|
|
2597
|
+
"flags": {
|
|
2598
|
+
"isAbstract": true
|
|
2599
|
+
},
|
|
2732
2600
|
"sources": [
|
|
2733
2601
|
{
|
|
2734
|
-
"fileName": "modules/packages/
|
|
2735
|
-
"line":
|
|
2736
|
-
"character":
|
|
2602
|
+
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2603
|
+
"line": 19,
|
|
2604
|
+
"character": 11,
|
|
2605
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L19"
|
|
2737
2606
|
}
|
|
2738
2607
|
],
|
|
2739
2608
|
"signatures": [
|
|
2740
2609
|
{
|
|
2741
|
-
"id":
|
|
2742
|
-
"name": "
|
|
2610
|
+
"id": 100,
|
|
2611
|
+
"name": "detatch",
|
|
2743
2612
|
"kind": 4096,
|
|
2744
2613
|
"kindString": "Call signature",
|
|
2745
2614
|
"flags": {},
|
|
2746
2615
|
"parameters": [
|
|
2747
2616
|
{
|
|
2748
|
-
"id":
|
|
2749
|
-
"name": "
|
|
2617
|
+
"id": 101,
|
|
2618
|
+
"name": "_address",
|
|
2619
|
+
"kind": 32768,
|
|
2620
|
+
"kindString": "Parameter",
|
|
2621
|
+
"flags": {},
|
|
2622
|
+
"type": {
|
|
2623
|
+
"type": "intrinsic",
|
|
2624
|
+
"name": "string"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
],
|
|
2628
|
+
"type": {
|
|
2629
|
+
"type": "intrinsic",
|
|
2630
|
+
"name": "void"
|
|
2631
|
+
},
|
|
2632
|
+
"implementationOf": {
|
|
2633
|
+
"type": "reference",
|
|
2634
|
+
"id": 17,
|
|
2635
|
+
"name": "NodeModule.detatch"
|
|
2636
|
+
}
|
|
2637
|
+
}
|
|
2638
|
+
],
|
|
2639
|
+
"implementationOf": {
|
|
2640
|
+
"type": "reference",
|
|
2641
|
+
"id": 16,
|
|
2642
|
+
"name": "NodeModule.detatch"
|
|
2643
|
+
}
|
|
2644
|
+
},
|
|
2645
|
+
{
|
|
2646
|
+
"id": 177,
|
|
2647
|
+
"name": "discover",
|
|
2648
|
+
"kind": 2048,
|
|
2649
|
+
"kindString": "Method",
|
|
2650
|
+
"flags": {},
|
|
2651
|
+
"sources": [
|
|
2652
|
+
{
|
|
2653
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2654
|
+
"line": 17,
|
|
2655
|
+
"character": 4
|
|
2656
|
+
}
|
|
2657
|
+
],
|
|
2658
|
+
"signatures": [
|
|
2659
|
+
{
|
|
2660
|
+
"id": 178,
|
|
2661
|
+
"name": "discover",
|
|
2662
|
+
"kind": 4096,
|
|
2663
|
+
"kindString": "Call signature",
|
|
2664
|
+
"flags": {},
|
|
2665
|
+
"parameters": [
|
|
2666
|
+
{
|
|
2667
|
+
"id": 179,
|
|
2668
|
+
"name": "_queryAccount",
|
|
2669
|
+
"kind": 32768,
|
|
2670
|
+
"kindString": "Parameter",
|
|
2671
|
+
"flags": {
|
|
2672
|
+
"isOptional": true
|
|
2673
|
+
},
|
|
2674
|
+
"type": {
|
|
2675
|
+
"type": "reference",
|
|
2676
|
+
"name": "XyoAccount"
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
],
|
|
2680
|
+
"type": {
|
|
2681
|
+
"type": "intrinsic",
|
|
2682
|
+
"name": "void"
|
|
2683
|
+
},
|
|
2684
|
+
"inheritedFrom": {
|
|
2685
|
+
"type": "reference",
|
|
2686
|
+
"name": "XyoModule.discover"
|
|
2687
|
+
}
|
|
2688
|
+
}
|
|
2689
|
+
],
|
|
2690
|
+
"inheritedFrom": {
|
|
2691
|
+
"type": "reference",
|
|
2692
|
+
"name": "XyoModule.discover"
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"id": 164,
|
|
2697
|
+
"name": "get",
|
|
2698
|
+
"kind": 2048,
|
|
2699
|
+
"kindString": "Method",
|
|
2700
|
+
"flags": {
|
|
2701
|
+
"isAbstract": true
|
|
2702
|
+
},
|
|
2703
|
+
"sources": [
|
|
2704
|
+
{
|
|
2705
|
+
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2706
|
+
"line": 65,
|
|
2707
|
+
"character": 11,
|
|
2708
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L65"
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"signatures": [
|
|
2712
|
+
{
|
|
2713
|
+
"id": 165,
|
|
2714
|
+
"name": "get",
|
|
2715
|
+
"kind": 4096,
|
|
2716
|
+
"kindString": "Call signature",
|
|
2717
|
+
"flags": {},
|
|
2718
|
+
"parameters": [
|
|
2719
|
+
{
|
|
2720
|
+
"id": 166,
|
|
2721
|
+
"name": "_address",
|
|
2750
2722
|
"kind": 32768,
|
|
2751
2723
|
"kindString": "Parameter",
|
|
2752
2724
|
"flags": {},
|
|
@@ -2754,94 +2726,787 @@
|
|
|
2754
2726
|
"type": "intrinsic",
|
|
2755
2727
|
"name": "string"
|
|
2756
2728
|
}
|
|
2757
|
-
}
|
|
2758
|
-
],
|
|
2759
|
-
"type": {
|
|
2760
|
-
"type": "
|
|
2761
|
-
"
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"type": {
|
|
2732
|
+
"type": "union",
|
|
2733
|
+
"types": [
|
|
2734
|
+
{
|
|
2735
|
+
"type": "intrinsic",
|
|
2736
|
+
"name": "undefined"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"type": "reference",
|
|
2740
|
+
"id": 92,
|
|
2741
|
+
"name": "TModule"
|
|
2742
|
+
}
|
|
2743
|
+
]
|
|
2744
|
+
}
|
|
2745
|
+
}
|
|
2746
|
+
]
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"id": 180,
|
|
2750
|
+
"name": "initialize",
|
|
2751
|
+
"kind": 2048,
|
|
2752
|
+
"kindString": "Method",
|
|
2753
|
+
"flags": {},
|
|
2754
|
+
"sources": [
|
|
2755
|
+
{
|
|
2756
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2757
|
+
"line": 18,
|
|
2758
|
+
"character": 4
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2761
|
+
"signatures": [
|
|
2762
|
+
{
|
|
2763
|
+
"id": 181,
|
|
2764
|
+
"name": "initialize",
|
|
2765
|
+
"kind": 4096,
|
|
2766
|
+
"kindString": "Call signature",
|
|
2767
|
+
"flags": {},
|
|
2768
|
+
"parameters": [
|
|
2769
|
+
{
|
|
2770
|
+
"id": 182,
|
|
2771
|
+
"name": "_queryAccount",
|
|
2772
|
+
"kind": 32768,
|
|
2773
|
+
"kindString": "Parameter",
|
|
2774
|
+
"flags": {
|
|
2775
|
+
"isOptional": true
|
|
2776
|
+
},
|
|
2777
|
+
"type": {
|
|
2778
|
+
"type": "reference",
|
|
2779
|
+
"name": "XyoAccount"
|
|
2780
|
+
}
|
|
2781
|
+
}
|
|
2782
|
+
],
|
|
2783
|
+
"type": {
|
|
2784
|
+
"type": "intrinsic",
|
|
2785
|
+
"name": "void"
|
|
2786
|
+
},
|
|
2787
|
+
"inheritedFrom": {
|
|
2788
|
+
"type": "reference",
|
|
2789
|
+
"name": "XyoModule.initialize"
|
|
2790
|
+
}
|
|
2791
|
+
}
|
|
2792
|
+
],
|
|
2793
|
+
"inheritedFrom": {
|
|
2794
|
+
"type": "reference",
|
|
2795
|
+
"name": "XyoModule.initialize"
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"id": 175,
|
|
2800
|
+
"name": "queries",
|
|
2801
|
+
"kind": 2048,
|
|
2802
|
+
"kindString": "Method",
|
|
2803
|
+
"flags": {},
|
|
2804
|
+
"sources": [
|
|
2805
|
+
{
|
|
2806
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2807
|
+
"line": 15,
|
|
2808
|
+
"character": 4
|
|
2809
|
+
}
|
|
2810
|
+
],
|
|
2811
|
+
"signatures": [
|
|
2812
|
+
{
|
|
2813
|
+
"id": 176,
|
|
2814
|
+
"name": "queries",
|
|
2815
|
+
"kind": 4096,
|
|
2816
|
+
"kindString": "Call signature",
|
|
2817
|
+
"flags": {},
|
|
2818
|
+
"type": {
|
|
2819
|
+
"type": "array",
|
|
2820
|
+
"elementType": {
|
|
2821
|
+
"type": "indexedAccess",
|
|
2822
|
+
"indexType": {
|
|
2823
|
+
"type": "literal",
|
|
2824
|
+
"value": "schema"
|
|
2825
|
+
},
|
|
2826
|
+
"objectType": {
|
|
2827
|
+
"type": "reference",
|
|
2828
|
+
"id": 50,
|
|
2829
|
+
"name": "TQuery"
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
"inheritedFrom": {
|
|
2834
|
+
"type": "reference",
|
|
2835
|
+
"name": "XyoModule.queries"
|
|
2836
|
+
},
|
|
2837
|
+
"implementationOf": {
|
|
2838
|
+
"type": "reference",
|
|
2839
|
+
"id": 25,
|
|
2840
|
+
"name": "NodeModule.queries"
|
|
2841
|
+
}
|
|
2842
|
+
}
|
|
2843
|
+
],
|
|
2844
|
+
"inheritedFrom": {
|
|
2845
|
+
"type": "reference",
|
|
2846
|
+
"name": "XyoModule.queries"
|
|
2847
|
+
},
|
|
2848
|
+
"implementationOf": {
|
|
2849
|
+
"type": "reference",
|
|
2850
|
+
"id": 24,
|
|
2851
|
+
"name": "NodeModule.queries"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
2854
|
+
{
|
|
2855
|
+
"id": 158,
|
|
2856
|
+
"name": "query",
|
|
2857
|
+
"kind": 2048,
|
|
2858
|
+
"kindString": "Method",
|
|
2859
|
+
"flags": {},
|
|
2860
|
+
"sources": [
|
|
2861
|
+
{
|
|
2862
|
+
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2863
|
+
"line": 37,
|
|
2864
|
+
"character": 2,
|
|
2865
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L37"
|
|
2866
|
+
}
|
|
2867
|
+
],
|
|
2868
|
+
"signatures": [
|
|
2869
|
+
{
|
|
2870
|
+
"id": 159,
|
|
2871
|
+
"name": "query",
|
|
2872
|
+
"kind": 4096,
|
|
2873
|
+
"kindString": "Call signature",
|
|
2874
|
+
"flags": {},
|
|
2875
|
+
"comment": {
|
|
2876
|
+
"summary": [
|
|
2877
|
+
{
|
|
2878
|
+
"kind": "text",
|
|
2879
|
+
"text": "Query Functions - End"
|
|
2880
|
+
}
|
|
2881
|
+
]
|
|
2882
|
+
},
|
|
2883
|
+
"parameters": [
|
|
2884
|
+
{
|
|
2885
|
+
"id": 160,
|
|
2886
|
+
"name": "query",
|
|
2887
|
+
"kind": 32768,
|
|
2888
|
+
"kindString": "Parameter",
|
|
2889
|
+
"flags": {},
|
|
2890
|
+
"type": {
|
|
2891
|
+
"type": "reference",
|
|
2892
|
+
"id": 50,
|
|
2893
|
+
"name": "TQuery"
|
|
2894
|
+
}
|
|
2895
|
+
}
|
|
2896
|
+
],
|
|
2897
|
+
"type": {
|
|
2898
|
+
"type": "reference",
|
|
2899
|
+
"typeArguments": [
|
|
2900
|
+
{
|
|
2901
|
+
"type": "reference",
|
|
2902
|
+
"typeArguments": [
|
|
2903
|
+
{
|
|
2904
|
+
"type": "reference",
|
|
2905
|
+
"id": 61,
|
|
2906
|
+
"name": "TQueryResult"
|
|
2907
|
+
}
|
|
2908
|
+
],
|
|
2909
|
+
"name": "XyoModuleQueryResult"
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"type": "reference",
|
|
2913
|
+
"name": "XyoAccount"
|
|
2914
|
+
}
|
|
2915
|
+
],
|
|
2916
|
+
"name": "PromiseEx"
|
|
2917
|
+
},
|
|
2918
|
+
"overwrites": {
|
|
2919
|
+
"type": "reference",
|
|
2920
|
+
"name": "XyoModule.query"
|
|
2921
|
+
},
|
|
2922
|
+
"implementationOf": {
|
|
2923
|
+
"type": "reference",
|
|
2924
|
+
"name": "NodeModule.query"
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
],
|
|
2928
|
+
"overwrites": {
|
|
2929
|
+
"type": "reference",
|
|
2930
|
+
"name": "XyoModule.query"
|
|
2931
|
+
},
|
|
2932
|
+
"implementationOf": {
|
|
2933
|
+
"type": "reference",
|
|
2934
|
+
"id": 30,
|
|
2935
|
+
"name": "NodeModule.query"
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"id": 172,
|
|
2940
|
+
"name": "queryable",
|
|
2941
|
+
"kind": 2048,
|
|
2942
|
+
"kindString": "Method",
|
|
2943
|
+
"flags": {},
|
|
2944
|
+
"sources": [
|
|
2945
|
+
{
|
|
2946
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2947
|
+
"line": 14,
|
|
2948
|
+
"character": 4
|
|
2949
|
+
}
|
|
2950
|
+
],
|
|
2951
|
+
"signatures": [
|
|
2952
|
+
{
|
|
2953
|
+
"id": 173,
|
|
2954
|
+
"name": "queryable",
|
|
2955
|
+
"kind": 4096,
|
|
2956
|
+
"kindString": "Call signature",
|
|
2957
|
+
"flags": {},
|
|
2958
|
+
"parameters": [
|
|
2959
|
+
{
|
|
2960
|
+
"id": 174,
|
|
2961
|
+
"name": "schema",
|
|
2962
|
+
"kind": 32768,
|
|
2963
|
+
"kindString": "Parameter",
|
|
2964
|
+
"flags": {},
|
|
2965
|
+
"type": {
|
|
2966
|
+
"type": "intrinsic",
|
|
2967
|
+
"name": "string"
|
|
2968
|
+
}
|
|
2969
|
+
}
|
|
2970
|
+
],
|
|
2971
|
+
"type": {
|
|
2972
|
+
"type": "intrinsic",
|
|
2973
|
+
"name": "boolean"
|
|
2974
|
+
},
|
|
2975
|
+
"inheritedFrom": {
|
|
2976
|
+
"type": "reference",
|
|
2977
|
+
"name": "XyoModule.queryable"
|
|
2978
|
+
},
|
|
2979
|
+
"implementationOf": {
|
|
2980
|
+
"type": "reference",
|
|
2981
|
+
"name": "NodeModule.queryable"
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
],
|
|
2985
|
+
"inheritedFrom": {
|
|
2986
|
+
"type": "reference",
|
|
2987
|
+
"name": "XyoModule.queryable"
|
|
2988
|
+
},
|
|
2989
|
+
"implementationOf": {
|
|
2990
|
+
"type": "reference",
|
|
2991
|
+
"id": 26,
|
|
2992
|
+
"name": "NodeModule.queryable"
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
{
|
|
2996
|
+
"id": 161,
|
|
2997
|
+
"name": "register",
|
|
2998
|
+
"kind": 2048,
|
|
2999
|
+
"kindString": "Method",
|
|
3000
|
+
"flags": {},
|
|
3001
|
+
"sources": [
|
|
3002
|
+
{
|
|
3003
|
+
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3004
|
+
"line": 61,
|
|
3005
|
+
"character": 2,
|
|
3006
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L61"
|
|
3007
|
+
}
|
|
3008
|
+
],
|
|
3009
|
+
"signatures": [
|
|
3010
|
+
{
|
|
3011
|
+
"id": 162,
|
|
3012
|
+
"name": "register",
|
|
3013
|
+
"kind": 4096,
|
|
3014
|
+
"kindString": "Call signature",
|
|
3015
|
+
"flags": {},
|
|
3016
|
+
"parameters": [
|
|
3017
|
+
{
|
|
3018
|
+
"id": 163,
|
|
3019
|
+
"name": "_module",
|
|
3020
|
+
"kind": 32768,
|
|
3021
|
+
"kindString": "Parameter",
|
|
3022
|
+
"flags": {},
|
|
3023
|
+
"type": {
|
|
3024
|
+
"type": "reference",
|
|
3025
|
+
"id": 92,
|
|
3026
|
+
"name": "TModule"
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
],
|
|
3030
|
+
"type": {
|
|
3031
|
+
"type": "intrinsic",
|
|
3032
|
+
"name": "void"
|
|
3033
|
+
}
|
|
3034
|
+
}
|
|
3035
|
+
]
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"id": 120,
|
|
3039
|
+
"name": "registered",
|
|
3040
|
+
"kind": 2048,
|
|
3041
|
+
"kindString": "Method",
|
|
3042
|
+
"flags": {},
|
|
3043
|
+
"sources": [
|
|
3044
|
+
{
|
|
3045
|
+
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3046
|
+
"line": 22,
|
|
3047
|
+
"character": 2,
|
|
3048
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L22"
|
|
3049
|
+
}
|
|
3050
|
+
],
|
|
3051
|
+
"signatures": [
|
|
3052
|
+
{
|
|
3053
|
+
"id": 121,
|
|
3054
|
+
"name": "registered",
|
|
3055
|
+
"kind": 4096,
|
|
3056
|
+
"kindString": "Call signature",
|
|
3057
|
+
"flags": {},
|
|
3058
|
+
"type": {
|
|
3059
|
+
"type": "array",
|
|
3060
|
+
"elementType": {
|
|
3061
|
+
"type": "intrinsic",
|
|
3062
|
+
"name": "string"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
"implementationOf": {
|
|
3066
|
+
"type": "reference",
|
|
3067
|
+
"id": 20,
|
|
3068
|
+
"name": "NodeModule.registered"
|
|
3069
|
+
}
|
|
3070
|
+
}
|
|
3071
|
+
],
|
|
3072
|
+
"implementationOf": {
|
|
3073
|
+
"type": "reference",
|
|
3074
|
+
"id": 19,
|
|
3075
|
+
"name": "NodeModule.registered"
|
|
3076
|
+
}
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"id": 102,
|
|
3080
|
+
"name": "resolve",
|
|
3081
|
+
"kind": 2048,
|
|
3082
|
+
"kindString": "Method",
|
|
3083
|
+
"flags": {
|
|
3084
|
+
"isAbstract": true
|
|
3085
|
+
},
|
|
3086
|
+
"sources": [
|
|
3087
|
+
{
|
|
3088
|
+
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3089
|
+
"line": 20,
|
|
3090
|
+
"character": 11,
|
|
3091
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L20"
|
|
3092
|
+
}
|
|
3093
|
+
],
|
|
3094
|
+
"signatures": [
|
|
3095
|
+
{
|
|
3096
|
+
"id": 103,
|
|
3097
|
+
"name": "resolve",
|
|
3098
|
+
"kind": 4096,
|
|
3099
|
+
"kindString": "Call signature",
|
|
3100
|
+
"flags": {},
|
|
3101
|
+
"parameters": [
|
|
3102
|
+
{
|
|
3103
|
+
"id": 104,
|
|
3104
|
+
"name": "_address",
|
|
3105
|
+
"kind": 32768,
|
|
3106
|
+
"kindString": "Parameter",
|
|
3107
|
+
"flags": {},
|
|
3108
|
+
"type": {
|
|
3109
|
+
"type": "intrinsic",
|
|
3110
|
+
"name": "string"
|
|
3111
|
+
}
|
|
3112
|
+
}
|
|
3113
|
+
],
|
|
3114
|
+
"type": {
|
|
3115
|
+
"type": "union",
|
|
3116
|
+
"types": [
|
|
3117
|
+
{
|
|
3118
|
+
"type": "literal",
|
|
3119
|
+
"value": null
|
|
3120
|
+
},
|
|
3121
|
+
{
|
|
3122
|
+
"type": "reference",
|
|
3123
|
+
"typeArguments": [
|
|
3124
|
+
{
|
|
3125
|
+
"type": "reflection",
|
|
3126
|
+
"declaration": {
|
|
3127
|
+
"id": 105,
|
|
3128
|
+
"name": "__type",
|
|
3129
|
+
"kind": 65536,
|
|
3130
|
+
"kindString": "Type literal",
|
|
3131
|
+
"flags": {},
|
|
3132
|
+
"children": [
|
|
3133
|
+
{
|
|
3134
|
+
"id": 107,
|
|
3135
|
+
"name": "previousHash",
|
|
3136
|
+
"kind": 1024,
|
|
3137
|
+
"kindString": "Property",
|
|
3138
|
+
"flags": {
|
|
3139
|
+
"isOptional": true
|
|
3140
|
+
},
|
|
3141
|
+
"sources": [
|
|
3142
|
+
{
|
|
3143
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3144
|
+
"line": 9,
|
|
3145
|
+
"character": 4
|
|
3146
|
+
}
|
|
3147
|
+
],
|
|
3148
|
+
"type": {
|
|
3149
|
+
"type": "intrinsic",
|
|
3150
|
+
"name": "string"
|
|
3151
|
+
}
|
|
3152
|
+
},
|
|
3153
|
+
{
|
|
3154
|
+
"id": 106,
|
|
3155
|
+
"name": "schema",
|
|
3156
|
+
"kind": 1024,
|
|
3157
|
+
"kindString": "Property",
|
|
3158
|
+
"flags": {},
|
|
3159
|
+
"sources": [
|
|
3160
|
+
{
|
|
3161
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3162
|
+
"line": 8,
|
|
3163
|
+
"character": 4
|
|
3164
|
+
}
|
|
3165
|
+
],
|
|
3166
|
+
"type": {
|
|
3167
|
+
"type": "intrinsic",
|
|
3168
|
+
"name": "string"
|
|
3169
|
+
}
|
|
3170
|
+
},
|
|
3171
|
+
{
|
|
3172
|
+
"id": 108,
|
|
3173
|
+
"name": "sources",
|
|
3174
|
+
"kind": 1024,
|
|
3175
|
+
"kindString": "Property",
|
|
3176
|
+
"flags": {
|
|
3177
|
+
"isOptional": true
|
|
3178
|
+
},
|
|
3179
|
+
"sources": [
|
|
3180
|
+
{
|
|
3181
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3182
|
+
"line": 10,
|
|
3183
|
+
"character": 4
|
|
3184
|
+
}
|
|
3185
|
+
],
|
|
3186
|
+
"type": {
|
|
3187
|
+
"type": "array",
|
|
3188
|
+
"elementType": {
|
|
3189
|
+
"type": "intrinsic",
|
|
3190
|
+
"name": "string"
|
|
3191
|
+
}
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3194
|
+
{
|
|
3195
|
+
"id": 109,
|
|
3196
|
+
"name": "timestamp",
|
|
3197
|
+
"kind": 1024,
|
|
3198
|
+
"kindString": "Property",
|
|
3199
|
+
"flags": {
|
|
3200
|
+
"isOptional": true
|
|
3201
|
+
},
|
|
3202
|
+
"sources": [
|
|
3203
|
+
{
|
|
3204
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3205
|
+
"line": 11,
|
|
3206
|
+
"character": 4
|
|
3207
|
+
}
|
|
3208
|
+
],
|
|
3209
|
+
"type": {
|
|
3210
|
+
"type": "intrinsic",
|
|
3211
|
+
"name": "number"
|
|
3212
|
+
}
|
|
3213
|
+
}
|
|
3214
|
+
],
|
|
3215
|
+
"groups": [
|
|
3216
|
+
{
|
|
3217
|
+
"title": "Properties",
|
|
3218
|
+
"children": [
|
|
3219
|
+
107,
|
|
3220
|
+
106,
|
|
3221
|
+
108,
|
|
3222
|
+
109
|
|
3223
|
+
]
|
|
3224
|
+
}
|
|
3225
|
+
],
|
|
3226
|
+
"sources": [
|
|
3227
|
+
{
|
|
3228
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3229
|
+
"line": 7,
|
|
3230
|
+
"character": 107
|
|
3231
|
+
}
|
|
3232
|
+
]
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"type": "reference",
|
|
3237
|
+
"typeArguments": [
|
|
3238
|
+
{
|
|
3239
|
+
"type": "reflection",
|
|
3240
|
+
"declaration": {
|
|
3241
|
+
"id": 110,
|
|
3242
|
+
"name": "__type",
|
|
3243
|
+
"kind": 65536,
|
|
3244
|
+
"kindString": "Type literal",
|
|
3245
|
+
"flags": {},
|
|
3246
|
+
"children": [
|
|
3247
|
+
{
|
|
3248
|
+
"id": 112,
|
|
3249
|
+
"name": "previousHash",
|
|
3250
|
+
"kind": 1024,
|
|
3251
|
+
"kindString": "Property",
|
|
3252
|
+
"flags": {
|
|
3253
|
+
"isOptional": true
|
|
3254
|
+
},
|
|
3255
|
+
"sources": [
|
|
3256
|
+
{
|
|
3257
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3258
|
+
"line": 9,
|
|
3259
|
+
"character": 4
|
|
3260
|
+
}
|
|
3261
|
+
],
|
|
3262
|
+
"type": {
|
|
3263
|
+
"type": "intrinsic",
|
|
3264
|
+
"name": "string"
|
|
3265
|
+
}
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"id": 111,
|
|
3269
|
+
"name": "schema",
|
|
3270
|
+
"kind": 1024,
|
|
3271
|
+
"kindString": "Property",
|
|
3272
|
+
"flags": {},
|
|
3273
|
+
"sources": [
|
|
3274
|
+
{
|
|
3275
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3276
|
+
"line": 8,
|
|
3277
|
+
"character": 4
|
|
3278
|
+
}
|
|
3279
|
+
],
|
|
3280
|
+
"type": {
|
|
3281
|
+
"type": "intrinsic",
|
|
3282
|
+
"name": "string"
|
|
3283
|
+
}
|
|
3284
|
+
},
|
|
3285
|
+
{
|
|
3286
|
+
"id": 113,
|
|
3287
|
+
"name": "sources",
|
|
3288
|
+
"kind": 1024,
|
|
3289
|
+
"kindString": "Property",
|
|
3290
|
+
"flags": {
|
|
3291
|
+
"isOptional": true
|
|
3292
|
+
},
|
|
3293
|
+
"sources": [
|
|
3294
|
+
{
|
|
3295
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3296
|
+
"line": 10,
|
|
3297
|
+
"character": 4
|
|
3298
|
+
}
|
|
3299
|
+
],
|
|
3300
|
+
"type": {
|
|
3301
|
+
"type": "array",
|
|
3302
|
+
"elementType": {
|
|
3303
|
+
"type": "intrinsic",
|
|
3304
|
+
"name": "string"
|
|
3305
|
+
}
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"id": 114,
|
|
3310
|
+
"name": "timestamp",
|
|
3311
|
+
"kind": 1024,
|
|
3312
|
+
"kindString": "Property",
|
|
3313
|
+
"flags": {
|
|
3314
|
+
"isOptional": true
|
|
3315
|
+
},
|
|
3316
|
+
"sources": [
|
|
3317
|
+
{
|
|
3318
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3319
|
+
"line": 11,
|
|
3320
|
+
"character": 4
|
|
3321
|
+
}
|
|
3322
|
+
],
|
|
3323
|
+
"type": {
|
|
3324
|
+
"type": "intrinsic",
|
|
3325
|
+
"name": "number"
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
],
|
|
3329
|
+
"groups": [
|
|
3330
|
+
{
|
|
3331
|
+
"title": "Properties",
|
|
3332
|
+
"children": [
|
|
3333
|
+
112,
|
|
3334
|
+
111,
|
|
3335
|
+
113,
|
|
3336
|
+
114
|
|
3337
|
+
]
|
|
3338
|
+
}
|
|
3339
|
+
],
|
|
3340
|
+
"sources": [
|
|
3341
|
+
{
|
|
3342
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3343
|
+
"line": 7,
|
|
3344
|
+
"character": 107
|
|
3345
|
+
}
|
|
3346
|
+
]
|
|
3347
|
+
}
|
|
3348
|
+
},
|
|
3349
|
+
{
|
|
3350
|
+
"type": "intrinsic",
|
|
3351
|
+
"name": "string"
|
|
3352
|
+
}
|
|
3353
|
+
],
|
|
3354
|
+
"name": "XyoQuery"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"type": "reflection",
|
|
3358
|
+
"declaration": {
|
|
3359
|
+
"id": 115,
|
|
3360
|
+
"name": "__type",
|
|
3361
|
+
"kind": 65536,
|
|
3362
|
+
"kindString": "Type literal",
|
|
3363
|
+
"flags": {},
|
|
3364
|
+
"children": [
|
|
3365
|
+
{
|
|
3366
|
+
"id": 117,
|
|
3367
|
+
"name": "previousHash",
|
|
3368
|
+
"kind": 1024,
|
|
3369
|
+
"kindString": "Property",
|
|
3370
|
+
"flags": {
|
|
3371
|
+
"isOptional": true
|
|
3372
|
+
},
|
|
3373
|
+
"sources": [
|
|
3374
|
+
{
|
|
3375
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3376
|
+
"line": 9,
|
|
3377
|
+
"character": 4
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
"type": {
|
|
3381
|
+
"type": "intrinsic",
|
|
3382
|
+
"name": "string"
|
|
3383
|
+
}
|
|
3384
|
+
},
|
|
3385
|
+
{
|
|
3386
|
+
"id": 116,
|
|
3387
|
+
"name": "schema",
|
|
3388
|
+
"kind": 1024,
|
|
3389
|
+
"kindString": "Property",
|
|
3390
|
+
"flags": {},
|
|
3391
|
+
"sources": [
|
|
3392
|
+
{
|
|
3393
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3394
|
+
"line": 8,
|
|
3395
|
+
"character": 4
|
|
3396
|
+
}
|
|
3397
|
+
],
|
|
3398
|
+
"type": {
|
|
3399
|
+
"type": "intrinsic",
|
|
3400
|
+
"name": "string"
|
|
3401
|
+
}
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"id": 118,
|
|
3405
|
+
"name": "sources",
|
|
3406
|
+
"kind": 1024,
|
|
3407
|
+
"kindString": "Property",
|
|
3408
|
+
"flags": {
|
|
3409
|
+
"isOptional": true
|
|
3410
|
+
},
|
|
3411
|
+
"sources": [
|
|
3412
|
+
{
|
|
3413
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3414
|
+
"line": 10,
|
|
3415
|
+
"character": 4
|
|
3416
|
+
}
|
|
3417
|
+
],
|
|
3418
|
+
"type": {
|
|
3419
|
+
"type": "array",
|
|
3420
|
+
"elementType": {
|
|
3421
|
+
"type": "intrinsic",
|
|
3422
|
+
"name": "string"
|
|
3423
|
+
}
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"id": 119,
|
|
3428
|
+
"name": "timestamp",
|
|
3429
|
+
"kind": 1024,
|
|
3430
|
+
"kindString": "Property",
|
|
3431
|
+
"flags": {
|
|
3432
|
+
"isOptional": true
|
|
3433
|
+
},
|
|
3434
|
+
"sources": [
|
|
3435
|
+
{
|
|
3436
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3437
|
+
"line": 11,
|
|
3438
|
+
"character": 4
|
|
3439
|
+
}
|
|
3440
|
+
],
|
|
3441
|
+
"type": {
|
|
3442
|
+
"type": "intrinsic",
|
|
3443
|
+
"name": "number"
|
|
3444
|
+
}
|
|
3445
|
+
}
|
|
3446
|
+
],
|
|
3447
|
+
"groups": [
|
|
3448
|
+
{
|
|
3449
|
+
"title": "Properties",
|
|
3450
|
+
"children": [
|
|
3451
|
+
117,
|
|
3452
|
+
116,
|
|
3453
|
+
118,
|
|
3454
|
+
119
|
|
3455
|
+
]
|
|
3456
|
+
}
|
|
3457
|
+
],
|
|
3458
|
+
"sources": [
|
|
3459
|
+
{
|
|
3460
|
+
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
3461
|
+
"line": 7,
|
|
3462
|
+
"character": 107
|
|
3463
|
+
}
|
|
3464
|
+
]
|
|
3465
|
+
}
|
|
3466
|
+
}
|
|
3467
|
+
],
|
|
3468
|
+
"name": "XyoModule"
|
|
3469
|
+
}
|
|
3470
|
+
]
|
|
2770
3471
|
}
|
|
2771
3472
|
}
|
|
2772
|
-
]
|
|
2773
|
-
"inheritedFrom": {
|
|
2774
|
-
"type": "reference",
|
|
2775
|
-
"name": "XyoModule.queryable"
|
|
2776
|
-
},
|
|
2777
|
-
"implementationOf": {
|
|
2778
|
-
"type": "reference",
|
|
2779
|
-
"id": 26,
|
|
2780
|
-
"name": "NodeModule.queryable"
|
|
2781
|
-
}
|
|
3473
|
+
]
|
|
2782
3474
|
},
|
|
2783
3475
|
{
|
|
2784
|
-
"id":
|
|
2785
|
-
"name": "
|
|
3476
|
+
"id": 186,
|
|
3477
|
+
"name": "shutdown",
|
|
2786
3478
|
"kind": 2048,
|
|
2787
3479
|
"kindString": "Method",
|
|
2788
3480
|
"flags": {},
|
|
2789
3481
|
"sources": [
|
|
2790
3482
|
{
|
|
2791
|
-
"fileName": "modules/packages/
|
|
2792
|
-
"line":
|
|
2793
|
-
"character":
|
|
2794
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/node/src/XyoNode.ts#L52"
|
|
3483
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
3484
|
+
"line": 20,
|
|
3485
|
+
"character": 4
|
|
2795
3486
|
}
|
|
2796
3487
|
],
|
|
2797
3488
|
"signatures": [
|
|
2798
3489
|
{
|
|
2799
|
-
"id":
|
|
2800
|
-
"name": "
|
|
3490
|
+
"id": 187,
|
|
3491
|
+
"name": "shutdown",
|
|
2801
3492
|
"kind": 4096,
|
|
2802
3493
|
"kindString": "Call signature",
|
|
2803
3494
|
"flags": {},
|
|
2804
3495
|
"parameters": [
|
|
2805
3496
|
{
|
|
2806
|
-
"id":
|
|
2807
|
-
"name": "
|
|
3497
|
+
"id": 188,
|
|
3498
|
+
"name": "_queryAccount",
|
|
2808
3499
|
"kind": 32768,
|
|
2809
3500
|
"kindString": "Parameter",
|
|
2810
|
-
"flags": {
|
|
3501
|
+
"flags": {
|
|
3502
|
+
"isOptional": true
|
|
3503
|
+
},
|
|
2811
3504
|
"type": {
|
|
2812
3505
|
"type": "reference",
|
|
2813
|
-
"
|
|
2814
|
-
"name": "TModule"
|
|
3506
|
+
"name": "XyoAccount"
|
|
2815
3507
|
}
|
|
2816
3508
|
}
|
|
2817
3509
|
],
|
|
2818
|
-
"type": {
|
|
2819
|
-
"type": "intrinsic",
|
|
2820
|
-
"name": "void"
|
|
2821
|
-
}
|
|
2822
|
-
}
|
|
2823
|
-
]
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
"id": 149,
|
|
2827
|
-
"name": "shutdown",
|
|
2828
|
-
"kind": 2048,
|
|
2829
|
-
"kindString": "Method",
|
|
2830
|
-
"flags": {},
|
|
2831
|
-
"sources": [
|
|
2832
|
-
{
|
|
2833
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2834
|
-
"line": 20,
|
|
2835
|
-
"character": 4
|
|
2836
|
-
}
|
|
2837
|
-
],
|
|
2838
|
-
"signatures": [
|
|
2839
|
-
{
|
|
2840
|
-
"id": 150,
|
|
2841
|
-
"name": "shutdown",
|
|
2842
|
-
"kind": 4096,
|
|
2843
|
-
"kindString": "Call signature",
|
|
2844
|
-
"flags": {},
|
|
2845
3510
|
"type": {
|
|
2846
3511
|
"type": "intrinsic",
|
|
2847
3512
|
"name": "void"
|
|
@@ -2858,7 +3523,7 @@
|
|
|
2858
3523
|
}
|
|
2859
3524
|
},
|
|
2860
3525
|
{
|
|
2861
|
-
"id":
|
|
3526
|
+
"id": 183,
|
|
2862
3527
|
"name": "subscribe",
|
|
2863
3528
|
"kind": 2048,
|
|
2864
3529
|
"kindString": "Method",
|
|
@@ -2872,11 +3537,26 @@
|
|
|
2872
3537
|
],
|
|
2873
3538
|
"signatures": [
|
|
2874
3539
|
{
|
|
2875
|
-
"id":
|
|
3540
|
+
"id": 184,
|
|
2876
3541
|
"name": "subscribe",
|
|
2877
3542
|
"kind": 4096,
|
|
2878
3543
|
"kindString": "Call signature",
|
|
2879
3544
|
"flags": {},
|
|
3545
|
+
"parameters": [
|
|
3546
|
+
{
|
|
3547
|
+
"id": 185,
|
|
3548
|
+
"name": "_queryAccount",
|
|
3549
|
+
"kind": 32768,
|
|
3550
|
+
"kindString": "Parameter",
|
|
3551
|
+
"flags": {
|
|
3552
|
+
"isOptional": true
|
|
3553
|
+
},
|
|
3554
|
+
"type": {
|
|
3555
|
+
"type": "reference",
|
|
3556
|
+
"name": "XyoAccount"
|
|
3557
|
+
}
|
|
3558
|
+
}
|
|
3559
|
+
],
|
|
2880
3560
|
"type": {
|
|
2881
3561
|
"type": "intrinsic",
|
|
2882
3562
|
"name": "void"
|
|
@@ -2903,35 +3583,40 @@
|
|
|
2903
3583
|
{
|
|
2904
3584
|
"title": "Properties",
|
|
2905
3585
|
"children": [
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
3586
|
+
168,
|
|
3587
|
+
167,
|
|
3588
|
+
169
|
|
2909
3589
|
]
|
|
2910
3590
|
},
|
|
2911
3591
|
{
|
|
2912
3592
|
"title": "Accessors",
|
|
2913
3593
|
"children": [
|
|
2914
|
-
|
|
3594
|
+
170
|
|
2915
3595
|
]
|
|
2916
3596
|
},
|
|
2917
3597
|
{
|
|
2918
3598
|
"title": "Methods",
|
|
2919
3599
|
"children": [
|
|
2920
|
-
|
|
3600
|
+
96,
|
|
2921
3601
|
122,
|
|
2922
|
-
120,
|
|
2923
|
-
151,
|
|
2924
|
-
160,
|
|
2925
|
-
117,
|
|
2926
|
-
143,
|
|
2927
|
-
130,
|
|
2928
|
-
145,
|
|
2929
3602
|
141,
|
|
2930
3603
|
124,
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
3604
|
+
193,
|
|
3605
|
+
189,
|
|
3606
|
+
201,
|
|
3607
|
+
198,
|
|
3608
|
+
99,
|
|
3609
|
+
177,
|
|
3610
|
+
164,
|
|
3611
|
+
180,
|
|
3612
|
+
175,
|
|
3613
|
+
158,
|
|
3614
|
+
172,
|
|
3615
|
+
161,
|
|
3616
|
+
120,
|
|
3617
|
+
102,
|
|
3618
|
+
186,
|
|
3619
|
+
183
|
|
2935
3620
|
]
|
|
2936
3621
|
}
|
|
2937
3622
|
],
|
|
@@ -2940,12 +3625,12 @@
|
|
|
2940
3625
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2941
3626
|
"line": 8,
|
|
2942
3627
|
"character": 22,
|
|
2943
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3628
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L8"
|
|
2944
3629
|
}
|
|
2945
3630
|
],
|
|
2946
3631
|
"typeParameters": [
|
|
2947
3632
|
{
|
|
2948
|
-
"id":
|
|
3633
|
+
"id": 205,
|
|
2949
3634
|
"name": "TConfig",
|
|
2950
3635
|
"kind": 131072,
|
|
2951
3636
|
"kindString": "Type parameter",
|
|
@@ -2960,7 +3645,7 @@
|
|
|
2960
3645
|
}
|
|
2961
3646
|
},
|
|
2962
3647
|
{
|
|
2963
|
-
"id":
|
|
3648
|
+
"id": 206,
|
|
2964
3649
|
"name": "TQuery",
|
|
2965
3650
|
"kind": 131072,
|
|
2966
3651
|
"kindString": "Type parameter",
|
|
@@ -2975,7 +3660,7 @@
|
|
|
2975
3660
|
}
|
|
2976
3661
|
},
|
|
2977
3662
|
{
|
|
2978
|
-
"id":
|
|
3663
|
+
"id": 207,
|
|
2979
3664
|
"name": "TQueryResult",
|
|
2980
3665
|
"kind": 131072,
|
|
2981
3666
|
"kindString": "Type parameter",
|
|
@@ -2990,7 +3675,7 @@
|
|
|
2990
3675
|
}
|
|
2991
3676
|
},
|
|
2992
3677
|
{
|
|
2993
|
-
"id":
|
|
3678
|
+
"id": 208,
|
|
2994
3679
|
"name": "TModule",
|
|
2995
3680
|
"kind": 131072,
|
|
2996
3681
|
"kindString": "Type parameter",
|
|
@@ -3066,7 +3751,7 @@
|
|
|
3066
3751
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3067
3752
|
"line": 6,
|
|
3068
3753
|
"character": 2,
|
|
3069
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3754
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L6"
|
|
3070
3755
|
}
|
|
3071
3756
|
],
|
|
3072
3757
|
"signatures": [
|
|
@@ -3107,7 +3792,7 @@
|
|
|
3107
3792
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3108
3793
|
"line": 9,
|
|
3109
3794
|
"character": 2,
|
|
3110
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3795
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L9"
|
|
3111
3796
|
}
|
|
3112
3797
|
],
|
|
3113
3798
|
"signatures": [
|
|
@@ -3126,43 +3811,10 @@
|
|
|
3126
3811
|
"type": "intrinsic",
|
|
3127
3812
|
"name": "string"
|
|
3128
3813
|
}
|
|
3129
|
-
}
|
|
3130
|
-
],
|
|
3131
|
-
"name": "Promisable"
|
|
3132
|
-
}
|
|
3133
|
-
}
|
|
3134
|
-
]
|
|
3135
|
-
},
|
|
3136
|
-
{
|
|
3137
|
-
"id": 8,
|
|
3138
|
-
"name": "available",
|
|
3139
|
-
"kind": 2048,
|
|
3140
|
-
"kindString": "Method",
|
|
3141
|
-
"flags": {},
|
|
3142
|
-
"sources": [
|
|
3143
|
-
{
|
|
3144
|
-
"fileName": "modules/packages/node/src/Node.ts",
|
|
3145
|
-
"line": 8,
|
|
3146
|
-
"character": 2,
|
|
3147
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/node/src/Node.ts#L8"
|
|
3148
|
-
}
|
|
3149
|
-
],
|
|
3150
|
-
"signatures": [
|
|
3151
|
-
{
|
|
3152
|
-
"id": 9,
|
|
3153
|
-
"name": "available",
|
|
3154
|
-
"kind": 4096,
|
|
3155
|
-
"kindString": "Call signature",
|
|
3156
|
-
"flags": {},
|
|
3157
|
-
"type": {
|
|
3158
|
-
"type": "reference",
|
|
3159
|
-
"typeArguments": [
|
|
3814
|
+
},
|
|
3160
3815
|
{
|
|
3161
|
-
"type": "
|
|
3162
|
-
"
|
|
3163
|
-
"type": "intrinsic",
|
|
3164
|
-
"name": "string"
|
|
3165
|
-
}
|
|
3816
|
+
"type": "intrinsic",
|
|
3817
|
+
"name": "never"
|
|
3166
3818
|
}
|
|
3167
3819
|
],
|
|
3168
3820
|
"name": "Promisable"
|
|
@@ -3181,7 +3833,7 @@
|
|
|
3181
3833
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3182
3834
|
"line": 7,
|
|
3183
3835
|
"character": 2,
|
|
3184
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3836
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L7"
|
|
3185
3837
|
}
|
|
3186
3838
|
],
|
|
3187
3839
|
"signatures": [
|
|
@@ -3210,6 +3862,47 @@
|
|
|
3210
3862
|
}
|
|
3211
3863
|
}
|
|
3212
3864
|
]
|
|
3865
|
+
},
|
|
3866
|
+
{
|
|
3867
|
+
"id": 8,
|
|
3868
|
+
"name": "registered",
|
|
3869
|
+
"kind": 2048,
|
|
3870
|
+
"kindString": "Method",
|
|
3871
|
+
"flags": {},
|
|
3872
|
+
"sources": [
|
|
3873
|
+
{
|
|
3874
|
+
"fileName": "modules/packages/node/src/Node.ts",
|
|
3875
|
+
"line": 8,
|
|
3876
|
+
"character": 2,
|
|
3877
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L8"
|
|
3878
|
+
}
|
|
3879
|
+
],
|
|
3880
|
+
"signatures": [
|
|
3881
|
+
{
|
|
3882
|
+
"id": 9,
|
|
3883
|
+
"name": "registered",
|
|
3884
|
+
"kind": 4096,
|
|
3885
|
+
"kindString": "Call signature",
|
|
3886
|
+
"flags": {},
|
|
3887
|
+
"type": {
|
|
3888
|
+
"type": "reference",
|
|
3889
|
+
"typeArguments": [
|
|
3890
|
+
{
|
|
3891
|
+
"type": "array",
|
|
3892
|
+
"elementType": {
|
|
3893
|
+
"type": "intrinsic",
|
|
3894
|
+
"name": "string"
|
|
3895
|
+
}
|
|
3896
|
+
},
|
|
3897
|
+
{
|
|
3898
|
+
"type": "intrinsic",
|
|
3899
|
+
"name": "never"
|
|
3900
|
+
}
|
|
3901
|
+
],
|
|
3902
|
+
"name": "Promisable"
|
|
3903
|
+
}
|
|
3904
|
+
}
|
|
3905
|
+
]
|
|
3213
3906
|
}
|
|
3214
3907
|
],
|
|
3215
3908
|
"groups": [
|
|
@@ -3218,8 +3911,8 @@
|
|
|
3218
3911
|
"children": [
|
|
3219
3912
|
2,
|
|
3220
3913
|
10,
|
|
3221
|
-
|
|
3222
|
-
|
|
3914
|
+
5,
|
|
3915
|
+
8
|
|
3223
3916
|
]
|
|
3224
3917
|
}
|
|
3225
3918
|
],
|
|
@@ -3228,7 +3921,7 @@
|
|
|
3228
3921
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3229
3922
|
"line": 5,
|
|
3230
3923
|
"character": 17,
|
|
3231
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3924
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L5"
|
|
3232
3925
|
}
|
|
3233
3926
|
],
|
|
3234
3927
|
"extendedBy": [
|
|
@@ -3330,6 +4023,10 @@
|
|
|
3330
4023
|
}
|
|
3331
4024
|
],
|
|
3332
4025
|
"name": "XyoModuleQueryResult"
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"type": "intrinsic",
|
|
4029
|
+
"name": "never"
|
|
3333
4030
|
}
|
|
3334
4031
|
],
|
|
3335
4032
|
"name": "Promisable"
|
|
@@ -3415,7 +4112,7 @@
|
|
|
3415
4112
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3416
4113
|
"line": 6,
|
|
3417
4114
|
"character": 2,
|
|
3418
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4115
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L6"
|
|
3419
4116
|
}
|
|
3420
4117
|
],
|
|
3421
4118
|
"signatures": [
|
|
@@ -3466,7 +4163,7 @@
|
|
|
3466
4163
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3467
4164
|
"line": 9,
|
|
3468
4165
|
"character": 2,
|
|
3469
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4166
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L9"
|
|
3470
4167
|
}
|
|
3471
4168
|
],
|
|
3472
4169
|
"signatures": [
|
|
@@ -3485,6 +4182,10 @@
|
|
|
3485
4182
|
"type": "intrinsic",
|
|
3486
4183
|
"name": "string"
|
|
3487
4184
|
}
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"type": "intrinsic",
|
|
4188
|
+
"name": "never"
|
|
3488
4189
|
}
|
|
3489
4190
|
],
|
|
3490
4191
|
"name": "Promisable"
|
|
@@ -3502,53 +4203,6 @@
|
|
|
3502
4203
|
"name": "Node.attached"
|
|
3503
4204
|
}
|
|
3504
4205
|
},
|
|
3505
|
-
{
|
|
3506
|
-
"id": 19,
|
|
3507
|
-
"name": "available",
|
|
3508
|
-
"kind": 2048,
|
|
3509
|
-
"kindString": "Method",
|
|
3510
|
-
"flags": {},
|
|
3511
|
-
"sources": [
|
|
3512
|
-
{
|
|
3513
|
-
"fileName": "modules/packages/node/src/Node.ts",
|
|
3514
|
-
"line": 8,
|
|
3515
|
-
"character": 2,
|
|
3516
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0a471bd/packages/modules/packages/node/src/Node.ts#L8"
|
|
3517
|
-
}
|
|
3518
|
-
],
|
|
3519
|
-
"signatures": [
|
|
3520
|
-
{
|
|
3521
|
-
"id": 20,
|
|
3522
|
-
"name": "available",
|
|
3523
|
-
"kind": 4096,
|
|
3524
|
-
"kindString": "Call signature",
|
|
3525
|
-
"flags": {},
|
|
3526
|
-
"type": {
|
|
3527
|
-
"type": "reference",
|
|
3528
|
-
"typeArguments": [
|
|
3529
|
-
{
|
|
3530
|
-
"type": "array",
|
|
3531
|
-
"elementType": {
|
|
3532
|
-
"type": "intrinsic",
|
|
3533
|
-
"name": "string"
|
|
3534
|
-
}
|
|
3535
|
-
}
|
|
3536
|
-
],
|
|
3537
|
-
"name": "Promisable"
|
|
3538
|
-
},
|
|
3539
|
-
"inheritedFrom": {
|
|
3540
|
-
"type": "reference",
|
|
3541
|
-
"id": 9,
|
|
3542
|
-
"name": "Node.available"
|
|
3543
|
-
}
|
|
3544
|
-
}
|
|
3545
|
-
],
|
|
3546
|
-
"inheritedFrom": {
|
|
3547
|
-
"type": "reference",
|
|
3548
|
-
"id": 8,
|
|
3549
|
-
"name": "Node.available"
|
|
3550
|
-
}
|
|
3551
|
-
},
|
|
3552
4206
|
{
|
|
3553
4207
|
"id": 16,
|
|
3554
4208
|
"name": "detatch",
|
|
@@ -3560,7 +4214,7 @@
|
|
|
3560
4214
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3561
4215
|
"line": 7,
|
|
3562
4216
|
"character": 2,
|
|
3563
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4217
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L7"
|
|
3564
4218
|
}
|
|
3565
4219
|
],
|
|
3566
4220
|
"signatures": [
|
|
@@ -3637,6 +4291,57 @@
|
|
|
3637
4291
|
"type": "reference",
|
|
3638
4292
|
"name": "Module.queries"
|
|
3639
4293
|
}
|
|
4294
|
+
},
|
|
4295
|
+
{
|
|
4296
|
+
"id": 19,
|
|
4297
|
+
"name": "registered",
|
|
4298
|
+
"kind": 2048,
|
|
4299
|
+
"kindString": "Method",
|
|
4300
|
+
"flags": {},
|
|
4301
|
+
"sources": [
|
|
4302
|
+
{
|
|
4303
|
+
"fileName": "modules/packages/node/src/Node.ts",
|
|
4304
|
+
"line": 8,
|
|
4305
|
+
"character": 2,
|
|
4306
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L8"
|
|
4307
|
+
}
|
|
4308
|
+
],
|
|
4309
|
+
"signatures": [
|
|
4310
|
+
{
|
|
4311
|
+
"id": 20,
|
|
4312
|
+
"name": "registered",
|
|
4313
|
+
"kind": 4096,
|
|
4314
|
+
"kindString": "Call signature",
|
|
4315
|
+
"flags": {},
|
|
4316
|
+
"type": {
|
|
4317
|
+
"type": "reference",
|
|
4318
|
+
"typeArguments": [
|
|
4319
|
+
{
|
|
4320
|
+
"type": "array",
|
|
4321
|
+
"elementType": {
|
|
4322
|
+
"type": "intrinsic",
|
|
4323
|
+
"name": "string"
|
|
4324
|
+
}
|
|
4325
|
+
},
|
|
4326
|
+
{
|
|
4327
|
+
"type": "intrinsic",
|
|
4328
|
+
"name": "never"
|
|
4329
|
+
}
|
|
4330
|
+
],
|
|
4331
|
+
"name": "Promisable"
|
|
4332
|
+
},
|
|
4333
|
+
"inheritedFrom": {
|
|
4334
|
+
"type": "reference",
|
|
4335
|
+
"id": 9,
|
|
4336
|
+
"name": "Node.registered"
|
|
4337
|
+
}
|
|
4338
|
+
}
|
|
4339
|
+
],
|
|
4340
|
+
"inheritedFrom": {
|
|
4341
|
+
"type": "reference",
|
|
4342
|
+
"id": 8,
|
|
4343
|
+
"name": "Node.registered"
|
|
4344
|
+
}
|
|
3640
4345
|
}
|
|
3641
4346
|
],
|
|
3642
4347
|
"groups": [
|
|
@@ -3653,9 +4358,9 @@
|
|
|
3653
4358
|
"children": [
|
|
3654
4359
|
13,
|
|
3655
4360
|
21,
|
|
3656
|
-
19,
|
|
3657
4361
|
16,
|
|
3658
|
-
24
|
|
4362
|
+
24,
|
|
4363
|
+
19
|
|
3659
4364
|
]
|
|
3660
4365
|
}
|
|
3661
4366
|
],
|
|
@@ -3664,7 +4369,7 @@
|
|
|
3664
4369
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3665
4370
|
"line": 12,
|
|
3666
4371
|
"character": 17,
|
|
3667
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4372
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/Node.ts#L12"
|
|
3668
4373
|
}
|
|
3669
4374
|
],
|
|
3670
4375
|
"typeParameters": [
|
|
@@ -3751,7 +4456,7 @@
|
|
|
3751
4456
|
"fileName": "modules/packages/node/src/index.ts",
|
|
3752
4457
|
"line": 1,
|
|
3753
4458
|
"character": 0,
|
|
3754
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
4459
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/index.ts#L1"
|
|
3755
4460
|
}
|
|
3756
4461
|
]
|
|
3757
4462
|
}
|