core: implement System.Runtime.GetNotifications syscall

This commit is contained in:
Evgenii Stratonikov 2020-06-16 12:30:25 +03:00
parent afd8f3b87a
commit 75e597f880
4 changed files with 84 additions and 0 deletions

View file

@ -28,6 +28,7 @@ var syscalls = map[string]map[string]string{
"GetCallingScriptHash": "System.Runtime.GetCallingScriptHash",
"GetEntryScriptHash": "System.Runtime.GetEntryScriptHash",
"GetExecutingScriptHash": "System.Runtime.GetExecutingScriptHash",
"GetNotifications": "System.Runtime.GetNotifications",
"GasLeft": "System.Runtime.GasLeft",
"GetTrigger": "System.Runtime.GetTrigger",