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

Interface ClientDatabase

frontend/src/data/DataProcessor.ts:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61export interface ClientDatabase {
62 obj: {[key: number]: Client}
63 queryData(option?: Option, filters?: Filter[]): ClientResponse
64 getRaw(): Client[]
65}
66
67export interface NameCountResponse {
68 name: string

Callers 2

mockRawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected