(txes []*types.Transaction, atomic bool)
| 68 | GetStorageItem(key *states.StorageKey) (*states.StorageItem, error) |
| 69 | PreExecuteContract(tx *types.Transaction) (*cstates.PreExecResult, error) |
| 70 | PreExecuteContractBatch(txes []*types.Transaction, atomic bool) ([]*cstates.PreExecResult, uint32, error) |
| 71 | GetEventNotifyByTx(tx common.Uint256) (*event.ExecuteNotify, error) |
| 72 | GetEventNotifyByBlock(height uint32) ([]*event.ExecuteNotify, error) |
| 73 | } |
no outgoing calls
no test coverage detected