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 transferredauth_info
- Auth info for the contactclient_sender
- Reference to the tokio channel into the client