# Functions
DataTransferProtocols OVERWRITES the default libp2p protocols we use for graphsync with the specified protocols.
NewFromLibp2pHost returns a GraphSyncNetwork supported by underlying Libp2p host.
PanicCallback allows calling code to receive information about panics that Graphsync recovers from.
# Variables
ProtocolGraphsync is the protocol identifier for graphsync messages.
# Structs
MessageSenderOpts sets parameters for a message sender.
# Interfaces
ConnManager provides the methods needed to protect and unprotect connections.
GraphSyncNetwork provides network connectivity for GraphSync.
MessageSender is an interface to send messages to a peer.
Receiver is an interface for receiving messages from the GraphSyncNetwork.
# Type aliases
Option is an option for configuring the libp2p storage market network.