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