state: drop Neo 2 Account and everything related

It's substituted with NEP5Balances now.
This commit is contained in:
Roman Khimov 2020-08-11 20:42:02 +03:00
parent 34156ef78d
commit b1034d8ed6
10 changed files with 1 additions and 319 deletions

View file

@ -37,7 +37,6 @@ type Blockchainer interface {
CurrentBlockHash() util.Uint256
HasBlock(util.Uint256) bool
HasTransaction(util.Uint256) bool
GetAccountState(util.Uint160) *state.Account
GetAppExecResult(util.Uint256) (*state.AppExecResult, error)
GetNextBlockValidators() ([]*keys.PublicKey, error)
GetNEP5Balances(util.Uint160) *state.NEP5Balances