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