Usage

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

Options

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

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