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

Method defaultAbiCoder

js/src/static_dependencies/ethers/abi-coder.js:127–132  ·  view source on GitHub ↗

* Returns the shared singleton instance of a default [[AbiCoder]]. * * On the first call, the instance is created internally.

()

Source from the content-addressed store, hash-verified

125 * On the first call, the instance is created internally.
126 */
127 static defaultAbiCoder() {
128 if (defaultCoder == null) {
129 defaultCoder = new AbiCoder();
130 }
131 return defaultCoder;
132 }
133}

Callers 2

index.jsFile · 0.45
getAbiCoderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected