Calls the "gatewayFrozen" function on the contract.
import { gatewayFrozen } from "thirdweb/extensions/farcaster"; const result = await gatewayFrozen({ contract,});
function gatewayFrozen( options: BaseTransactionOptions,): Promise<boolean>;
The options for the gatewayFrozen function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<boolean>;
The parsed result of the function call.