forked from TrueCloudLab/neoneo-go
compiler: add support for enumerator interop package
This commit is contained in:
parent
a0e9673c3e
commit
4e21e43e72
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ var syscalls = map[string]map[string]string{
|
||||||
"crypto": {
|
"crypto": {
|
||||||
"ECDsaVerify": "Neo.Crypto.ECDsaVerify",
|
"ECDsaVerify": "Neo.Crypto.ECDsaVerify",
|
||||||
},
|
},
|
||||||
|
"enumerator": {
|
||||||
|
"Concat": "Neo.Enumerator.Concat",
|
||||||
|
"Create": "Neo.Enumerator.Create",
|
||||||
|
"Next": "Neo.Enumerator.Next",
|
||||||
|
"Value": "Neo.Enumerator.Value",
|
||||||
|
},
|
||||||
"storage": {
|
"storage": {
|
||||||
"GetContext": "Neo.Storage.GetContext",
|
"GetContext": "Neo.Storage.GetContext",
|
||||||
"Put": "Neo.Storage.Put",
|
"Put": "Neo.Storage.Put",
|
||||||
|
|
Loading…
Add table
Reference in a new issue