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

Queries the current transfer status of a domain name

Arguments

  • domain - The domain to be queried
  • auth_info - Auth info for the domain (not always required)
  • client_sender - Reference to the tokio channel into the client