native/neo: add getAccountState
method, close #1975
This commit is contained in:
parent
df0be2e855
commit
233996eec0
5 changed files with 63 additions and 1 deletions
|
@ -316,7 +316,7 @@ func canConvert(s string) bool {
|
|||
s = s[len(interopPrefix):]
|
||||
return s != "/iterator.Iterator" && s != "/storage.Context" &&
|
||||
s != "/native/ledger.Block" && s != "/native/ledger.Transaction" &&
|
||||
s != "/native/management.Contract"
|
||||
s != "/native/management.Contract" && s != "/native/neo.AccountState"
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue