pub async fn transfer_request(
    id: &str,
    auth_info: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<TransferResponse>, Error>
Expand description

Requests the transfer of a contact

Arguments

  • id - The contact ID to be transferred
  • auth_info - Auth info for the contact
  • client_sender - Reference to the tokio channel into the client