Calls the "getClaimConditionByTokenId" function on the contract.
import { ClaimableERC1155 } from "thirdweb/modules"; const result = await ClaimableERC1155.getClaimConditionByTokenId({ contract, tokenId: ...,});
function getClaimCondition(): Promise<{ allowlistMerkleRoot: `0x${string}`; auxData: string; availableSupply: bigint; currency: string; endTimestamp: number; maxMintPerWallet: bigint; pricePerUnit: bigint; startTimestamp: number;}>;
The options for the getClaimConditionByTokenId function.