(topic string, ty int64, data interface{})
| 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 |
| 20 | SendTx(param *types.Transaction) (*types.Reply, error) |
no outgoing calls