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