Merge pull request #1096 from nspcc-dev/neox-2.x

Neox 2.x
This commit is contained in:
Roman Khimov 2020-06-24 16:08:19 +03:00 committed by GitHub
commit fbadb317f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 3804 additions and 347 deletions

View file

@ -11,6 +11,10 @@ var syscalls = map[string]map[string]string{
"GetUsage": "Neo.Attribute.GetUsage",
"GetData": "Neo.Attribute.GetData",
},
"crypto": {
"Secp256k1Recover": "Neo.Cryptography.Secp256k1Recover",
"Secp256r1Recover": "Neo.Cryptography.Secp256r1Recover",
},
"enumerator": {
"Concat": "Neo.Enumerator.Concat",
"Create": "Neo.Enumerator.Create",