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

Method _decodeParams

lib.commonjs/abi/interface.js:671–673  ·  view source on GitHub ↗
(params, data)

Source from the content-addressed store, hash-verified

669 }
670 */
671 _decodeParams(params, data) {
672 return this.#abiCoder.decode(params, data);
673 }
674 _encodeParams(params, values) {
675 return this.#abiCoder.encode(params, values);
676 }

Callers 2

decodeErrorResultMethod · 0.95
decodeFunctionDataMethod · 0.95

Calls 1

decodeMethod · 0.45

Tested by

no test coverage detected