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

Method constructor

lib.esm/abi/interface.js:48–53  ·  view source on GitHub ↗

* @_ignore:

(fragment, topic, args)

Source from the content-addressed store, hash-verified

46 * @_ignore:
47 */
48 constructor(fragment, topic, args) {
49 const name = fragment.name, signature = fragment.format();
50 defineProperties(this, {
51 fragment, name, signature, topic, args
52 });
53 }
54}
55/**
56 * When using the [[Interface-parseTransaction]] to automatically match

Callers

nothing calls this directly

Calls 2

definePropertiesFunction · 0.90
formatMethod · 0.45

Tested by

no test coverage detected