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