*: drop support for old on-chain assets

You no longer can transfer them, so creating/renewing/storing doesn't make
much sense.
This commit is contained in:
Roman Khimov 2020-06-05 18:42:58 +03:00
parent bf6435eeaa
commit a986e2a064
20 changed files with 1 additions and 714 deletions

View file

@ -32,7 +32,6 @@ type Blockchainer interface {
CurrentBlockHash() util.Uint256
HasBlock(util.Uint256) bool
HasTransaction(util.Uint256) bool
GetAssetState(util.Uint256) *state.Asset
GetAccountState(util.Uint160) *state.Account
GetAppExecResult(util.Uint256) (*state.AppExecResult, error)
GetNEP5TransferLog(util.Uint160) *state.NEP5TransferLog