# Functions
NewHost returns a new Host.
NewHostFromP2pHost returns a new Host using the given P2pnetHost.
# Constants
ProtocolID is the base relayer network protocol ID.
No description provided by the author
No description provided by the author
# Structs
Config contains config values for a Host.
Host represents a p2p node that implements the atomic swap protocol.
TransactionRequest represents a transaction submission request network message.
TransactionResponse represents a transaction submission response network message.
# Interfaces
Message must be implemented by all network messages.
P2pnetHost contains libp2p functionality used by the Host.
TransactionSubmitter is implemented by *relayer.Relayer.