namehash

Calls the "namehash" function on the contract.

Example

import { namehash } from "thirdweb/extensions/unstoppable-domains";
const result = await namehash({
contract,
labels: ...,
});
function namehash(
): Promise<bigint>;

Parameters

The options for the namehash function.

Type

Returns

let returnType: Promise<bigint>;

The parsed result of the function call.