REMOVE_TYPEHASH

Calls the "REMOVE_TYPEHASH" function on the contract.

Example

import { REMOVE_TYPEHASH } from "thirdweb/extensions/farcaster";
const result = await REMOVE_TYPEHASH({
contract,
});
function REMOVE_TYPEHASH(
): Promise<`0x${string}`>;

Parameters

The options for the REMOVE_TYPEHASH function.

Type

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

Returns

let returnType: Promise<`0x${string}`>;

The parsed result of the function call.