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 */ }