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