Retrieves the KeyGateway contract.
import { getKeyGateway } from "thirdweb/extensions/farcaster"; const keyGateway = await getKeyGateway({ client,});
function getKeyGateway( options: FarcasterContractOptions,): ThirdwebContract;
The thirdweb client and an optional custom chain.
let options: FarcasterContractOptions;
let returnType: ThirdwebContract;
The KeyGateway contract instance.