@lodestar/beacon-node
Version:
A Typescript implementation of the beacon chain
6 lines • 573 B
TypeScript
import { BeaconConfig } from "@lodestar/config";
import { ISignatureSet } from "@lodestar/state-transition";
import { Epoch, SignedAggregateAndProof, ValidatorIndex } from "@lodestar/types";
export declare function getAggregateAndProofSigningRoot(config: BeaconConfig, epoch: Epoch, aggregateAndProof: SignedAggregateAndProof): Uint8Array;
export declare function getAggregateAndProofSignatureSet(config: BeaconConfig, epoch: Epoch, aggregatorIndex: ValidatorIndex, aggregateAndProof: SignedAggregateAndProof): ISignatureSet;
//# sourceMappingURL=aggregateAndProof.d.ts.map