Skip to main content

sdk.claimcondition

Home > @openformat/sdk > ClaimCondition

ClaimCondition type

Signature:

export type ClaimCondition = {
startTimestamp: number;
endTimestamp: number;
supplyClaimed: number;
maxClaimableSupply: number;
quantityLimitPerWallet: number;
pricePerToken: number;
currency: string;
};