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