native/neo: add getAccountState method, close #1975

This commit is contained in:
Evgeniy Stratonikov 2021-05-25 17:54:57 +03:00
parent df0be2e855
commit 233996eec0
5 changed files with 63 additions and 1 deletions

View file

@ -116,6 +116,7 @@ func TestNativeHelpersCompile(t *testing.T) {
{"vote", []string{u160, pub}},
{"unclaimedGas", []string{u160, "123"}},
{"unregisterCandidate", []string{pub}},
{"getAccountState", []string{u160}},
}, nep17TestCases...))
runNativeTestCases(t, cs.GAS.ContractMD, "gas", append([]nativeTestCase{
{"refuel", []string{u160, "123"}},