NodePortal

This commit is contained in:
2021-08-09 09:48:56 +08:00
parent 5758a3ae78
commit fe1dcf7e79
3 changed files with 222 additions and 0 deletions

View File

@@ -200,6 +200,12 @@ function WSHandler(event) {
case 'onListLeakContractProcess':
onListLeakContractProcess(obj);
break;
case 'onGetMask':
onGetMask(obj);
break;
case 'onGetMock':
onGetMock(obj);
break;
default:
displayOutput(obj);
break;