Expand description
Peer management types for the sync module.
This module defines the data structures used to track remote peers, their sync relationships, and simple address information for transports.
Structs§
- Address
- Simple address type containing transport type and address string
- PeerId
- A peer’s unique identifier, wrapping their
PublicKey. - Peer
Info - Information about a remote peer in the sync network.
Enums§
- Connection
State - Connection state for a peer.
- Peer
Status - Status of a remote peer in the sync network.