UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

6 lines 362 B
import { BeaconConfig } from "@lodestar/config"; import { ForkName } from "@lodestar/params"; import { InboundRateLimitQuota } from "@lodestar/reqresp"; import { ReqRespMethod } from "./types.js"; export declare const rateLimitQuotas: (fork: ForkName, config: BeaconConfig) => Record<ReqRespMethod, InboundRateLimitQuota>; //# sourceMappingURL=rateLimit.d.ts.map