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