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