mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-04 19:19:44 +00:00
compiler: add support for attribute syscalls
This commit is contained in:
parent
77c5f28b09
commit
7abd35b358
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",
|
||||
},
|
||||
"storage": {
|
||||
"GetContext": "Neo.Storage.GetContext",
|
||||
"Put": "Neo.Storage.Put",
|
||||
|
|
Loading…
Reference in a new issue