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 */ }pub type ProtocolMessage = Message<SignedEntry>;Protocol message for the set reconciliation protocol.
Can be serialized to bytes with serde to transfer between peers.
struct ProtocolMessage { /* private fields */ }