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",
|
"GetVotes": "Neo.Account.GetVotes",
|
||||||
"IsStandard": "Neo.Account.IsStandard",
|
"IsStandard": "Neo.Account.IsStandard",
|
||||||
},
|
},
|
||||||
|
"attribute": {
|
||||||
|
"GetUsage": "Neo.Attribute.GetUsage",
|
||||||
|
"GetData": "Neo.Attribute.GetData",
|
||||||
|
},
|
||||||
"storage": {
|
"storage": {
|
||||||
"GetContext": "Neo.Storage.GetContext",
|
"GetContext": "Neo.Storage.GetContext",
|
||||||
"Put": "Neo.Storage.Put",
|
"Put": "Neo.Storage.Put",
|
||||||
|
|
Loading…
Reference in a new issue