Calls the "idRegistry" function on the contract.
import { idRegistry } from "thirdweb/extensions/farcaster"; const result = await idRegistry({ contract,});
function idRegistry(options: BaseTransactionOptions): Promise<string>;
The options for the idRegistry function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.