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

Method defaultAbiCoder

lib.commonjs/abi/abi-coder.js:194–199  ·  view source on GitHub ↗

* Returns the shared singleton instance of a default [[AbiCoder]]. * * On the first call, the instance is created internally.

()

Source from the content-addressed store, hash-verified

192 * On the first call, the instance is created internally.
193 */
194 static defaultAbiCoder() {
195 if (defaultCoder == null) {
196 defaultCoder = new AbiCoder();
197 }
198 return defaultCoder;
199 }
200 /**
201 * Returns an ethers-compatible [[CallExceptionError]] Error for the given
202 * result %%data%% for the [[CallExceptionAction]] %%action%% against

Callers 3

test-abi.jsFile · 0.45
getAbiCoderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected