difftreelog
fix dmq event
in: master
1 file changed
tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth263263264 static DmpQueue = class extends EventSection('dmpQueue') {264 static DmpQueue = class extends EventSection('dmpQueue') {265 static ExecutedDownward = this.Method('ExecutedDownward', data => ({265 static ExecutedDownward = this.Method('ExecutedDownward', data => ({266 outcome: eventData<XcmV3TraitsOutcome>(data, 1),266 outcome: eventData<XcmV3TraitsOutcome>(data, 2),267 }));267 }));268 };268 };269}269}