MCPcopy Index your code
hub / github.com/dethcrypto/TypeChain / toString

Method toString

packages/typechain/src/parser/parseEvmType.ts:55–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 }
54
55 toString() {
56 if (this.namespace) {
57 return `${this.namespace}.${this.identifier}`
58 }
59 return this.identifier
60 }
61
62 merge(other: Partial<StructName>) {
63 return new StructName(other.identifier || this.identifier, other.namespace || this.namespace)

Callers 15

deployContractFunction · 0.80
deployContractFunction · 0.80
generateEventTypeExportFunction · 0.80
generateInputTypeFunction · 0.80
generateOutputTypeFunction · 0.80
typedAssertFunction · 0.80
q18Function · 0.80
generateEventTypeExportFunction · 0.80
generateInputTypeFunction · 0.80
generateOutputTypeFunction · 0.80
abiParser.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 2

deployContractFunction · 0.64
deployContractFunction · 0.64