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

Method _decodeParams

js/src/static_dependencies/ethers/interface.js:574–576  ·  view source on GitHub ↗
(params, data)

Source from the content-addressed store, hash-verified

572 }
573 */
574 _decodeParams(params, data) {
575 return this.#abiCoder.decode(params, data);
576 }
577 _encodeParams(params, values) {
578 return this.#abiCoder.encode(params, values);
579 }

Callers 2

decodeErrorResultMethod · 0.95
decodeFunctionDataMethod · 0.95

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected