UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

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