Retrieves the IdRegistry contract.
import { getIdRegistry } from "thirdweb/extensions/farcaster"; const idRegistry = await getIdRegistry({ client,});
function getIdRegistry( options: FarcasterContractOptions,): ThirdwebContract;
The thirdweb client and an optional custom chain.
let options: { chain?: Chain; client: ThirdwebClient };
let returnType: Readonly<ContractOptions<abi>>;
The IdRegistry contract instance.