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

Method constructor

lib.commonjs/contract/wrappers.js:27–31  ·  view source on GitHub ↗

* @_ignore:

(log, iface, fragment)

Source from the content-addressed store, hash-verified

25 * @_ignore:
26 */
27 constructor(log, iface, fragment) {
28 super(log, log.provider);
29 const args = iface.decodeEventLog(fragment, log.data, log.topics);
30 (0, index_js_1.defineProperties)(this, { args, fragment, interface: iface });
31 }
32 /**
33 * The name of the event.
34 */

Callers

nothing calls this directly

Calls 1

decodeEventLogMethod · 0.45

Tested by

no test coverage detected