@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
7 lines • 340 B
TypeScript
import { ExtractSlotRootFns } from "./types.js";
/**
* Extract the slot and block root of a gossip message form serialized data.
* Only applicable for beacon_attestation and beacon_aggregate_and_proof topics.
*/
export declare function createExtractBlockSlotRootFns(): ExtractSlotRootFns;
//# sourceMappingURL=extractSlotRootFns.d.ts.map