@lodestar/types 1.35.0-dev.c85be4e26c → 1.35.0-dev.cec9bef1db
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/lib/altair/index.js.map +1 -1
- package/lib/bellatrix/index.js.map +1 -1
- package/lib/bellatrix/sszTypes.d.ts +14 -14
- package/lib/capella/index.js.map +1 -1
- package/lib/capella/sszTypes.d.ts +38 -38
- package/lib/deneb/index.js.map +1 -1
- package/lib/deneb/sszTypes.d.ts +41 -41
- package/lib/electra/index.js.map +1 -1
- package/lib/electra/sszTypes.d.ts +64 -64
- package/lib/fulu/index.js.map +1 -1
- package/lib/fulu/sszTypes.d.ts +21 -21
- package/lib/fulu/sszTypes.js.map +1 -1
- package/lib/gloas/index.js.map +1 -1
- package/lib/gloas/sszTypes.d.ts +11 -11
- package/lib/index.d.ts +4 -3
- package/lib/index.js +5 -4
- package/lib/index.js.map +1 -1
- package/lib/phase0/index.d.ts +1 -0
- package/lib/phase0/index.js +1 -0
- package/lib/phase0/index.js.map +1 -1
- package/lib/sszTypes.d.ts +658 -658
- package/lib/types.d.ts +6 -2
- package/lib/types.js +2 -2
- package/lib/types.js.map +1 -1
- package/lib/utils/container.js.map +1 -1
- package/lib/utils/executionAddress.js +1 -1
- package/lib/utils/executionAddress.js.map +1 -1
- package/lib/utils/stringType.js +5 -8
- package/lib/utils/stringType.js.map +1 -1
- package/package.json +14 -3
package/lib/fulu/sszTypes.d.ts
CHANGED
|
@@ -182,12 +182,12 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
182
182
|
withdrawals: ListCompositeType<ContainerType<{
|
|
183
183
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
184
184
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
185
|
-
address: import("../
|
|
185
|
+
address: import("../index.js").ExecutionAddressType;
|
|
186
186
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
187
187
|
}>>;
|
|
188
188
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
189
189
|
parentHash: ByteVectorType;
|
|
190
|
-
feeRecipient: import("../
|
|
190
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
191
191
|
stateRoot: ByteVectorType;
|
|
192
192
|
receiptsRoot: ByteVectorType;
|
|
193
193
|
logsBloom: ByteVectorType;
|
|
@@ -204,7 +204,7 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
204
204
|
message: ContainerType<{
|
|
205
205
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
206
206
|
fromBlsPubkey: ByteVectorType;
|
|
207
|
-
toExecutionAddress: import("../
|
|
207
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
208
208
|
}>;
|
|
209
209
|
signature: ByteVectorType;
|
|
210
210
|
}>>;
|
|
@@ -218,12 +218,12 @@ export declare const BeaconBlock: ContainerType<{
|
|
|
218
218
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
219
219
|
}>>;
|
|
220
220
|
withdrawals: ListCompositeType<ContainerType<{
|
|
221
|
-
sourceAddress: import("../
|
|
221
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
222
222
|
validatorPubkey: ByteVectorType;
|
|
223
223
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
224
224
|
}>>;
|
|
225
225
|
consolidations: ListCompositeType<ContainerType<{
|
|
226
|
-
sourceAddress: import("../
|
|
226
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
227
227
|
sourcePubkey: ByteVectorType;
|
|
228
228
|
targetPubkey: ByteVectorType;
|
|
229
229
|
}>>;
|
|
@@ -346,12 +346,12 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
346
346
|
withdrawals: ListCompositeType<ContainerType<{
|
|
347
347
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
348
348
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
349
|
-
address: import("../
|
|
349
|
+
address: import("../index.js").ExecutionAddressType;
|
|
350
350
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
351
351
|
}>>;
|
|
352
352
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
353
353
|
parentHash: ByteVectorType;
|
|
354
|
-
feeRecipient: import("../
|
|
354
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
355
355
|
stateRoot: ByteVectorType;
|
|
356
356
|
receiptsRoot: ByteVectorType;
|
|
357
357
|
logsBloom: ByteVectorType;
|
|
@@ -368,7 +368,7 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
368
368
|
message: ContainerType<{
|
|
369
369
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
370
370
|
fromBlsPubkey: ByteVectorType;
|
|
371
|
-
toExecutionAddress: import("../
|
|
371
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
372
372
|
}>;
|
|
373
373
|
signature: ByteVectorType;
|
|
374
374
|
}>>;
|
|
@@ -382,12 +382,12 @@ export declare const SignedBeaconBlock: ContainerType<{
|
|
|
382
382
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
383
383
|
}>>;
|
|
384
384
|
withdrawals: ListCompositeType<ContainerType<{
|
|
385
|
-
sourceAddress: import("../
|
|
385
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
386
386
|
validatorPubkey: ByteVectorType;
|
|
387
387
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
388
388
|
}>>;
|
|
389
389
|
consolidations: ListCompositeType<ContainerType<{
|
|
390
|
-
sourceAddress: import("../
|
|
390
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
391
391
|
sourcePubkey: ByteVectorType;
|
|
392
392
|
targetPubkey: ByteVectorType;
|
|
393
393
|
}>>;
|
|
@@ -470,7 +470,7 @@ export declare const BeaconState: ContainerType<{
|
|
|
470
470
|
withdrawalsRoot: ByteVectorType;
|
|
471
471
|
transactionsRoot: ByteVectorType;
|
|
472
472
|
parentHash: ByteVectorType;
|
|
473
|
-
feeRecipient: import("../
|
|
473
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
474
474
|
stateRoot: ByteVectorType;
|
|
475
475
|
receiptsRoot: ByteVectorType;
|
|
476
476
|
logsBloom: ByteVectorType;
|
|
@@ -624,12 +624,12 @@ export declare const BlockContents: ContainerType<{
|
|
|
624
624
|
withdrawals: ListCompositeType<ContainerType<{
|
|
625
625
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
626
626
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
627
|
-
address: import("../
|
|
627
|
+
address: import("../index.js").ExecutionAddressType;
|
|
628
628
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
629
629
|
}>>;
|
|
630
630
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
631
631
|
parentHash: ByteVectorType;
|
|
632
|
-
feeRecipient: import("../
|
|
632
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
633
633
|
stateRoot: ByteVectorType;
|
|
634
634
|
receiptsRoot: ByteVectorType;
|
|
635
635
|
logsBloom: ByteVectorType;
|
|
@@ -646,7 +646,7 @@ export declare const BlockContents: ContainerType<{
|
|
|
646
646
|
message: ContainerType<{
|
|
647
647
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
648
648
|
fromBlsPubkey: ByteVectorType;
|
|
649
|
-
toExecutionAddress: import("../
|
|
649
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
650
650
|
}>;
|
|
651
651
|
signature: ByteVectorType;
|
|
652
652
|
}>>;
|
|
@@ -660,12 +660,12 @@ export declare const BlockContents: ContainerType<{
|
|
|
660
660
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
661
661
|
}>>;
|
|
662
662
|
withdrawals: ListCompositeType<ContainerType<{
|
|
663
|
-
sourceAddress: import("../
|
|
663
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
664
664
|
validatorPubkey: ByteVectorType;
|
|
665
665
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
666
666
|
}>>;
|
|
667
667
|
consolidations: ListCompositeType<ContainerType<{
|
|
668
|
-
sourceAddress: import("../
|
|
668
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
669
669
|
sourcePubkey: ByteVectorType;
|
|
670
670
|
targetPubkey: ByteVectorType;
|
|
671
671
|
}>>;
|
|
@@ -792,12 +792,12 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
792
792
|
withdrawals: ListCompositeType<ContainerType<{
|
|
793
793
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
794
794
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
795
|
-
address: import("../
|
|
795
|
+
address: import("../index.js").ExecutionAddressType;
|
|
796
796
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
797
797
|
}>>;
|
|
798
798
|
transactions: ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
799
799
|
parentHash: ByteVectorType;
|
|
800
|
-
feeRecipient: import("../
|
|
800
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
801
801
|
stateRoot: ByteVectorType;
|
|
802
802
|
receiptsRoot: ByteVectorType;
|
|
803
803
|
logsBloom: ByteVectorType;
|
|
@@ -814,7 +814,7 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
814
814
|
message: ContainerType<{
|
|
815
815
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
816
816
|
fromBlsPubkey: ByteVectorType;
|
|
817
|
-
toExecutionAddress: import("../
|
|
817
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
818
818
|
}>;
|
|
819
819
|
signature: ByteVectorType;
|
|
820
820
|
}>>;
|
|
@@ -828,12 +828,12 @@ export declare const SignedBlockContents: ContainerType<{
|
|
|
828
828
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
829
829
|
}>>;
|
|
830
830
|
withdrawals: ListCompositeType<ContainerType<{
|
|
831
|
-
sourceAddress: import("../
|
|
831
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
832
832
|
validatorPubkey: ByteVectorType;
|
|
833
833
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
834
834
|
}>>;
|
|
835
835
|
consolidations: ListCompositeType<ContainerType<{
|
|
836
|
-
sourceAddress: import("../
|
|
836
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
837
837
|
sourcePubkey: ByteVectorType;
|
|
838
838
|
targetPubkey: ByteVectorType;
|
|
839
839
|
}>>;
|
package/lib/fulu/sszTypes.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/fulu/sszTypes.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,eAAe,EACf,mBAAmB,GACpB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,uBAAuB,EACvB,uBAAuB,EACvB,2BAA2B,EAC3B,qCAAqC,EACrC,8BAA8B,EAC9B,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,GAChB,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"sszTypes.js","sourceRoot":"","sources":["../../src/fulu/sszTypes.ts"],"names":[],"mappings":"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"}
|
package/lib/gloas/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gloas/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/gloas/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAE3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAC,EAAE,EAAE,GAAG,EAAC,CAAC"}
|
package/lib/gloas/sszTypes.d.ts
CHANGED
|
@@ -63,7 +63,7 @@ export declare const BeaconState: import("@chainsafe/ssz").ContainerType<{
|
|
|
63
63
|
withdrawalsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
64
64
|
transactionsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
65
65
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
66
|
-
feeRecipient: import("../
|
|
66
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
67
67
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
68
68
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
69
69
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -216,12 +216,12 @@ export declare const BeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
216
216
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
217
217
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
218
218
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
219
|
-
address: import("../
|
|
219
|
+
address: import("../index.js").ExecutionAddressType;
|
|
220
220
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
221
221
|
}>>;
|
|
222
222
|
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
223
223
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
224
|
-
feeRecipient: import("../
|
|
224
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
225
225
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
226
226
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
227
227
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -238,7 +238,7 @@ export declare const BeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
238
238
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
239
239
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
240
240
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
241
|
-
toExecutionAddress: import("../
|
|
241
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
242
242
|
}>;
|
|
243
243
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
244
244
|
}>>;
|
|
@@ -252,12 +252,12 @@ export declare const BeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
252
252
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
253
253
|
}>>;
|
|
254
254
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
255
|
-
sourceAddress: import("../
|
|
255
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
256
256
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
257
257
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
258
258
|
}>>;
|
|
259
259
|
consolidations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
260
|
-
sourceAddress: import("../
|
|
260
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
261
261
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
262
262
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
263
263
|
}>>;
|
|
@@ -380,12 +380,12 @@ export declare const SignedBeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
380
380
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
381
381
|
index: import("@chainsafe/ssz").UintNumberType;
|
|
382
382
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
383
|
-
address: import("../
|
|
383
|
+
address: import("../index.js").ExecutionAddressType;
|
|
384
384
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
385
385
|
}>>;
|
|
386
386
|
transactions: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ByteListType>;
|
|
387
387
|
parentHash: import("@chainsafe/ssz").ByteVectorType;
|
|
388
|
-
feeRecipient: import("../
|
|
388
|
+
feeRecipient: import("../index.js").ExecutionAddressType;
|
|
389
389
|
stateRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
390
390
|
receiptsRoot: import("@chainsafe/ssz").ByteVectorType;
|
|
391
391
|
logsBloom: import("@chainsafe/ssz").ByteVectorType;
|
|
@@ -402,7 +402,7 @@ export declare const SignedBeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
402
402
|
message: import("@chainsafe/ssz").ContainerType<{
|
|
403
403
|
validatorIndex: import("@chainsafe/ssz").UintNumberType;
|
|
404
404
|
fromBlsPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
405
|
-
toExecutionAddress: import("../
|
|
405
|
+
toExecutionAddress: import("../index.js").ExecutionAddressType;
|
|
406
406
|
}>;
|
|
407
407
|
signature: import("@chainsafe/ssz").ByteVectorType;
|
|
408
408
|
}>>;
|
|
@@ -416,12 +416,12 @@ export declare const SignedBeaconBlock: import("@chainsafe/ssz").ContainerType<{
|
|
|
416
416
|
index: import("@chainsafe/ssz").UintBigintType;
|
|
417
417
|
}>>;
|
|
418
418
|
withdrawals: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
419
|
-
sourceAddress: import("../
|
|
419
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
420
420
|
validatorPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
421
421
|
amount: import("@chainsafe/ssz").UintBigintType;
|
|
422
422
|
}>>;
|
|
423
423
|
consolidations: import("@chainsafe/ssz").ListCompositeType<import("@chainsafe/ssz").ContainerType<{
|
|
424
|
-
sourceAddress: import("../
|
|
424
|
+
sourceAddress: import("../index.js").ExecutionAddressType;
|
|
425
425
|
sourcePubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
426
426
|
targetPubkey: import("@chainsafe/ssz").ByteVectorType;
|
|
427
427
|
}>>;
|
package/lib/index.d.ts
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export * from "./types.js";
|
|
2
|
+
import type { SSZTypesFor } from "./sszTypes.js";
|
|
2
3
|
import * as ssz from "./sszTypes.js";
|
|
3
4
|
import { sszTypesFor } from "./sszTypes.js";
|
|
4
|
-
import type { SSZTypesFor } from "./sszTypes.js";
|
|
5
5
|
export { sszTypesFor, SSZTypesFor, ssz };
|
|
6
|
-
export * from "./utils/typeguards.js";
|
|
7
|
-
export { StringType, stringType } from "./utils/stringType.js";
|
|
8
6
|
export * from "./utils/container.js";
|
|
7
|
+
export { ExecutionAddressType } from "./utils/executionAddress.js";
|
|
8
|
+
export { StringType, stringType } from "./utils/stringType.js";
|
|
9
|
+
export * from "./utils/typeguards.js";
|
|
9
10
|
export * from "./utils/validatorStatus.js";
|
|
10
11
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/index.js
CHANGED
|
@@ -2,11 +2,12 @@ export * from "./types.js";
|
|
|
2
2
|
import * as ssz from "./sszTypes.js";
|
|
3
3
|
import { sszTypesFor } from "./sszTypes.js";
|
|
4
4
|
export { sszTypesFor, ssz };
|
|
5
|
-
// Typeguards
|
|
6
|
-
export * from "./utils/typeguards.js";
|
|
7
|
-
// String type
|
|
8
|
-
export { StringType, stringType } from "./utils/stringType.js";
|
|
9
5
|
// Container utils
|
|
10
6
|
export * from "./utils/container.js";
|
|
7
|
+
export { ExecutionAddressType } from "./utils/executionAddress.js";
|
|
8
|
+
// String type
|
|
9
|
+
export { StringType, stringType } from "./utils/stringType.js";
|
|
10
|
+
// Typeguards
|
|
11
|
+
export * from "./utils/typeguards.js";
|
|
11
12
|
export * from "./utils/validatorStatus.js";
|
|
12
13
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAG3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAC1C,OAAO,EAAC,WAAW,EAAe,GAAG,EAAC,CAAC;AAEvC,kBAAkB;AAClB,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAC,oBAAoB,EAAC,MAAM,6BAA6B,CAAC;AACjE,cAAc;AACd,OAAO,EAAC,UAAU,EAAE,UAAU,EAAC,MAAM,uBAAuB,CAAC;AAC7D,aAAa;AACb,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC"}
|
package/lib/phase0/index.d.ts
CHANGED
package/lib/phase0/index.js
CHANGED
package/lib/phase0/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/phase0/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAC,EAAE,EAAE,GAAG,EAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/phase0/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAE/B,OAAO,KAAK,GAAG,MAAM,eAAe,CAAC;AACrC,OAAO,KAAK,EAAE,MAAM,YAAY,CAAC;AACjC,OAAO,EAAC,EAAE,EAAE,GAAG,EAAC,CAAC"}
|