pub async fn launch_trademark_check(
domain: &str,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<ClaimsCheckResponse>, Error>Expand description
Checks if a domain name has trademarks registered for it
Arguments
domain- The domain in questionclient_sender- Reference to the tokio channel into the client