Skip to main content

Documentation Index

Fetch the complete documentation index at: https://namehash-krzysztofwrobel-sc-24494-nameguard-remove-goerli-a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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: "...",
});