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