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

Interface ContractInfo

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

Source from the content-addressed store, hash-verified

153}
154
155export interface ContractInfo
156 extends StrictOmit<
157 types.ContractInfo,
158 "SourceCode" | "ABI" | "Implementation"
159 > {}
160
161export interface FileContents
162 extends Record<types.FilePath, types.FileContent> {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected