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

Interface NameCountResponse

frontend/src/data/DataProcessor.ts:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67export interface NameCountResponse {
68 name: string
69 count: number
70}
71
72export interface LoadingResponse {
73 status: 'loading'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected