@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
7 lines • 390 B
TypeScript
import { IForkChoice, ProtoBlock } from "@lodestar/fork-choice";
import { Epoch, RootHex } from "@lodestar/types";
/**
* Get dependent root of a shuffling given attestation epoch and head block.
*/
export declare function getShufflingDependentRoot(forkChoice: IForkChoice, attEpoch: Epoch, blockEpoch: Epoch, attHeadBlock: ProtoBlock): RootHex;
//# sourceMappingURL=dependentRoot.d.ts.map