Type Alias iroh_docs::sync::ProtocolMessage
source · pub type ProtocolMessage = Message<SignedEntry>;
Expand description
Protocol message for the set reconciliation protocol.
Can be serialized to bytes with serde to transfer between peers.
Aliased Type§
struct ProtocolMessage { /* private fields */ }