MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / version

Method version

ppom/src/ppom.js:301–304  ·  view source on GitHub ↗

* @returns {string}

()

Source from the content-addressed store, hash-verified

299 * @returns {string}
300 */
301 static version() {
302 const ret = wasm.ppom_version();
303 return takeObject(ret);
304 }
305}
306
307async function __wbg_load(module, imports) {

Callers

nothing calls this directly

Calls 1

takeObjectFunction · 0.85

Tested by

no test coverage detected