core,vm: implement System.Runtime.GasLeft syscall

This commit is contained in:
Evgenii Stratonikov 2020-06-16 12:04:08 +03:00
parent a7d4fff897
commit a4e4439967
5 changed files with 31 additions and 0 deletions

View file

@ -29,6 +29,7 @@ var syscalls = map[string]map[string]string{
"GetEntryScriptHash": "System.Runtime.GetEntryScriptHash",
"GetExecutingScriptHash": "System.Runtime.GetExecutingScriptHash",
"GasLeft": "System.Runtime.GasLeft",
"GetTrigger": "System.Runtime.GetTrigger",
"CheckWitness": "System.Runtime.CheckWitness",
"Notify": "System.Runtime.Notify",