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

Method constructor

js/src/static_dependencies/ethers/interface.js:27–32  ·  view source on GitHub ↗

* @_ignore:

(fragment, topic, args)

Source from the content-addressed store, hash-verified

25 * @_ignore:
26 */
27 constructor(fragment, topic, args) {
28 const name = fragment.name, signature = fragment.format();
29 defineProperties(this, {
30 fragment, name, signature, topic, args
31 });
32 }
33}
34/**
35 * When using the [[Interface-parseTransaction]] to automatically match

Callers

nothing calls this directly

Calls 2

definePropertiesFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected