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

Method constructor

ts/src/static_dependencies/ethers/interface.ts:156–161  ·  view source on GitHub ↗

* @_ignore:

(fragment: ErrorFragment, selector: string, args: Result)

Source from the content-addressed store, hash-verified

154 * @_ignore:
155 */
156 constructor(fragment: ErrorFragment, selector: string, args: Result) {
157 const name = fragment.name, signature = fragment.format();
158 defineProperties<ErrorDescription>(this, {
159 fragment, name, args, signature, selector
160 });
161 }
162}
163
164/**

Callers

nothing calls this directly

Calls 2

definePropertiesFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected