diff --git a/pkg/compiler/syscall.go b/pkg/compiler/syscall.go index 8eef83436..8f28a4d21 100644 --- a/pkg/compiler/syscall.go +++ b/pkg/compiler/syscall.go @@ -14,6 +14,12 @@ var syscalls = map[string]map[string]string{ "crypto": { "ECDsaVerify": "Neo.Crypto.ECDsaVerify", }, + "enumerator": { + "Concat": "Neo.Enumerator.Concat", + "Create": "Neo.Enumerator.Create", + "Next": "Neo.Enumerator.Next", + "Value": "Neo.Enumerator.Value", + }, "storage": { "GetContext": "Neo.Storage.GetContext", "Put": "Neo.Storage.Put",