(topic string, msgid int64, data interface{})
| 14 | Version() (*types.VersionInfo, error) |
| 15 | Close() |
| 16 | NewMessage(topic string, msgid int64, data interface{}) *queue.Message |
| 17 | Notify(topic string, ty int64, data interface{}) (*queue.Message, error) |
| 18 | // +++++++++++++++ mempool interfaces begin |
| 19 | // 同步发送交易信息到指定模块,获取应答消息 types.EventTx |
no outgoing calls