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

Method getAbiCoder

js/src/static_dependencies/ethers/interface.js:243–245  ·  view source on GitHub ↗

* The ABI coder that will be used to encode and decode binary * data.

()

Source from the content-addressed store, hash-verified

241 * data.
242 */
243 getAbiCoder() {
244 return AbiCoder.defaultAbiCoder();
245 }
246 // Find a function definition by any means necessary (unless it is ambiguous)
247 #getFunction(key, values, forceUnique) {
248 // Selector

Callers 1

constructorMethod · 0.95

Calls 1

defaultAbiCoderMethod · 0.45

Tested by

no test coverage detected