Returns the full results of all checks on all labels in a name.
checks
labels
const report = await nameguard.inspectName("nick.eth");
You can override the network used for inspectName using the second argument:
inspectName
const report = await nameguard.inspectName("nick.eth", { network: "...", });