pub async fn transfer_accept(
    id: &str, 
    auth_info: &str, 
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<TransferResponse>, Error>Expand description
Accepts the transfer of a contact
Arguments
id- The contact ID to be approvedauth_info- Auth info for the contactclient_sender- Reference to the tokio channel into the client