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