Type Alias TotalMintsCounts

TotalMintsCounts: {
    percentageVariation: PercentageVariation;
    totalMints: number;
    totalMints30DaysAgo: number;
}

Type declaration

  • percentageVariation: PercentageVariation
  • totalMints: number

    The current total number of mints.

  • totalMints30DaysAgo: number

    The total number of mints 30 days agos.