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: { chain?: Chain; client: ThirdwebClient };
let returnType: Readonly<ContractOptions<abi>>;
The KeyGateway contract instance.