@lodestar/light-client 1.36.0-rc.1 → 1.36.0-rc.3
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.
|
@@ -6151,7 +6151,7 @@ declare interface CachedGenesis extends ForkDigestContext {
|
|
|
6151
6151
|
*
|
|
6152
6152
|
* Note: The configured fork schedule is always used rather than on-chain fork schedule.
|
|
6153
6153
|
*/
|
|
6154
|
-
getDomain(
|
|
6154
|
+
getDomain(domainSlot: Slot_2, domainType: DomainType_2, messageSlot?: Slot_2): Uint8Array;
|
|
6155
6155
|
/**
|
|
6156
6156
|
* Return the signature domain corresponding to a particular fork version
|
|
6157
6157
|
*/
|