Function to_dxc_protocol_msg

Source
pub fn to_dxc_protocol_msg(
    channel_id: i64,
    from_addr: String,
    message: &[u8],
) -> Option<(Vec<u8>, ServiceKey)>