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