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

Method _encodeParams

js/src/static_dependencies/ethers/interface.js:577–579  ·  view source on GitHub ↗
(params, values)

Source from the content-addressed store, hash-verified

575 return this.#abiCoder.decode(params, data);
576 }
577 _encodeParams(params, values) {
578 return this.#abiCoder.encode(params, values);
579 }
580 /**
581 * Encodes a ``tx.data`` object for deploying the Contract with
582 * the %%values%% as the constructor arguments.

Callers 3

encodeDeployMethod · 0.95
encodeErrorResultMethod · 0.95
encodeFunctionDataMethod · 0.95

Calls 1

encodeMethod · 0.45

Tested by

no test coverage detected