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: FarcasterContractOptions;
let returnType: ThirdwebContract;
The IdRegistry contract instance.