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

Method queryData

frontend/src/data/DataProcessor.ts:63–63  ·  view source on GitHub ↗
(option?: Option, filters?: Filter[])

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected