# Functions
NewStore creates new peer data store.
# Variables
ErrNoPeerStatus is returned when there is a map entry for a given peer but there is no chain status for that peer.
ErrPeerUnknown is returned when there is an attempt to obtain data from a peer that is not known.
# Structs
PeerData aggregates protocol and application level info about a single peer.
Store is a container for various peer related data (both protocol and app level).
StoreConfig holds peer store parameters.
# Type aliases
ConnectionState is the state of the connection.