gatewayFrozen

Calls the "gatewayFrozen" function on the contract.

Example

import { gatewayFrozen } from "thirdweb/extensions/farcaster";
const result = await gatewayFrozen({
contract,
});
function gatewayFrozen(
): Promise<boolean>;

Parameters

The options for the gatewayFrozen function.

Type

let options: { contract: ThirdwebContract<abi> } & T;

Returns

let returnType: Promise<boolean>;

The parsed result of the function call.