forked from TrueCloudLab/neoneo-go
compiler: add support for attribute syscalls
This commit is contained in:
parent
60bea7e224
commit
9718891d79
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ var syscalls = map[string]map[string]string{
|
|||
"GetVotes": "Neo.Account.GetVotes",
|
||||
"IsStandard": "Neo.Account.IsStandard",
|
||||
},
|
||||
"attribute": {
|
||||
"GetUsage": "Neo.Attribute.GetUsage",
|
||||
"GetData": "Neo.Attribute.GetData",
|
||||
},
|
||||
"crypto": {
|
||||
"ECDsaVerify": "Neo.Crypto.ECDsaVerify",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue