MCPcopy Create free account
hub / github.com/PageLeay/celestial-runtime / _encodeParams

Method _encodeParams

lib.commonjs/abi/interface.js:674–676  ·  view source on GitHub ↗
(params, values)

Source from the content-addressed store, hash-verified

672 return this.#abiCoder.decode(params, data);
673 }
674 _encodeParams(params, values) {
675 return this.#abiCoder.encode(params, values);
676 }
677 /**
678 * Encodes a ``tx.data`` object for deploying the Contract with
679 * 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