claimCondition

Calls the "claimCondition" function on the contract.

Example

import { claimCondition } from "thirdweb/extensions/erc1155";
const result = await claimCondition({
contract,
tokenId: ...,
});

Parameters

Returns

The parsed result of the function call.