reverseNameOf

Calls the "reverseNameOf" function on the contract.

Example

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

Parameters

The options for the reverseNameOf function.

Type

Returns

let returnType: Promise<string>;

The parsed result of the function call.