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

Method format

lib.commonjs/abi/interface.js:322–326  ·  view source on GitHub ↗

* Returns the entire Human-Readable ABI, as an array of * signatures, optionally as %%minimal%% strings, which * removes parameter names and unneceesary spaces.

(minimal)

Source from the content-addressed store, hash-verified

320 * removes parameter names and unneceesary spaces.
321 */
322 format(minimal) {
323 const format = (minimal ? "minimal" : "full");
324 const abi = this.fragments.map((f) => f.format(format));
325 return abi;
326 }
327 /**
328 * Return the JSON-encoded ABI. This is the format Solidiy
329 * returns.

Callers 12

constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
formatJsonMethod · 0.45
#getFunctionMethod · 0.45
#getEventMethod · 0.45
getErrorMethod · 0.45
decodeFunctionResultMethod · 0.45
makeErrorMethod · 0.45
encodeFilterTopicsMethod · 0.45
fromMethod · 0.45

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected