Inspects the name associated with a namehash.
const report = await nameguard.inspectNamehash("0x...");
You can override the network used for inspectNamehash using the second argument:
inspectNamehash
const report = await nameguard.inspectNamehash("0x...", { network: "...", });