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