compiler: add support for attribute syscalls

This commit is contained in:
Roman Khimov 2020-05-17 21:32:07 +03:00
parent 77c5f28b09
commit 7abd35b358

View file

@ -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",