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