Calls the "namehash" function on the contract.
import { namehash } from "thirdweb/extensions/unstoppable-domains"; const result = await namehash({ contract, labels: ...,});
function namehash( options: BaseTransactionOptions<NamehashParams>,): Promise<bigint>;
The options for the namehash function.
let options: BaseTransactionOptions<NamehashParams>;
let returnType: Promise<bigint>;
The parsed result of the function call.