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