direct_message_impl

Function direct_message_impl 

Source
pub async fn direct_message_impl<TYPES: NodeType, I: NodeImplementation<TYPES>>(
    network: Arc<<I as NodeImplementation<TYPES>>::Network>,
    message: Vec<u8>,
    recipient: <TYPES as NodeType>::SignatureKey,
) -> Result<()>