Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transport ¶
type Transport interface { Send(id ID, msg []byte) error // sends a message to a peer Recv(id ID) ([]byte, error) // receives a message from a peer }
Transport defines an abstraction over the message transport layer Used to route messages between peers during key generation and signing
Click to show internal directories.
Click to hide internal directories.