UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

4 lines 226 B
import { Client } from "./service.js"; import { ClientStats } from "./types.js"; export declare function createClientStats(client: Client, collectSystemStats?: boolean): ClientStats[]; //# sourceMappingURL=clientStats.d.ts.map