pub async fn check(
    domain: &str,
    fee_check: Option<FeeCheck>,
    launch_check: Option<LaunchAvailabilityCheck>,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<CheckResponse>, Error>
Expand description

Checks if a domain name is available

Arguments

  • domain - The domain in question
  • launch_check - Launch availability info
  • client_sender - Reference to the tokio channel into the client