* @_ignore:
(fragment, topic, args)
| 25 | * @_ignore: |
| 26 | */ |
| 27 | constructor(fragment, topic, args) { |
| 28 | const name = fragment.name, signature = fragment.format(); |
| 29 | defineProperties(this, { |
| 30 | fragment, name, signature, topic, args |
| 31 | }); |
| 32 | } |
| 33 | } |
| 34 | /** |
| 35 | * When using the [[Interface-parseTransaction]] to automatically match |
nothing calls this directly
no test coverage detected