UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 290 B
import { RequestError } from "@lodestar/reqresp"; import { PeerAction } from "../peers/score/index.js"; import { ReqRespMethod } from "./types.js"; export declare function onOutgoingReqRespError(e: RequestError, method: ReqRespMethod): PeerAction | null; //# sourceMappingURL=score.d.ts.map