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

Method constructor

js/src/static_dependencies/ethers/interface.js:58–63  ·  view source on GitHub ↗

* @_ignore:

(fragment, selector, args)

Source from the content-addressed store, hash-verified

56 * @_ignore:
57 */
58 constructor(fragment, selector, args) {
59 const name = fragment.name, signature = fragment.format();
60 defineProperties(this, {
61 fragment, name, args, signature, selector
62 });
63 }
64}
65/**
66 * An **Indexed** is used as a value when a value that does not

Callers

nothing calls this directly

Calls 2

definePropertiesFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected