Usage
Options
You can override the network used forinspectLabelhash using the second argument:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Inspects the name "[{labelhash}].{parent}".
const report = await nameguard.inspectLabelhash("0x...");
inspectLabelhash using the second argument:
const report = await nameguard.inspectLabelhash("0x...", {
network: "...",
parent: "...",
});