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