@xyo-network/node 2.32.1 → 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 +1 -1
- package/dist/cjs/MemoryNode.d.ts.map +1 -1
- package/dist/cjs/MemoryNode.js +5 -5
- 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 +4 -4
- package/dist/cjs/XyoNode.d.ts.map +1 -1
- package/dist/cjs/XyoNode.js +5 -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.js → cli/index.js} +7 -6
- 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 +440 -503
- package/dist/esm/MemoryNode.d.ts +1 -1
- package/dist/esm/MemoryNode.d.ts.map +1 -1
- package/dist/esm/MemoryNode.js +5 -5
- 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 +4 -4
- package/dist/esm/XyoNode.d.ts.map +1 -1
- package/dist/esm/XyoNode.js +5 -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.js → cli/index.js} +7 -6
- 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 +15 -8
- package/src/MemoryNode.spec.ts +1 -1
- package/src/MemoryNode.ts +5 -5
- package/src/Node.ts +2 -2
- package/src/XyoNode.ts +7 -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/cjs/cli.d.ts +0 -2
- package/dist/cjs/cli.d.ts.map +0 -1
- package/dist/cjs/cli.js.map +0 -1
- package/dist/esm/cli.d.ts +0 -2
- package/dist/esm/cli.d.ts.map +0 -1
- package/dist/esm/cli.js.map +0 -1
- package/src/cli.ts +0 -68
package/dist/docs.json
CHANGED
|
@@ -1431,7 +1431,7 @@
|
|
|
1431
1431
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1432
1432
|
"line": 18,
|
|
1433
1433
|
"character": 11,
|
|
1434
|
-
"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"
|
|
1435
1435
|
}
|
|
1436
1436
|
],
|
|
1437
1437
|
"signatures": [
|
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1491
1491
|
"line": 25,
|
|
1492
1492
|
"character": 2,
|
|
1493
|
-
"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"
|
|
1494
1494
|
}
|
|
1495
1495
|
],
|
|
1496
1496
|
"signatures": [
|
|
@@ -1531,7 +1531,7 @@
|
|
|
1531
1531
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1532
1532
|
"line": 32,
|
|
1533
1533
|
"character": 2,
|
|
1534
|
-
"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"
|
|
1535
1535
|
}
|
|
1536
1536
|
],
|
|
1537
1537
|
"signatures": [
|
|
@@ -1896,47 +1896,6 @@
|
|
|
1896
1896
|
}
|
|
1897
1897
|
]
|
|
1898
1898
|
},
|
|
1899
|
-
{
|
|
1900
|
-
"id": 120,
|
|
1901
|
-
"name": "available",
|
|
1902
|
-
"kind": 2048,
|
|
1903
|
-
"kindString": "Method",
|
|
1904
|
-
"flags": {},
|
|
1905
|
-
"sources": [
|
|
1906
|
-
{
|
|
1907
|
-
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1908
|
-
"line": 22,
|
|
1909
|
-
"character": 2,
|
|
1910
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/node/src/XyoNode.ts#L22"
|
|
1911
|
-
}
|
|
1912
|
-
],
|
|
1913
|
-
"signatures": [
|
|
1914
|
-
{
|
|
1915
|
-
"id": 121,
|
|
1916
|
-
"name": "available",
|
|
1917
|
-
"kind": 4096,
|
|
1918
|
-
"kindString": "Call signature",
|
|
1919
|
-
"flags": {},
|
|
1920
|
-
"type": {
|
|
1921
|
-
"type": "array",
|
|
1922
|
-
"elementType": {
|
|
1923
|
-
"type": "intrinsic",
|
|
1924
|
-
"name": "string"
|
|
1925
|
-
}
|
|
1926
|
-
},
|
|
1927
|
-
"implementationOf": {
|
|
1928
|
-
"type": "reference",
|
|
1929
|
-
"id": 20,
|
|
1930
|
-
"name": "NodeModule.available"
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
],
|
|
1934
|
-
"implementationOf": {
|
|
1935
|
-
"type": "reference",
|
|
1936
|
-
"id": 19,
|
|
1937
|
-
"name": "NodeModule.available"
|
|
1938
|
-
}
|
|
1939
|
-
},
|
|
1940
1899
|
{
|
|
1941
1900
|
"id": 124,
|
|
1942
1901
|
"name": "availableModules",
|
|
@@ -1948,7 +1907,7 @@
|
|
|
1948
1907
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
1949
1908
|
"line": 29,
|
|
1950
1909
|
"character": 2,
|
|
1951
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1910
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L29"
|
|
1952
1911
|
}
|
|
1953
1912
|
],
|
|
1954
1913
|
"signatures": [
|
|
@@ -2314,7 +2273,7 @@
|
|
|
2314
2273
|
]
|
|
2315
2274
|
},
|
|
2316
2275
|
{
|
|
2317
|
-
"id":
|
|
2276
|
+
"id": 193,
|
|
2318
2277
|
"name": "bindHashes",
|
|
2319
2278
|
"kind": 2048,
|
|
2320
2279
|
"kindString": "Method",
|
|
@@ -2322,20 +2281,20 @@
|
|
|
2322
2281
|
"sources": [
|
|
2323
2282
|
{
|
|
2324
2283
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2325
|
-
"line":
|
|
2284
|
+
"line": 22,
|
|
2326
2285
|
"character": 4
|
|
2327
2286
|
}
|
|
2328
2287
|
],
|
|
2329
2288
|
"signatures": [
|
|
2330
2289
|
{
|
|
2331
|
-
"id":
|
|
2290
|
+
"id": 194,
|
|
2332
2291
|
"name": "bindHashes",
|
|
2333
2292
|
"kind": 4096,
|
|
2334
2293
|
"kindString": "Call signature",
|
|
2335
2294
|
"flags": {},
|
|
2336
2295
|
"parameters": [
|
|
2337
2296
|
{
|
|
2338
|
-
"id":
|
|
2297
|
+
"id": 195,
|
|
2339
2298
|
"name": "hashes",
|
|
2340
2299
|
"kind": 32768,
|
|
2341
2300
|
"kindString": "Parameter",
|
|
@@ -2349,7 +2308,7 @@
|
|
|
2349
2308
|
}
|
|
2350
2309
|
},
|
|
2351
2310
|
{
|
|
2352
|
-
"id":
|
|
2311
|
+
"id": 196,
|
|
2353
2312
|
"name": "schema",
|
|
2354
2313
|
"kind": 32768,
|
|
2355
2314
|
"kindString": "Parameter",
|
|
@@ -2361,128 +2320,32 @@
|
|
|
2361
2320
|
"name": "string"
|
|
2362
2321
|
}
|
|
2363
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"
|
|
2333
|
+
}
|
|
2364
2334
|
}
|
|
2365
2335
|
],
|
|
2366
2336
|
"type": {
|
|
2367
2337
|
"type": "reference",
|
|
2368
2338
|
"typeArguments": [
|
|
2369
2339
|
{
|
|
2370
|
-
"type": "
|
|
2371
|
-
"name": "
|
|
2340
|
+
"type": "intrinsic",
|
|
2341
|
+
"name": "unknown"
|
|
2372
2342
|
},
|
|
2373
2343
|
{
|
|
2374
|
-
"type": "
|
|
2375
|
-
"
|
|
2376
|
-
"id": 189,
|
|
2377
|
-
"name": "__type",
|
|
2378
|
-
"kind": 65536,
|
|
2379
|
-
"kindString": "Type literal",
|
|
2380
|
-
"flags": {},
|
|
2381
|
-
"children": [
|
|
2382
|
-
{
|
|
2383
|
-
"id": 191,
|
|
2384
|
-
"name": "previousHash",
|
|
2385
|
-
"kind": 1024,
|
|
2386
|
-
"kindString": "Property",
|
|
2387
|
-
"flags": {
|
|
2388
|
-
"isOptional": true
|
|
2389
|
-
},
|
|
2390
|
-
"sources": [
|
|
2391
|
-
{
|
|
2392
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2393
|
-
"line": 23,
|
|
2394
|
-
"character": 8
|
|
2395
|
-
}
|
|
2396
|
-
],
|
|
2397
|
-
"type": {
|
|
2398
|
-
"type": "intrinsic",
|
|
2399
|
-
"name": "string"
|
|
2400
|
-
}
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"id": 190,
|
|
2404
|
-
"name": "schema",
|
|
2405
|
-
"kind": 1024,
|
|
2406
|
-
"kindString": "Property",
|
|
2407
|
-
"flags": {},
|
|
2408
|
-
"sources": [
|
|
2409
|
-
{
|
|
2410
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2411
|
-
"line": 22,
|
|
2412
|
-
"character": 8
|
|
2413
|
-
}
|
|
2414
|
-
],
|
|
2415
|
-
"type": {
|
|
2416
|
-
"type": "intrinsic",
|
|
2417
|
-
"name": "string"
|
|
2418
|
-
}
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
"id": 192,
|
|
2422
|
-
"name": "sources",
|
|
2423
|
-
"kind": 1024,
|
|
2424
|
-
"kindString": "Property",
|
|
2425
|
-
"flags": {
|
|
2426
|
-
"isOptional": true
|
|
2427
|
-
},
|
|
2428
|
-
"sources": [
|
|
2429
|
-
{
|
|
2430
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2431
|
-
"line": 24,
|
|
2432
|
-
"character": 8
|
|
2433
|
-
}
|
|
2434
|
-
],
|
|
2435
|
-
"type": {
|
|
2436
|
-
"type": "array",
|
|
2437
|
-
"elementType": {
|
|
2438
|
-
"type": "intrinsic",
|
|
2439
|
-
"name": "string"
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"id": 193,
|
|
2445
|
-
"name": "timestamp",
|
|
2446
|
-
"kind": 1024,
|
|
2447
|
-
"kindString": "Property",
|
|
2448
|
-
"flags": {
|
|
2449
|
-
"isOptional": true
|
|
2450
|
-
},
|
|
2451
|
-
"sources": [
|
|
2452
|
-
{
|
|
2453
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2454
|
-
"line": 25,
|
|
2455
|
-
"character": 8
|
|
2456
|
-
}
|
|
2457
|
-
],
|
|
2458
|
-
"type": {
|
|
2459
|
-
"type": "intrinsic",
|
|
2460
|
-
"name": "number"
|
|
2461
|
-
}
|
|
2462
|
-
}
|
|
2463
|
-
],
|
|
2464
|
-
"groups": [
|
|
2465
|
-
{
|
|
2466
|
-
"title": "Properties",
|
|
2467
|
-
"children": [
|
|
2468
|
-
191,
|
|
2469
|
-
190,
|
|
2470
|
-
192,
|
|
2471
|
-
193
|
|
2472
|
-
]
|
|
2473
|
-
}
|
|
2474
|
-
],
|
|
2475
|
-
"sources": [
|
|
2476
|
-
{
|
|
2477
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2478
|
-
"line": 21,
|
|
2479
|
-
"character": 165
|
|
2480
|
-
}
|
|
2481
|
-
]
|
|
2482
|
-
}
|
|
2344
|
+
"type": "reference",
|
|
2345
|
+
"name": "XyoAccount"
|
|
2483
2346
|
}
|
|
2484
2347
|
],
|
|
2485
|
-
"name": "
|
|
2348
|
+
"name": "PromiseEx"
|
|
2486
2349
|
},
|
|
2487
2350
|
"inheritedFrom": {
|
|
2488
2351
|
"type": "reference",
|
|
@@ -2496,7 +2359,79 @@
|
|
|
2496
2359
|
}
|
|
2497
2360
|
},
|
|
2498
2361
|
{
|
|
2499
|
-
"id":
|
|
2362
|
+
"id": 189,
|
|
2363
|
+
"name": "bindHashesInternal",
|
|
2364
|
+
"kind": 2048,
|
|
2365
|
+
"kindString": "Method",
|
|
2366
|
+
"flags": {},
|
|
2367
|
+
"sources": [
|
|
2368
|
+
{
|
|
2369
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2370
|
+
"line": 21,
|
|
2371
|
+
"character": 4
|
|
2372
|
+
}
|
|
2373
|
+
],
|
|
2374
|
+
"signatures": [
|
|
2375
|
+
{
|
|
2376
|
+
"id": 190,
|
|
2377
|
+
"name": "bindHashesInternal",
|
|
2378
|
+
"kind": 4096,
|
|
2379
|
+
"kindString": "Call signature",
|
|
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
|
+
],
|
|
2411
|
+
"type": {
|
|
2412
|
+
"type": "reference",
|
|
2413
|
+
"typeArguments": [
|
|
2414
|
+
{
|
|
2415
|
+
"type": "reference",
|
|
2416
|
+
"id": 61,
|
|
2417
|
+
"name": "TQueryResult"
|
|
2418
|
+
}
|
|
2419
|
+
],
|
|
2420
|
+
"name": "XyoModuleQueryResult"
|
|
2421
|
+
},
|
|
2422
|
+
"inheritedFrom": {
|
|
2423
|
+
"type": "reference",
|
|
2424
|
+
"name": "XyoModule.bindHashesInternal"
|
|
2425
|
+
}
|
|
2426
|
+
}
|
|
2427
|
+
],
|
|
2428
|
+
"inheritedFrom": {
|
|
2429
|
+
"type": "reference",
|
|
2430
|
+
"name": "XyoModule.bindHashesInternal"
|
|
2431
|
+
}
|
|
2432
|
+
},
|
|
2433
|
+
{
|
|
2434
|
+
"id": 201,
|
|
2500
2435
|
"name": "bindPayloads",
|
|
2501
2436
|
"kind": 2048,
|
|
2502
2437
|
"kindString": "Method",
|
|
@@ -2504,20 +2439,20 @@
|
|
|
2504
2439
|
"sources": [
|
|
2505
2440
|
{
|
|
2506
2441
|
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2507
|
-
"line":
|
|
2442
|
+
"line": 24,
|
|
2508
2443
|
"character": 4
|
|
2509
2444
|
}
|
|
2510
2445
|
],
|
|
2511
2446
|
"signatures": [
|
|
2512
2447
|
{
|
|
2513
|
-
"id":
|
|
2448
|
+
"id": 202,
|
|
2514
2449
|
"name": "bindPayloads",
|
|
2515
2450
|
"kind": 4096,
|
|
2516
2451
|
"kindString": "Call signature",
|
|
2517
2452
|
"flags": {},
|
|
2518
2453
|
"parameters": [
|
|
2519
2454
|
{
|
|
2520
|
-
"id":
|
|
2455
|
+
"id": 203,
|
|
2521
2456
|
"name": "payloads",
|
|
2522
2457
|
"kind": 32768,
|
|
2523
2458
|
"kindString": "Parameter",
|
|
@@ -2532,119 +2467,26 @@
|
|
|
2532
2467
|
"value": null
|
|
2533
2468
|
},
|
|
2534
2469
|
{
|
|
2535
|
-
"type": "
|
|
2536
|
-
"
|
|
2537
|
-
|
|
2538
|
-
"name": "__type",
|
|
2539
|
-
"kind": 65536,
|
|
2540
|
-
"kindString": "Type literal",
|
|
2541
|
-
"flags": {},
|
|
2542
|
-
"children": [
|
|
2543
|
-
{
|
|
2544
|
-
"id": 199,
|
|
2545
|
-
"name": "previousHash",
|
|
2546
|
-
"kind": 1024,
|
|
2547
|
-
"kindString": "Property",
|
|
2548
|
-
"flags": {
|
|
2549
|
-
"isOptional": true
|
|
2550
|
-
},
|
|
2551
|
-
"sources": [
|
|
2552
|
-
{
|
|
2553
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2554
|
-
"line": 9,
|
|
2555
|
-
"character": 4
|
|
2556
|
-
}
|
|
2557
|
-
],
|
|
2558
|
-
"type": {
|
|
2559
|
-
"type": "intrinsic",
|
|
2560
|
-
"name": "string"
|
|
2561
|
-
}
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"id": 198,
|
|
2565
|
-
"name": "schema",
|
|
2566
|
-
"kind": 1024,
|
|
2567
|
-
"kindString": "Property",
|
|
2568
|
-
"flags": {},
|
|
2569
|
-
"sources": [
|
|
2570
|
-
{
|
|
2571
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2572
|
-
"line": 8,
|
|
2573
|
-
"character": 4
|
|
2574
|
-
}
|
|
2575
|
-
],
|
|
2576
|
-
"type": {
|
|
2577
|
-
"type": "intrinsic",
|
|
2578
|
-
"name": "string"
|
|
2579
|
-
}
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"id": 200,
|
|
2583
|
-
"name": "sources",
|
|
2584
|
-
"kind": 1024,
|
|
2585
|
-
"kindString": "Property",
|
|
2586
|
-
"flags": {
|
|
2587
|
-
"isOptional": true
|
|
2588
|
-
},
|
|
2589
|
-
"sources": [
|
|
2590
|
-
{
|
|
2591
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2592
|
-
"line": 10,
|
|
2593
|
-
"character": 4
|
|
2594
|
-
}
|
|
2595
|
-
],
|
|
2596
|
-
"type": {
|
|
2597
|
-
"type": "array",
|
|
2598
|
-
"elementType": {
|
|
2599
|
-
"type": "intrinsic",
|
|
2600
|
-
"name": "string"
|
|
2601
|
-
}
|
|
2602
|
-
}
|
|
2603
|
-
},
|
|
2604
|
-
{
|
|
2605
|
-
"id": 201,
|
|
2606
|
-
"name": "timestamp",
|
|
2607
|
-
"kind": 1024,
|
|
2608
|
-
"kindString": "Property",
|
|
2609
|
-
"flags": {
|
|
2610
|
-
"isOptional": true
|
|
2611
|
-
},
|
|
2612
|
-
"sources": [
|
|
2613
|
-
{
|
|
2614
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2615
|
-
"line": 11,
|
|
2616
|
-
"character": 4
|
|
2617
|
-
}
|
|
2618
|
-
],
|
|
2619
|
-
"type": {
|
|
2620
|
-
"type": "intrinsic",
|
|
2621
|
-
"name": "number"
|
|
2622
|
-
}
|
|
2623
|
-
}
|
|
2624
|
-
],
|
|
2625
|
-
"groups": [
|
|
2626
|
-
{
|
|
2627
|
-
"title": "Properties",
|
|
2628
|
-
"children": [
|
|
2629
|
-
199,
|
|
2630
|
-
198,
|
|
2631
|
-
200,
|
|
2632
|
-
201
|
|
2633
|
-
]
|
|
2634
|
-
}
|
|
2635
|
-
],
|
|
2636
|
-
"sources": [
|
|
2637
|
-
{
|
|
2638
|
-
"fileName": "sdk/packages/payload/dist/esm/models/Base.d.ts",
|
|
2639
|
-
"line": 7,
|
|
2640
|
-
"character": 107
|
|
2641
|
-
}
|
|
2642
|
-
]
|
|
2643
|
-
}
|
|
2470
|
+
"type": "reference",
|
|
2471
|
+
"id": 61,
|
|
2472
|
+
"name": "TQueryResult"
|
|
2644
2473
|
}
|
|
2645
2474
|
]
|
|
2646
2475
|
}
|
|
2647
2476
|
}
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"id": 204,
|
|
2480
|
+
"name": "account",
|
|
2481
|
+
"kind": 32768,
|
|
2482
|
+
"kindString": "Parameter",
|
|
2483
|
+
"flags": {
|
|
2484
|
+
"isOptional": true
|
|
2485
|
+
},
|
|
2486
|
+
"type": {
|
|
2487
|
+
"type": "reference",
|
|
2488
|
+
"name": "XyoAccount"
|
|
2489
|
+
}
|
|
2648
2490
|
}
|
|
2649
2491
|
],
|
|
2650
2492
|
"type": {
|
|
@@ -2652,131 +2494,99 @@
|
|
|
2652
2494
|
"typeArguments": [
|
|
2653
2495
|
{
|
|
2654
2496
|
"type": "reference",
|
|
2655
|
-
"
|
|
2497
|
+
"typeArguments": [
|
|
2498
|
+
{
|
|
2499
|
+
"type": "reference",
|
|
2500
|
+
"id": 61,
|
|
2501
|
+
"name": "TQueryResult"
|
|
2502
|
+
}
|
|
2503
|
+
],
|
|
2504
|
+
"name": "XyoModuleQueryResult"
|
|
2656
2505
|
},
|
|
2657
2506
|
{
|
|
2658
|
-
"type": "
|
|
2659
|
-
"
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2507
|
+
"type": "reference",
|
|
2508
|
+
"name": "XyoAccount"
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"name": "PromiseEx"
|
|
2512
|
+
},
|
|
2513
|
+
"inheritedFrom": {
|
|
2514
|
+
"type": "reference",
|
|
2515
|
+
"name": "XyoModule.bindPayloads"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
],
|
|
2519
|
+
"inheritedFrom": {
|
|
2520
|
+
"type": "reference",
|
|
2521
|
+
"name": "XyoModule.bindPayloads"
|
|
2522
|
+
}
|
|
2523
|
+
},
|
|
2524
|
+
{
|
|
2525
|
+
"id": 198,
|
|
2526
|
+
"name": "bindPayloadsInternal",
|
|
2527
|
+
"kind": 2048,
|
|
2528
|
+
"kindString": "Method",
|
|
2529
|
+
"flags": {},
|
|
2530
|
+
"sources": [
|
|
2531
|
+
{
|
|
2532
|
+
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2533
|
+
"line": 23,
|
|
2534
|
+
"character": 4
|
|
2535
|
+
}
|
|
2536
|
+
],
|
|
2537
|
+
"signatures": [
|
|
2538
|
+
{
|
|
2539
|
+
"id": 199,
|
|
2540
|
+
"name": "bindPayloadsInternal",
|
|
2541
|
+
"kind": 4096,
|
|
2542
|
+
"kindString": "Call signature",
|
|
2543
|
+
"flags": {},
|
|
2544
|
+
"parameters": [
|
|
2545
|
+
{
|
|
2546
|
+
"id": 200,
|
|
2547
|
+
"name": "payloads",
|
|
2548
|
+
"kind": 32768,
|
|
2549
|
+
"kindString": "Parameter",
|
|
2550
|
+
"flags": {},
|
|
2551
|
+
"type": {
|
|
2552
|
+
"type": "array",
|
|
2553
|
+
"elementType": {
|
|
2554
|
+
"type": "union",
|
|
2555
|
+
"types": [
|
|
2704
2556
|
{
|
|
2705
|
-
"
|
|
2706
|
-
"
|
|
2707
|
-
"kind": 1024,
|
|
2708
|
-
"kindString": "Property",
|
|
2709
|
-
"flags": {
|
|
2710
|
-
"isOptional": true
|
|
2711
|
-
},
|
|
2712
|
-
"sources": [
|
|
2713
|
-
{
|
|
2714
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2715
|
-
"line": 30,
|
|
2716
|
-
"character": 8
|
|
2717
|
-
}
|
|
2718
|
-
],
|
|
2719
|
-
"type": {
|
|
2720
|
-
"type": "array",
|
|
2721
|
-
"elementType": {
|
|
2722
|
-
"type": "intrinsic",
|
|
2723
|
-
"name": "string"
|
|
2724
|
-
}
|
|
2725
|
-
}
|
|
2557
|
+
"type": "literal",
|
|
2558
|
+
"value": null
|
|
2726
2559
|
},
|
|
2727
2560
|
{
|
|
2728
|
-
"
|
|
2729
|
-
"
|
|
2730
|
-
"
|
|
2731
|
-
"kindString": "Property",
|
|
2732
|
-
"flags": {
|
|
2733
|
-
"isOptional": true
|
|
2734
|
-
},
|
|
2735
|
-
"sources": [
|
|
2736
|
-
{
|
|
2737
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2738
|
-
"line": 31,
|
|
2739
|
-
"character": 8
|
|
2740
|
-
}
|
|
2741
|
-
],
|
|
2742
|
-
"type": {
|
|
2743
|
-
"type": "intrinsic",
|
|
2744
|
-
"name": "number"
|
|
2745
|
-
}
|
|
2746
|
-
}
|
|
2747
|
-
],
|
|
2748
|
-
"groups": [
|
|
2749
|
-
{
|
|
2750
|
-
"title": "Properties",
|
|
2751
|
-
"children": [
|
|
2752
|
-
204,
|
|
2753
|
-
203,
|
|
2754
|
-
205,
|
|
2755
|
-
206
|
|
2756
|
-
]
|
|
2757
|
-
}
|
|
2758
|
-
],
|
|
2759
|
-
"sources": [
|
|
2760
|
-
{
|
|
2761
|
-
"fileName": "modules/packages/module/dist/esm/XyoModule.d.ts",
|
|
2762
|
-
"line": 27,
|
|
2763
|
-
"character": 164
|
|
2561
|
+
"type": "reference",
|
|
2562
|
+
"id": 61,
|
|
2563
|
+
"name": "TQueryResult"
|
|
2764
2564
|
}
|
|
2765
2565
|
]
|
|
2766
2566
|
}
|
|
2767
2567
|
}
|
|
2568
|
+
}
|
|
2569
|
+
],
|
|
2570
|
+
"type": {
|
|
2571
|
+
"type": "reference",
|
|
2572
|
+
"typeArguments": [
|
|
2573
|
+
{
|
|
2574
|
+
"type": "reference",
|
|
2575
|
+
"id": 61,
|
|
2576
|
+
"name": "TQueryResult"
|
|
2577
|
+
}
|
|
2768
2578
|
],
|
|
2769
|
-
"name": "
|
|
2579
|
+
"name": "XyoModuleQueryResult"
|
|
2770
2580
|
},
|
|
2771
2581
|
"inheritedFrom": {
|
|
2772
2582
|
"type": "reference",
|
|
2773
|
-
"name": "XyoModule.
|
|
2583
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
2774
2584
|
}
|
|
2775
2585
|
}
|
|
2776
2586
|
],
|
|
2777
2587
|
"inheritedFrom": {
|
|
2778
2588
|
"type": "reference",
|
|
2779
|
-
"name": "XyoModule.
|
|
2589
|
+
"name": "XyoModule.bindPayloadsInternal"
|
|
2780
2590
|
}
|
|
2781
2591
|
},
|
|
2782
2592
|
{
|
|
@@ -2792,7 +2602,7 @@
|
|
|
2792
2602
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2793
2603
|
"line": 19,
|
|
2794
2604
|
"character": 11,
|
|
2795
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2605
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L19"
|
|
2796
2606
|
}
|
|
2797
2607
|
],
|
|
2798
2608
|
"signatures": [
|
|
@@ -2852,6 +2662,21 @@
|
|
|
2852
2662
|
"kind": 4096,
|
|
2853
2663
|
"kindString": "Call signature",
|
|
2854
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
|
+
],
|
|
2855
2680
|
"type": {
|
|
2856
2681
|
"type": "intrinsic",
|
|
2857
2682
|
"name": "void"
|
|
@@ -2878,9 +2703,9 @@
|
|
|
2878
2703
|
"sources": [
|
|
2879
2704
|
{
|
|
2880
2705
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
2881
|
-
"line":
|
|
2706
|
+
"line": 65,
|
|
2882
2707
|
"character": 11,
|
|
2883
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2708
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L65"
|
|
2884
2709
|
}
|
|
2885
2710
|
],
|
|
2886
2711
|
"signatures": [
|
|
@@ -2921,7 +2746,7 @@
|
|
|
2921
2746
|
]
|
|
2922
2747
|
},
|
|
2923
2748
|
{
|
|
2924
|
-
"id":
|
|
2749
|
+
"id": 180,
|
|
2925
2750
|
"name": "initialize",
|
|
2926
2751
|
"kind": 2048,
|
|
2927
2752
|
"kindString": "Method",
|
|
@@ -2935,11 +2760,26 @@
|
|
|
2935
2760
|
],
|
|
2936
2761
|
"signatures": [
|
|
2937
2762
|
{
|
|
2938
|
-
"id":
|
|
2763
|
+
"id": 181,
|
|
2939
2764
|
"name": "initialize",
|
|
2940
2765
|
"kind": 4096,
|
|
2941
2766
|
"kindString": "Call signature",
|
|
2942
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
|
+
],
|
|
2943
2783
|
"type": {
|
|
2944
2784
|
"type": "intrinsic",
|
|
2945
2785
|
"name": "void"
|
|
@@ -3022,7 +2862,7 @@
|
|
|
3022
2862
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3023
2863
|
"line": 37,
|
|
3024
2864
|
"character": 2,
|
|
3025
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
2865
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L37"
|
|
3026
2866
|
}
|
|
3027
2867
|
],
|
|
3028
2868
|
"signatures": [
|
|
@@ -3067,9 +2907,13 @@
|
|
|
3067
2907
|
}
|
|
3068
2908
|
],
|
|
3069
2909
|
"name": "XyoModuleQueryResult"
|
|
2910
|
+
},
|
|
2911
|
+
{
|
|
2912
|
+
"type": "reference",
|
|
2913
|
+
"name": "XyoAccount"
|
|
3070
2914
|
}
|
|
3071
2915
|
],
|
|
3072
|
-
"name": "
|
|
2916
|
+
"name": "PromiseEx"
|
|
3073
2917
|
},
|
|
3074
2918
|
"overwrites": {
|
|
3075
2919
|
"type": "reference",
|
|
@@ -3157,9 +3001,9 @@
|
|
|
3157
3001
|
"sources": [
|
|
3158
3002
|
{
|
|
3159
3003
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3160
|
-
"line":
|
|
3004
|
+
"line": 61,
|
|
3161
3005
|
"character": 2,
|
|
3162
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3006
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L61"
|
|
3163
3007
|
}
|
|
3164
3008
|
],
|
|
3165
3009
|
"signatures": [
|
|
@@ -3190,6 +3034,47 @@
|
|
|
3190
3034
|
}
|
|
3191
3035
|
]
|
|
3192
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
|
+
},
|
|
3193
3078
|
{
|
|
3194
3079
|
"id": 102,
|
|
3195
3080
|
"name": "resolve",
|
|
@@ -3203,7 +3088,7 @@
|
|
|
3203
3088
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3204
3089
|
"line": 20,
|
|
3205
3090
|
"character": 11,
|
|
3206
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3091
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cd475ec/packages/modules/packages/node/src/XyoNode.ts#L20"
|
|
3207
3092
|
}
|
|
3208
3093
|
],
|
|
3209
3094
|
"signatures": [
|
|
@@ -3588,7 +3473,7 @@
|
|
|
3588
3473
|
]
|
|
3589
3474
|
},
|
|
3590
3475
|
{
|
|
3591
|
-
"id":
|
|
3476
|
+
"id": 186,
|
|
3592
3477
|
"name": "shutdown",
|
|
3593
3478
|
"kind": 2048,
|
|
3594
3479
|
"kindString": "Method",
|
|
@@ -3602,11 +3487,26 @@
|
|
|
3602
3487
|
],
|
|
3603
3488
|
"signatures": [
|
|
3604
3489
|
{
|
|
3605
|
-
"id":
|
|
3490
|
+
"id": 187,
|
|
3606
3491
|
"name": "shutdown",
|
|
3607
3492
|
"kind": 4096,
|
|
3608
3493
|
"kindString": "Call signature",
|
|
3609
3494
|
"flags": {},
|
|
3495
|
+
"parameters": [
|
|
3496
|
+
{
|
|
3497
|
+
"id": 188,
|
|
3498
|
+
"name": "_queryAccount",
|
|
3499
|
+
"kind": 32768,
|
|
3500
|
+
"kindString": "Parameter",
|
|
3501
|
+
"flags": {
|
|
3502
|
+
"isOptional": true
|
|
3503
|
+
},
|
|
3504
|
+
"type": {
|
|
3505
|
+
"type": "reference",
|
|
3506
|
+
"name": "XyoAccount"
|
|
3507
|
+
}
|
|
3508
|
+
}
|
|
3509
|
+
],
|
|
3610
3510
|
"type": {
|
|
3611
3511
|
"type": "intrinsic",
|
|
3612
3512
|
"name": "void"
|
|
@@ -3623,7 +3523,7 @@
|
|
|
3623
3523
|
}
|
|
3624
3524
|
},
|
|
3625
3525
|
{
|
|
3626
|
-
"id":
|
|
3526
|
+
"id": 183,
|
|
3627
3527
|
"name": "subscribe",
|
|
3628
3528
|
"kind": 2048,
|
|
3629
3529
|
"kindString": "Method",
|
|
@@ -3637,11 +3537,26 @@
|
|
|
3637
3537
|
],
|
|
3638
3538
|
"signatures": [
|
|
3639
3539
|
{
|
|
3640
|
-
"id":
|
|
3540
|
+
"id": 184,
|
|
3641
3541
|
"name": "subscribe",
|
|
3642
3542
|
"kind": 4096,
|
|
3643
3543
|
"kindString": "Call signature",
|
|
3644
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
|
+
],
|
|
3645
3560
|
"type": {
|
|
3646
3561
|
"type": "intrinsic",
|
|
3647
3562
|
"name": "void"
|
|
@@ -3685,21 +3600,23 @@
|
|
|
3685
3600
|
96,
|
|
3686
3601
|
122,
|
|
3687
3602
|
141,
|
|
3688
|
-
120,
|
|
3689
3603
|
124,
|
|
3690
|
-
|
|
3691
|
-
|
|
3604
|
+
193,
|
|
3605
|
+
189,
|
|
3606
|
+
201,
|
|
3607
|
+
198,
|
|
3692
3608
|
99,
|
|
3693
3609
|
177,
|
|
3694
3610
|
164,
|
|
3695
|
-
|
|
3611
|
+
180,
|
|
3696
3612
|
175,
|
|
3697
3613
|
158,
|
|
3698
3614
|
172,
|
|
3699
3615
|
161,
|
|
3616
|
+
120,
|
|
3700
3617
|
102,
|
|
3701
|
-
|
|
3702
|
-
|
|
3618
|
+
186,
|
|
3619
|
+
183
|
|
3703
3620
|
]
|
|
3704
3621
|
}
|
|
3705
3622
|
],
|
|
@@ -3708,12 +3625,12 @@
|
|
|
3708
3625
|
"fileName": "modules/packages/node/src/XyoNode.ts",
|
|
3709
3626
|
"line": 8,
|
|
3710
3627
|
"character": 22,
|
|
3711
|
-
"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"
|
|
3712
3629
|
}
|
|
3713
3630
|
],
|
|
3714
3631
|
"typeParameters": [
|
|
3715
3632
|
{
|
|
3716
|
-
"id":
|
|
3633
|
+
"id": 205,
|
|
3717
3634
|
"name": "TConfig",
|
|
3718
3635
|
"kind": 131072,
|
|
3719
3636
|
"kindString": "Type parameter",
|
|
@@ -3728,7 +3645,7 @@
|
|
|
3728
3645
|
}
|
|
3729
3646
|
},
|
|
3730
3647
|
{
|
|
3731
|
-
"id":
|
|
3648
|
+
"id": 206,
|
|
3732
3649
|
"name": "TQuery",
|
|
3733
3650
|
"kind": 131072,
|
|
3734
3651
|
"kindString": "Type parameter",
|
|
@@ -3743,7 +3660,7 @@
|
|
|
3743
3660
|
}
|
|
3744
3661
|
},
|
|
3745
3662
|
{
|
|
3746
|
-
"id":
|
|
3663
|
+
"id": 207,
|
|
3747
3664
|
"name": "TQueryResult",
|
|
3748
3665
|
"kind": 131072,
|
|
3749
3666
|
"kindString": "Type parameter",
|
|
@@ -3758,7 +3675,7 @@
|
|
|
3758
3675
|
}
|
|
3759
3676
|
},
|
|
3760
3677
|
{
|
|
3761
|
-
"id":
|
|
3678
|
+
"id": 208,
|
|
3762
3679
|
"name": "TModule",
|
|
3763
3680
|
"kind": 131072,
|
|
3764
3681
|
"kindString": "Type parameter",
|
|
@@ -3834,7 +3751,7 @@
|
|
|
3834
3751
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3835
3752
|
"line": 6,
|
|
3836
3753
|
"character": 2,
|
|
3837
|
-
"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"
|
|
3838
3755
|
}
|
|
3839
3756
|
],
|
|
3840
3757
|
"signatures": [
|
|
@@ -3875,7 +3792,7 @@
|
|
|
3875
3792
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3876
3793
|
"line": 9,
|
|
3877
3794
|
"character": 2,
|
|
3878
|
-
"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"
|
|
3879
3796
|
}
|
|
3880
3797
|
],
|
|
3881
3798
|
"signatures": [
|
|
@@ -3894,43 +3811,10 @@
|
|
|
3894
3811
|
"type": "intrinsic",
|
|
3895
3812
|
"name": "string"
|
|
3896
3813
|
}
|
|
3897
|
-
}
|
|
3898
|
-
],
|
|
3899
|
-
"name": "Promisable"
|
|
3900
|
-
}
|
|
3901
|
-
}
|
|
3902
|
-
]
|
|
3903
|
-
},
|
|
3904
|
-
{
|
|
3905
|
-
"id": 8,
|
|
3906
|
-
"name": "available",
|
|
3907
|
-
"kind": 2048,
|
|
3908
|
-
"kindString": "Method",
|
|
3909
|
-
"flags": {},
|
|
3910
|
-
"sources": [
|
|
3911
|
-
{
|
|
3912
|
-
"fileName": "modules/packages/node/src/Node.ts",
|
|
3913
|
-
"line": 8,
|
|
3914
|
-
"character": 2,
|
|
3915
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/node/src/Node.ts#L8"
|
|
3916
|
-
}
|
|
3917
|
-
],
|
|
3918
|
-
"signatures": [
|
|
3919
|
-
{
|
|
3920
|
-
"id": 9,
|
|
3921
|
-
"name": "available",
|
|
3922
|
-
"kind": 4096,
|
|
3923
|
-
"kindString": "Call signature",
|
|
3924
|
-
"flags": {},
|
|
3925
|
-
"type": {
|
|
3926
|
-
"type": "reference",
|
|
3927
|
-
"typeArguments": [
|
|
3814
|
+
},
|
|
3928
3815
|
{
|
|
3929
|
-
"type": "
|
|
3930
|
-
"
|
|
3931
|
-
"type": "intrinsic",
|
|
3932
|
-
"name": "string"
|
|
3933
|
-
}
|
|
3816
|
+
"type": "intrinsic",
|
|
3817
|
+
"name": "never"
|
|
3934
3818
|
}
|
|
3935
3819
|
],
|
|
3936
3820
|
"name": "Promisable"
|
|
@@ -3949,7 +3833,7 @@
|
|
|
3949
3833
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3950
3834
|
"line": 7,
|
|
3951
3835
|
"character": 2,
|
|
3952
|
-
"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"
|
|
3953
3837
|
}
|
|
3954
3838
|
],
|
|
3955
3839
|
"signatures": [
|
|
@@ -3978,6 +3862,47 @@
|
|
|
3978
3862
|
}
|
|
3979
3863
|
}
|
|
3980
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
|
+
]
|
|
3981
3906
|
}
|
|
3982
3907
|
],
|
|
3983
3908
|
"groups": [
|
|
@@ -3986,8 +3911,8 @@
|
|
|
3986
3911
|
"children": [
|
|
3987
3912
|
2,
|
|
3988
3913
|
10,
|
|
3989
|
-
|
|
3990
|
-
|
|
3914
|
+
5,
|
|
3915
|
+
8
|
|
3991
3916
|
]
|
|
3992
3917
|
}
|
|
3993
3918
|
],
|
|
@@ -3996,7 +3921,7 @@
|
|
|
3996
3921
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
3997
3922
|
"line": 5,
|
|
3998
3923
|
"character": 17,
|
|
3999
|
-
"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"
|
|
4000
3925
|
}
|
|
4001
3926
|
],
|
|
4002
3927
|
"extendedBy": [
|
|
@@ -4098,6 +4023,10 @@
|
|
|
4098
4023
|
}
|
|
4099
4024
|
],
|
|
4100
4025
|
"name": "XyoModuleQueryResult"
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"type": "intrinsic",
|
|
4029
|
+
"name": "never"
|
|
4101
4030
|
}
|
|
4102
4031
|
],
|
|
4103
4032
|
"name": "Promisable"
|
|
@@ -4183,7 +4112,7 @@
|
|
|
4183
4112
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4184
4113
|
"line": 6,
|
|
4185
4114
|
"character": 2,
|
|
4186
|
-
"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"
|
|
4187
4116
|
}
|
|
4188
4117
|
],
|
|
4189
4118
|
"signatures": [
|
|
@@ -4234,7 +4163,7 @@
|
|
|
4234
4163
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4235
4164
|
"line": 9,
|
|
4236
4165
|
"character": 2,
|
|
4237
|
-
"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"
|
|
4238
4167
|
}
|
|
4239
4168
|
],
|
|
4240
4169
|
"signatures": [
|
|
@@ -4253,6 +4182,10 @@
|
|
|
4253
4182
|
"type": "intrinsic",
|
|
4254
4183
|
"name": "string"
|
|
4255
4184
|
}
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"type": "intrinsic",
|
|
4188
|
+
"name": "never"
|
|
4256
4189
|
}
|
|
4257
4190
|
],
|
|
4258
4191
|
"name": "Promisable"
|
|
@@ -4270,53 +4203,6 @@
|
|
|
4270
4203
|
"name": "Node.attached"
|
|
4271
4204
|
}
|
|
4272
4205
|
},
|
|
4273
|
-
{
|
|
4274
|
-
"id": 19,
|
|
4275
|
-
"name": "available",
|
|
4276
|
-
"kind": 2048,
|
|
4277
|
-
"kindString": "Method",
|
|
4278
|
-
"flags": {},
|
|
4279
|
-
"sources": [
|
|
4280
|
-
{
|
|
4281
|
-
"fileName": "modules/packages/node/src/Node.ts",
|
|
4282
|
-
"line": 8,
|
|
4283
|
-
"character": 2,
|
|
4284
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1a0db25/packages/modules/packages/node/src/Node.ts#L8"
|
|
4285
|
-
}
|
|
4286
|
-
],
|
|
4287
|
-
"signatures": [
|
|
4288
|
-
{
|
|
4289
|
-
"id": 20,
|
|
4290
|
-
"name": "available",
|
|
4291
|
-
"kind": 4096,
|
|
4292
|
-
"kindString": "Call signature",
|
|
4293
|
-
"flags": {},
|
|
4294
|
-
"type": {
|
|
4295
|
-
"type": "reference",
|
|
4296
|
-
"typeArguments": [
|
|
4297
|
-
{
|
|
4298
|
-
"type": "array",
|
|
4299
|
-
"elementType": {
|
|
4300
|
-
"type": "intrinsic",
|
|
4301
|
-
"name": "string"
|
|
4302
|
-
}
|
|
4303
|
-
}
|
|
4304
|
-
],
|
|
4305
|
-
"name": "Promisable"
|
|
4306
|
-
},
|
|
4307
|
-
"inheritedFrom": {
|
|
4308
|
-
"type": "reference",
|
|
4309
|
-
"id": 9,
|
|
4310
|
-
"name": "Node.available"
|
|
4311
|
-
}
|
|
4312
|
-
}
|
|
4313
|
-
],
|
|
4314
|
-
"inheritedFrom": {
|
|
4315
|
-
"type": "reference",
|
|
4316
|
-
"id": 8,
|
|
4317
|
-
"name": "Node.available"
|
|
4318
|
-
}
|
|
4319
|
-
},
|
|
4320
4206
|
{
|
|
4321
4207
|
"id": 16,
|
|
4322
4208
|
"name": "detatch",
|
|
@@ -4328,7 +4214,7 @@
|
|
|
4328
4214
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4329
4215
|
"line": 7,
|
|
4330
4216
|
"character": 2,
|
|
4331
|
-
"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"
|
|
4332
4218
|
}
|
|
4333
4219
|
],
|
|
4334
4220
|
"signatures": [
|
|
@@ -4405,6 +4291,57 @@
|
|
|
4405
4291
|
"type": "reference",
|
|
4406
4292
|
"name": "Module.queries"
|
|
4407
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
|
+
}
|
|
4408
4345
|
}
|
|
4409
4346
|
],
|
|
4410
4347
|
"groups": [
|
|
@@ -4421,9 +4358,9 @@
|
|
|
4421
4358
|
"children": [
|
|
4422
4359
|
13,
|
|
4423
4360
|
21,
|
|
4424
|
-
19,
|
|
4425
4361
|
16,
|
|
4426
|
-
24
|
|
4362
|
+
24,
|
|
4363
|
+
19
|
|
4427
4364
|
]
|
|
4428
4365
|
}
|
|
4429
4366
|
],
|
|
@@ -4432,7 +4369,7 @@
|
|
|
4432
4369
|
"fileName": "modules/packages/node/src/Node.ts",
|
|
4433
4370
|
"line": 12,
|
|
4434
4371
|
"character": 17,
|
|
4435
|
-
"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"
|
|
4436
4373
|
}
|
|
4437
4374
|
],
|
|
4438
4375
|
"typeParameters": [
|
|
@@ -4519,7 +4456,7 @@
|
|
|
4519
4456
|
"fileName": "modules/packages/node/src/index.ts",
|
|
4520
4457
|
"line": 1,
|
|
4521
4458
|
"character": 0,
|
|
4522
|
-
"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"
|
|
4523
4460
|
}
|
|
4524
4461
|
]
|
|
4525
4462
|
}
|