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

Interface Version

frontend/src/data/DataProcessor.ts:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface Version {
28 major: number | string;
29 minor?: number | string;
30 patch?: number | string;
31 tag?: string;
32 build?: string;
33 date?: string;
34}
35
36export interface OperatingSytem {
37 vendor: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected