Save transaction hashes which have event notify gen
(height uint32, txHashs []common.Uint256)
| 91 | SaveEventNotifyByTx(txHash common.Uint256, notify *event.ExecuteNotify) error |
| 92 | //Save transaction hashes which have event notify gen |
| 93 | SaveEventNotifyByBlock(height uint32, txHashs []common.Uint256) |
| 94 | //GetEventNotifyByTx return event notify by transaction hash |
| 95 | GetEventNotifyByTx(txHash common.Uint256) (*event.ExecuteNotify, error) |
| 96 | //Commit event notify to store |
no outgoing calls
no test coverage detected