@xyo-network/xl1-rpc 1.16.10 → 1.16.12
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/neutral/index.mjs +24 -25
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts +1 -1
- package/dist/neutral/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/neutral/provider/runner/NodeXyoRunner.d.ts +1 -1
- package/dist/neutral/provider/runner/NodeXyoRunner.d.ts.map +1 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts +1 -1
- package/dist/neutral/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts +1 -1
- package/dist/neutral/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/neutral/transport/MemoryRpcTransport.d.ts.map +1 -1
- package/dist/neutral/types/schema/DataLakeViewerRpcSchema.d.ts +6 -6
- package/dist/neutral/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -2
- package/dist/neutral/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -20
- package/dist/neutral/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +20 -20
- package/dist/neutral/types/schema/RewardsByStepViewerRpcSchemas.d.ts +20 -20
- package/dist/neutral/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -20
- package/dist/neutral/types/schema/StepViewerRpcSchemas.d.ts +23 -23
- package/dist/neutral/types/schema/XyoRunnerRpcSchemas.d.ts +26 -26
- package/dist/neutral/types/schema/XyoSignerRpcSchemas.d.ts +62 -62
- package/dist/neutral/types/schema/XyoViewerRpcSchemas.d.ts +454 -454
- package/dist/neutral/types/schema/common/BlockBoundWitness.d.ts +20 -20
- package/dist/neutral/types/schema/common/BoundWitness.d.ts +60 -60
- package/dist/neutral/types/schema/common/HydratedTransaction.d.ts +84 -84
- package/dist/neutral/types/schema/common/RewardsRangeOptions.d.ts +1 -1
- package/dist/neutral/types/schema/common/Stake.d.ts +17 -17
- package/dist/neutral/types/schema/common/TransactionFees.d.ts +18 -18
- package/dist/neutral/types/schema/common/TransactionFees.d.ts.map +1 -1
- package/dist/neutral/types/schema/common/TransferPair.d.ts +1 -1
- package/dist/neutral/types/schema/common/TransferPair.d.ts.map +1 -1
- package/dist/node/index-node.mjs +24 -25
- package/dist/node/index-node.mjs.map +1 -1
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts +1 -1
- package/dist/node/provider/runner/JsonRpcXyoRunner.d.ts.map +1 -1
- package/dist/node/provider/runner/NodeXyoRunner.d.ts +1 -1
- package/dist/node/provider/runner/NodeXyoRunner.d.ts.map +1 -1
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts +1 -1
- package/dist/node/provider/signer/JsonRpcXyoSigner.d.ts.map +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts +1 -1
- package/dist/node/provider/viewer/JsonRpcXyoViewer.d.ts.map +1 -1
- package/dist/node/transport/MemoryRpcTransport.d.ts.map +1 -1
- package/dist/node/types/schema/DataLakeViewerRpcSchema.d.ts +6 -6
- package/dist/node/types/schema/NetworkStakeViewerRpcSchemas.d.ts +2 -2
- package/dist/node/types/schema/RewardsByPositionViewerRpcSchemas.d.ts +20 -20
- package/dist/node/types/schema/RewardsByStakerViewerRpcSchemas.d.ts +20 -20
- package/dist/node/types/schema/RewardsByStepViewerRpcSchemas.d.ts +20 -20
- package/dist/node/types/schema/RewardsTotalViewerRpcSchemas.d.ts +20 -20
- package/dist/node/types/schema/StepViewerRpcSchemas.d.ts +23 -23
- package/dist/node/types/schema/XyoRunnerRpcSchemas.d.ts +26 -26
- package/dist/node/types/schema/XyoSignerRpcSchemas.d.ts +62 -62
- package/dist/node/types/schema/XyoViewerRpcSchemas.d.ts +454 -454
- package/dist/node/types/schema/common/BlockBoundWitness.d.ts +20 -20
- package/dist/node/types/schema/common/BoundWitness.d.ts +60 -60
- package/dist/node/types/schema/common/HydratedTransaction.d.ts +84 -84
- package/dist/node/types/schema/common/RewardsRangeOptions.d.ts +1 -1
- package/dist/node/types/schema/common/Stake.d.ts +17 -17
- package/dist/node/types/schema/common/TransactionFees.d.ts +18 -18
- package/dist/node/types/schema/common/TransactionFees.d.ts.map +1 -1
- package/dist/node/types/schema/common/TransferPair.d.ts +1 -1
- package/dist/node/types/schema/common/TransferPair.d.ts.map +1 -1
- package/package.json +16 -19
- package/src/provider/runner/JsonRpcXyoRunner.ts +1 -1
- package/src/provider/runner/NodeXyoRunner.ts +2 -2
- package/src/provider/signer/JsonRpcXyoSigner.ts +1 -1
- package/src/provider/signer/spec/RpcEngineXyoSigner.spec.ts +1 -1
- package/src/provider/viewer/JsonRpcXyoViewer.ts +2 -2
- package/src/provider/viewer/spec/JsonRpcXyoViewer.spec.ts +3 -4
- package/src/spec/MemoryXyoGateway.spec.ts +4 -4
- package/src/transport/HttpRpcTransport.ts +3 -3
- package/src/transport/MemoryRpcTransport.ts +3 -2
- package/src/types/schema/DataLakeViewerRpcSchema.ts +1 -1
- package/src/types/schema/NetworkStakeViewerRpcSchemas.ts +1 -1
- package/src/types/schema/RewardsByPositionViewerRpcSchemas.ts +1 -1
- package/src/types/schema/RewardsByStakerViewerRpcSchemas.ts +1 -1
- package/src/types/schema/RewardsByStepViewerRpcSchemas.ts +1 -1
- package/src/types/schema/RewardsTotalViewerRpcSchemas.ts +1 -1
- package/src/types/schema/StepViewerRpcSchemas.ts +1 -1
- package/src/types/schema/XyoRunnerRpcSchemas.ts +1 -1
- package/src/types/schema/XyoSignerRpcSchemas.ts +1 -1
- package/src/types/schema/XyoViewerRpcSchemas.ts +1 -1
- package/src/types/schema/common/BlockBoundWitness.ts +1 -1
- package/src/types/schema/common/BoundWitness.ts +1 -1
- package/src/types/schema/common/Chain.ts +1 -1
- package/src/types/schema/common/HydratedTransaction.ts +1 -1
- package/src/types/schema/common/RewardsRangeOptions.ts +1 -1
- package/src/types/schema/common/Sequence.ts +1 -1
- package/src/types/schema/common/Stake.ts +1 -1
- package/src/types/schema/common/TransactionFees.ts +1 -1
- package/src/types/schema/common/TransferPair.ts +1 -1
- package/src/types/schema/common/spec/BigIntZod.spec.ts +1 -1
- package/src/types/schema/common/spec/HydratedTransaction.spec.ts +1 -1
- package/src/types/schema/common/spec/Payload.spec.ts +1 -1
- package/src/types/schema/common/spec/TransactionBoundWitnessZod.spec.ts +1 -1
package/dist/neutral/index.mjs
CHANGED
|
@@ -115,8 +115,8 @@ var rpcMethodHandlersFromSigner = /* @__PURE__ */ __name((signer) => {
|
|
|
115
115
|
|
|
116
116
|
// src/transport/HttpRpcTransport.ts
|
|
117
117
|
import { AxiosJson } from "@xylabs/axios";
|
|
118
|
-
import { isError, isUndefinedOrNull } from "@xylabs/
|
|
119
|
-
import { isAxiosError } from "axios";
|
|
118
|
+
import { isError, isUndefinedOrNull } from "@xylabs/sdk-js";
|
|
119
|
+
import { Axios, isAxiosError } from "axios";
|
|
120
120
|
import { v4 } from "uuid";
|
|
121
121
|
|
|
122
122
|
// src/types/DataLakeViewerRpc.ts
|
|
@@ -168,7 +168,7 @@ var NetworkStakingStepRewardsTotalViewerRpcNamespace = "networkStakingStepReward
|
|
|
168
168
|
var NetworkStakingStepRewardsViewerRpcNamespace = "networkStakingStepRewardsViewer";
|
|
169
169
|
|
|
170
170
|
// src/types/schema/NetworkStakeViewerRpcSchemas.ts
|
|
171
|
-
import { BigIntToJsonZod, JsonToBigIntZod } from "@xylabs/
|
|
171
|
+
import { BigIntToJsonZod, JsonToBigIntZod } from "@xylabs/sdk-js";
|
|
172
172
|
import { BlockNumberZod } from "@xyo-network/xl1-protocol";
|
|
173
173
|
import * as z from "zod";
|
|
174
174
|
var NetworkStakeViewerRpcSchemas = {
|
|
@@ -231,13 +231,13 @@ var JsonToArrayBufferZod = z2.string().transform((x) => {
|
|
|
231
231
|
});
|
|
232
232
|
|
|
233
233
|
// src/types/schema/common/BlockBoundWitness.ts
|
|
234
|
-
import { HashZod as HashZod2 } from "@xylabs/
|
|
234
|
+
import { HashZod as HashZod2 } from "@xylabs/sdk-js";
|
|
235
235
|
import { StorageMetaZod as StorageMetaZod2 } from "@xyo-network/payload-model";
|
|
236
236
|
import { XL1BlockNumberZod } from "@xyo-network/xl1-protocol";
|
|
237
237
|
import * as z5 from "zod";
|
|
238
238
|
|
|
239
239
|
// src/types/schema/common/BoundWitness.ts
|
|
240
|
-
import { AddressZod, HashZod, HexZod } from "@xylabs/
|
|
240
|
+
import { AddressZod, HashZod, HexZod } from "@xylabs/sdk-js";
|
|
241
241
|
import { BoundWitnessSchema } from "@xyo-network/boundwitness-model";
|
|
242
242
|
import { PayloadZod, SchemaZod, StorageMetaZod } from "@xyo-network/payload-model";
|
|
243
243
|
import * as z3 from "zod";
|
|
@@ -274,7 +274,7 @@ var AnySignedBoundWitnessZod = UnsignedBoundWitnessZod.catchall(z3.any());
|
|
|
274
274
|
var AnySignedBoundWitnessWithStorageMetaZod = UnsignedBoundWitnessWithStorageMetaZod.catchall(z3.any());
|
|
275
275
|
|
|
276
276
|
// src/types/schema/common/Chain.ts
|
|
277
|
-
import { AddressRegEx, toAddress } from "@xylabs/
|
|
277
|
+
import { AddressRegEx, toAddress } from "@xylabs/sdk-js";
|
|
278
278
|
import * as z4 from "zod";
|
|
279
279
|
var ChainZod = z4.string().toLowerCase().regex(AddressRegEx).transform((v) => toAddress(v));
|
|
280
280
|
|
|
@@ -327,7 +327,7 @@ import { BlockNumberZod as BlockNumberZod2 } from "@xyo-network/xl1-protocol";
|
|
|
327
327
|
import * as z8 from "zod";
|
|
328
328
|
|
|
329
329
|
// src/types/schema/common/TransactionFees.ts
|
|
330
|
-
import { BigIntToJsonZod as BigIntToJsonZod2, HexZod as HexZod2, JsonToBigIntZod as JsonToBigIntZod2 } from "@xylabs/
|
|
330
|
+
import { BigIntToJsonZod as BigIntToJsonZod2, HexZod as HexZod2, JsonToBigIntZod as JsonToBigIntZod2 } from "@xylabs/sdk-js";
|
|
331
331
|
import { asAttoXL1 } from "@xyo-network/xl1-protocol";
|
|
332
332
|
import * as z7 from "zod";
|
|
333
333
|
var AttoZod = z7.bigint();
|
|
@@ -444,7 +444,7 @@ var RequestedPermissionZod = z11.object({
|
|
|
444
444
|
});
|
|
445
445
|
|
|
446
446
|
// src/types/schema/common/RewardsRangeOptions.ts
|
|
447
|
-
import { AddressZod as AddressZod2 } from "@xylabs/
|
|
447
|
+
import { AddressZod as AddressZod2 } from "@xylabs/sdk-js";
|
|
448
448
|
import { BlockRangeZod, StepIdentityZod } from "@xyo-network/xl1-protocol";
|
|
449
449
|
import { z as z12 } from "zod";
|
|
450
450
|
var RewardsRangeOptionsZod = z12.object({
|
|
@@ -455,7 +455,7 @@ var RewardsRangeOptionsZod = z12.object({
|
|
|
455
455
|
});
|
|
456
456
|
|
|
457
457
|
// src/types/schema/common/Sequence.ts
|
|
458
|
-
import { HexRegExMinMax, toHex } from "@xylabs/
|
|
458
|
+
import { HexRegExMinMax, toHex } from "@xylabs/sdk-js";
|
|
459
459
|
import { SequenceConstants } from "@xyo-network/payload-model";
|
|
460
460
|
import * as z13 from "zod";
|
|
461
461
|
var LocalSequenceRegex = new RegExp(HexRegExMinMax(SequenceConstants.localSequenceBytes, SequenceConstants.localSequenceBytes));
|
|
@@ -474,7 +474,7 @@ var SequenceFromStringZod = z13.union([
|
|
|
474
474
|
]);
|
|
475
475
|
|
|
476
476
|
// src/types/schema/common/Stake.ts
|
|
477
|
-
import { AddressZod as AddressZod3, HexZod as HexZod3 } from "@xylabs/
|
|
477
|
+
import { AddressZod as AddressZod3, HexZod as HexZod3 } from "@xylabs/sdk-js";
|
|
478
478
|
import * as z14 from "zod";
|
|
479
479
|
var StakeZod = z14.object({
|
|
480
480
|
amount: AttoZod,
|
|
@@ -521,7 +521,7 @@ var TimeDomainZod = z15.union([
|
|
|
521
521
|
]);
|
|
522
522
|
|
|
523
523
|
// src/types/schema/common/TransferPair.ts
|
|
524
|
-
import { AddressZod as AddressZod4 } from "@xylabs/
|
|
524
|
+
import { AddressZod as AddressZod4 } from "@xylabs/sdk-js";
|
|
525
525
|
import z16 from "zod";
|
|
526
526
|
var TransferPairZod = z16.tuple([
|
|
527
527
|
AddressZod4,
|
|
@@ -571,7 +571,7 @@ var XyoPermissionsRpcSchemas = {
|
|
|
571
571
|
};
|
|
572
572
|
|
|
573
573
|
// src/types/schema/XyoRunnerRpcSchemas.ts
|
|
574
|
-
import { HashToJsonZod, JsonToHashZod } from "@xylabs/
|
|
574
|
+
import { HashToJsonZod, JsonToHashZod } from "@xylabs/sdk-js";
|
|
575
575
|
import * as z18 from "zod";
|
|
576
576
|
var XyoRunnerRpcSchemas = {
|
|
577
577
|
xyoRunner_broadcastTransaction: {
|
|
@@ -591,7 +591,7 @@ var XyoRunnerRpcSchemas = {
|
|
|
591
591
|
};
|
|
592
592
|
|
|
593
593
|
// src/types/schema/XyoSignerRpcSchemas.ts
|
|
594
|
-
import { AddressZod as AddressZod5 } from "@xylabs/
|
|
594
|
+
import { AddressZod as AddressZod5 } from "@xylabs/sdk-js";
|
|
595
595
|
import { asHydratedTransactionWithStorageMeta } from "@xyo-network/xl1-protocol";
|
|
596
596
|
import { z as z19 } from "zod";
|
|
597
597
|
var XyoSignerRpcSchemas = {
|
|
@@ -624,7 +624,7 @@ var XyoSignerRpcSchemas = {
|
|
|
624
624
|
};
|
|
625
625
|
|
|
626
626
|
// src/types/schema/XyoViewerRpcSchemas.ts
|
|
627
|
-
import { AddressZod as AddressZod6, BigIntToJsonZod as BigIntToJsonZod3, HashToJsonZod as HashToJsonZod2, HashZod as HashZod3, JsonToBigIntZod as JsonToBigIntZod3, JsonToHashZod as JsonToHashZod2 } from "@xylabs/
|
|
627
|
+
import { AddressZod as AddressZod6, BigIntToJsonZod as BigIntToJsonZod3, HashToJsonZod as HashToJsonZod2, HashZod as HashZod3, JsonToBigIntZod as JsonToBigIntZod3, JsonToHashZod as JsonToHashZod2 } from "@xylabs/sdk-js";
|
|
628
628
|
import { WithHashMetaZod } from "@xyo-network/payload-model";
|
|
629
629
|
import { BlockNumberZod as BlockNumberZod3, BlockRangeZod as BlockRangeZod2, StepIdentityZod as StepIdentityZod2, TransferZod, XL1BlockNumberZod as XL1BlockNumberZod2, XL1BlockRangeZod } from "@xyo-network/xl1-protocol";
|
|
630
630
|
import * as z20 from "zod";
|
|
@@ -1322,7 +1322,7 @@ var createResponseSchema = /* @__PURE__ */ __name((resultSchema = z22.undefined(
|
|
|
1322
1322
|
}), "createResponseSchema");
|
|
1323
1323
|
|
|
1324
1324
|
// src/types/schema/DataLakeViewerRpcSchema.ts
|
|
1325
|
-
import { HashZod as HashZod4 } from "@xylabs/
|
|
1325
|
+
import { HashZod as HashZod4 } from "@xylabs/sdk-js";
|
|
1326
1326
|
import { PayloadZod as PayloadZod2 } from "@xyo-network/payload-model";
|
|
1327
1327
|
import * as z23 from "zod";
|
|
1328
1328
|
var DataLakeViewerRpcSchemas = {
|
|
@@ -1383,7 +1383,7 @@ var DataLakeViewerRpcSchemas = {
|
|
|
1383
1383
|
};
|
|
1384
1384
|
|
|
1385
1385
|
// src/types/schema/RewardsByPositionViewerRpcSchemas.ts
|
|
1386
|
-
import { BigIntToJsonZod as BigIntToJsonZod4, JsonToBigIntZod as JsonToBigIntZod4 } from "@xylabs/
|
|
1386
|
+
import { BigIntToJsonZod as BigIntToJsonZod4, JsonToBigIntZod as JsonToBigIntZod4 } from "@xylabs/sdk-js";
|
|
1387
1387
|
import { asAttoXL1 as asAttoXL12 } from "@xyo-network/xl1-protocol";
|
|
1388
1388
|
import z24 from "zod";
|
|
1389
1389
|
var NetworkStakingStepRewardsByPositionViewerRpcSchemas = {
|
|
@@ -1460,7 +1460,7 @@ var NetworkStakingStepRewardsByPositionViewerRpcSchemas = {
|
|
|
1460
1460
|
};
|
|
1461
1461
|
|
|
1462
1462
|
// src/types/schema/RewardsByStakerViewerRpcSchemas.ts
|
|
1463
|
-
import { AddressZod as AddressZod7, BigIntToJsonZod as BigIntToJsonZod5, JsonToBigIntZod as JsonToBigIntZod5 } from "@xylabs/
|
|
1463
|
+
import { AddressZod as AddressZod7, BigIntToJsonZod as BigIntToJsonZod5, JsonToBigIntZod as JsonToBigIntZod5 } from "@xylabs/sdk-js";
|
|
1464
1464
|
import z25 from "zod";
|
|
1465
1465
|
var NetworkStakingStepRewardsByStakerViewerRpcSchemas = {
|
|
1466
1466
|
networkStakingStepRewardsByStakerViewer_bonus: {
|
|
@@ -1536,7 +1536,7 @@ var NetworkStakingStepRewardsByStakerViewerRpcSchemas = {
|
|
|
1536
1536
|
};
|
|
1537
1537
|
|
|
1538
1538
|
// src/types/schema/RewardsByStepViewerRpcSchemas.ts
|
|
1539
|
-
import { AddressZod as AddressZod8, BigIntToJsonZod as BigIntToJsonZod6, JsonToBigIntZod as JsonToBigIntZod6 } from "@xylabs/
|
|
1539
|
+
import { AddressZod as AddressZod8, BigIntToJsonZod as BigIntToJsonZod6, JsonToBigIntZod as JsonToBigIntZod6 } from "@xylabs/sdk-js";
|
|
1540
1540
|
import z26 from "zod";
|
|
1541
1541
|
var NetworkStakingStepRewardsByStepViewerRpcSchemas = {
|
|
1542
1542
|
networkStakingStepRewardsByStepViewer_bonus: {
|
|
@@ -1612,7 +1612,7 @@ var NetworkStakingStepRewardsByStepViewerRpcSchemas = {
|
|
|
1612
1612
|
};
|
|
1613
1613
|
|
|
1614
1614
|
// src/types/schema/RewardsTotalViewerRpcSchemas.ts
|
|
1615
|
-
import { BigIntToJsonZod as BigIntToJsonZod7, JsonToBigIntZod as JsonToBigIntZod7 } from "@xylabs/
|
|
1615
|
+
import { BigIntToJsonZod as BigIntToJsonZod7, JsonToBigIntZod as JsonToBigIntZod7 } from "@xylabs/sdk-js";
|
|
1616
1616
|
import { asAttoXL1 as asAttoXL13 } from "@xyo-network/xl1-protocol";
|
|
1617
1617
|
import * as z27 from "zod";
|
|
1618
1618
|
var NetworkStakingStepRewardsTotalViewerRpcSchemas = {
|
|
@@ -1793,7 +1793,7 @@ var HttpRpcTransport = class {
|
|
|
1793
1793
|
if (params) {
|
|
1794
1794
|
body.params = schemas[method].params.to.parse(params);
|
|
1795
1795
|
}
|
|
1796
|
-
const res = await new AxiosJson().post(url, body);
|
|
1796
|
+
const res = await new Axios(AxiosJson.axiosConfig()).post(url, body);
|
|
1797
1797
|
const json = res.data;
|
|
1798
1798
|
if (isUndefinedOrNull(json) || json.error) {
|
|
1799
1799
|
throw new Error(json.error.message);
|
|
@@ -1810,8 +1810,7 @@ var HttpRpcTransport = class {
|
|
|
1810
1810
|
};
|
|
1811
1811
|
|
|
1812
1812
|
// src/transport/MemoryRpcTransport.ts
|
|
1813
|
-
import { assertEx } from "@xylabs/
|
|
1814
|
-
import { isObject, isString } from "@xylabs/typeof";
|
|
1813
|
+
import { assertEx, isObject, isString } from "@xylabs/sdk-js";
|
|
1815
1814
|
import { v4 as v42 } from "uuid";
|
|
1816
1815
|
var MemoryRpcTransport = class {
|
|
1817
1816
|
static {
|
|
@@ -1867,7 +1866,7 @@ var JsonRpcXyoRunner = class {
|
|
|
1867
1866
|
};
|
|
1868
1867
|
|
|
1869
1868
|
// src/provider/runner/NodeXyoRunner.ts
|
|
1870
|
-
import { assertEx as assertEx2 } from "@xylabs/
|
|
1869
|
+
import { assertEx as assertEx2 } from "@xylabs/sdk-js";
|
|
1871
1870
|
import { asArchivistInstance } from "@xyo-network/archivist-model";
|
|
1872
1871
|
import { PayloadBuilder } from "@xyo-network/payload-builder";
|
|
1873
1872
|
import { PayloadBundleSchema } from "@xyo-network/payload-model";
|
|
@@ -2019,8 +2018,8 @@ var JsonRpcTimeSyncViewer = class extends JsonRpcTimeSyncViewerMethods {
|
|
|
2019
2018
|
};
|
|
2020
2019
|
|
|
2021
2020
|
// src/provider/viewer/JsonRpcXyoViewer.ts
|
|
2022
|
-
import { isHash } from "@xylabs/
|
|
2023
|
-
import { isDefined } from "@xylabs/
|
|
2021
|
+
import { isHash } from "@xylabs/sdk-js";
|
|
2022
|
+
import { isDefined } from "@xylabs/sdk-js";
|
|
2024
2023
|
import { asAttoXL1 as asAttoXL14, asHydratedBlock } from "@xyo-network/xl1-protocol";
|
|
2025
2024
|
var JsonRpcXyoViewer = class {
|
|
2026
2025
|
static {
|