Inspects the name "[{labelhash}].{parent}".
"[{labelhash}].{parent}"
const report = await nameguard.inspectLabelhash("0x...");
You can override the network used for inspectLabelhash using the second argument:
inspectLabelhash
const report = await nameguard.inspectLabelhash("0x...", { network: "...", parent: "...", });