Calls the "claimCondition" function on the contract.
import { claimCondition } from "thirdweb/extensions/erc1155"; const result = await claimCondition({ contract, tokenId: ...,});
function claimCondition( options: BaseTransactionOptions<ClaimConditionParams>,): Promise< readonly [ bigint, bigint, bigint, bigint, `0x${string}`, bigint, string, string, ]>;
The options for the claimCondition function.
let options: BaseTransactionOptions<ClaimConditionParams>;
let returnType: Promise< readonly [ bigint, bigint, bigint, bigint, `0x${string}`, bigint, string, string, ]>;
The parsed result of the function call.