pub fn create_protocol_message(
message_type: MessageType,
sender: &str,
recipient: &str,
payload: HashMap<String, Value>,
priority: MessagePriority,
) -> ProtocolMessageExpand description
Create a protocol message
pub fn create_protocol_message(
message_type: MessageType,
sender: &str,
recipient: &str,
payload: HashMap<String, Value>,
priority: MessagePriority,
) -> ProtocolMessageCreate a protocol message