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

Interface Client

frontend/src/data/DataProcessor.ts:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export interface Client extends ClientDetail {
49 primaryKey: number;
50 name: string;
51 count: number;
52}
53
54export interface ClientResponse {
55 clients: NameCountResponse[]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected