Usage

const report = await nameguard.inspectNamehash("0x...");

Options

You can override the network used for inspectNamehash using the second argument:

const report = await nameguard.inspectNamehash("0x...", {
  network: "...",
});