MCPcopy Create free account
hub / github.com/ccxt/ccxt / constructor

Method constructor

ts/src/static_dependencies/ethers/interface.ts:68–73  ·  view source on GitHub ↗

* @_ignore:

(fragment: EventFragment, topic: string, args: Result)

Source from the content-addressed store, hash-verified

66 * @_ignore:
67 */
68 constructor(fragment: EventFragment, topic: string, args: Result) {
69 const name = fragment.name, signature = fragment.format();
70 defineProperties<LogDescription>(this, {
71 fragment, name, signature, topic, args
72 });
73 }
74}
75
76/**

Callers

nothing calls this directly

Calls 2

definePropertiesFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected