@lodestar/light-client 1.43.0-rc.1 → 1.43.0-rc.2
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/lightclient.min.d.mts +2 -15
- package/dist/lightclient.min.mjs +12 -12
- package/package.json +9 -9
|
@@ -6437,12 +6437,6 @@ declare interface CompactMultiProof {
|
|
|
6437
6437
|
descriptor: Uint8Array;
|
|
6438
6438
|
}
|
|
6439
6439
|
|
|
6440
|
-
declare interface CompactMultiProof_2 {
|
|
6441
|
-
type: ProofType_2.compactMulti;
|
|
6442
|
-
leaves: Uint8Array[];
|
|
6443
|
-
descriptor: Uint8Array;
|
|
6444
|
-
}
|
|
6445
|
-
|
|
6446
6440
|
declare interface CompactMultiProofInput {
|
|
6447
6441
|
type: ProofType.compactMulti;
|
|
6448
6442
|
descriptor: Uint8Array;
|
|
@@ -7399,7 +7393,7 @@ declare type Endpoints_13 = {
|
|
|
7399
7393
|
query: {
|
|
7400
7394
|
format: string;
|
|
7401
7395
|
};
|
|
7402
|
-
},
|
|
7396
|
+
}, CompactMultiProof, VersionMeta>;
|
|
7403
7397
|
/**
|
|
7404
7398
|
* Returns a multiproof of `descriptor` at the requested `blockId`.
|
|
7405
7399
|
* The requested `blockId` may not be available. Regular nodes only keep recent states in memory.
|
|
@@ -7414,7 +7408,7 @@ declare type Endpoints_13 = {
|
|
|
7414
7408
|
query: {
|
|
7415
7409
|
format: string;
|
|
7416
7410
|
};
|
|
7417
|
-
},
|
|
7411
|
+
}, CompactMultiProof, VersionMeta>;
|
|
7418
7412
|
};
|
|
7419
7413
|
|
|
7420
7414
|
declare type Endpoints_14 = {
|
|
@@ -12799,13 +12793,6 @@ declare enum ProofType {
|
|
|
12799
12793
|
compactMulti = "compactMulti"
|
|
12800
12794
|
}
|
|
12801
12795
|
|
|
12802
|
-
declare enum ProofType_2 {
|
|
12803
|
-
single = "single",
|
|
12804
|
-
treeOffset = "treeOffset",
|
|
12805
|
-
multi = "multi",
|
|
12806
|
-
compactMulti = "compactMulti"
|
|
12807
|
-
}
|
|
12808
|
-
|
|
12809
12796
|
declare type ProposerDuty = ValueOf<typeof ProposerDutyType>;
|
|
12810
12797
|
|
|
12811
12798
|
declare type ProposerDutyList = ValueOf<typeof ProposerDutyListType>;
|