TypeScript SDK
ClaimConditionsInput
type ClaimConditionsInput = { currencyAddress?: string; maxClaimablePerWallet?: bigint; maxClaimableSupply?: bigint; merkleRootHash?: string; metadata?: string | Record<string, unknown>; price?: number | string; startTime?: Date;};
type currencyAddress = string;
type maxClaimablePerWallet = bigint;
type maxClaimableSupply = bigint;
type merkleRootHash = string;
type metadata = string | Record<string, unknown>;
type price = number | string;
type startTime = Date;