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

Cancels the pending transfer of a domain name

Arguments

  • domain - The domain to be cancelled
  • auth_info - Auth info for the domain
  • client_sender - Reference to the tokio channel into the client