Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Communication ¶
type Communication struct {
peer_mgr.OrderPeerManager
SendMsgChan chan *message.SendMsgChan
// contains filtered or unexported fields
}
Communication use p2p to send messages among all the TSS nodes
func NewCommunication ¶
func NewCommunication(peerMgr peer_mgr.OrderPeerManager, logger logrus.FieldLogger) (*Communication, error)
NewCommunication create a new instance of Communication
func (*Communication) ProcessBroadcast ¶
func (c *Communication) ProcessBroadcast()
Click to show internal directories.
Click to hide internal directories.