* @_ignore:
(fragment, topic, args)
| 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 |
nothing calls this directly
no test coverage detected