UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 390 B
import { phase0 } from "@lodestar/types"; import { IBeaconChain } from "../index.js"; export declare function validateApiVoluntaryExit(chain: IBeaconChain, voluntaryExit: phase0.SignedVoluntaryExit): Promise<void>; export declare function validateGossipVoluntaryExit(chain: IBeaconChain, voluntaryExit: phase0.SignedVoluntaryExit): Promise<void>; //# sourceMappingURL=voluntaryExit.d.ts.map