MCPcopy Create free account
hub / github.com/dethcrypto/dethcode / FileContents

Interface FileContents

packages/ethereum-viewer/src/explorer/fetchFiles.ts:161–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 > {}
160
161export interface FileContents
162 extends Record<types.FilePath, types.FileContent> {}
163
164function contractNotVerifiedErrorMsg(
165 apiName: ApiName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected