pub async fn request(
    domain: &str,
    donuts_fee_agreement: Option<DonutsFeeData>,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<RestoreResponse>, Error>
Expand description

Checks if a domain name

Arguments

  • client_sender - Reference to the tokio channel into the client