UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

8 lines 424 B
import { ChainForkConfig } from "@lodestar/config"; import { Db, Repository } from "@lodestar/db"; import { ValidatorIndex, phase0 } from "@lodestar/types"; export declare class ProposerSlashingRepository extends Repository<ValidatorIndex, phase0.ProposerSlashing> { constructor(config: ChainForkConfig, db: Db); getId(value: phase0.ProposerSlashing): ValidatorIndex; } //# sourceMappingURL=proposerSlashing.d.ts.map