MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer /

Class

src/parser/index.ts:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25export class ParserWrapper {
26 enums: Record<string, AbiEnum> = {}
27 structs: Record<string, AbiStruct> = {};
28 functions: Record<string, AbiFunction> = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected