MCPcopy Create free account
hub / github.com/ethereum/node-crawler / Runtime

Interface Runtime

frontend/src/data/DataProcessor.ts:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22export interface Runtime {
23 name?: string;
24 version?: Version;
25}
26
27export interface Version {
28 major: number | string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected