# Functions
CreateLocalNodeInfo creates an instance of NodeInfo.
CreateNodeInfo creates an instance of NodeInfo.
GetTestListener returns a net.Listener instance.
GetTestNetconn returns a net.Conn instance.
GetTestRandPubKey returns a randomly generated public key.
# Constants
PingSignal represents a ping signal to a peer.
PongSignal represents a pong respond to a peer.
# Structs
Message models the message sent/received through the P2P network
.
NodeInfo provides the information of the corresponding blockchain node of the peer
.
No description provided by the author