Versions in this module Expand all Collapse all v1 v1.1.0 Nov 15, 2018 v1.0.0 Nov 15, 2018 Changes in this version + type AlgorithmMsg struct + Account common.Address + Data NetData + type HD struct + func NewHD() (*HD, error) + func (self *HD) SendNodeMsg(subCode mc.EventCode, msg interface{}, Roles common.RoleType, ...) + type MsgCodec interface + DecodeFn func(data []byte, from common.Address) (interface{}, error) + EncodeFn func(msg interface{}) ([]byte, error) + type NetData struct + Msg []byte + SubCode uint32