UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 442 B
import { capella } from "@lodestar/types"; import { IBeaconChain } from "../index.js"; export declare function validateApiBlsToExecutionChange(chain: IBeaconChain, blsToExecutionChange: capella.SignedBLSToExecutionChange): Promise<void>; export declare function validateGossipBlsToExecutionChange(chain: IBeaconChain, blsToExecutionChange: capella.SignedBLSToExecutionChange): Promise<void>; //# sourceMappingURL=blsToExecutionChange.d.ts.map