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: BaseTransactionOptions;
let returnType: Promise<string>;
The parsed result of the function call.