UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 505 B
import { BeaconConfig } from "@lodestar/config"; import { ISignatureSet } from "@lodestar/state-transition"; import { Slot, ValidatorIndex, phase0 } from "@lodestar/types"; export declare function getSelectionProofSigningRoot(config: BeaconConfig, slot: Slot): Uint8Array; export declare function getSelectionProofSignatureSet(config: BeaconConfig, slot: Slot, aggregatorIndex: ValidatorIndex, aggregateAndProof: phase0.SignedAggregateAndProof): ISignatureSet; //# sourceMappingURL=selectionProof.d.ts.map