Type alias Statistics

Statistics: {
    circulatingSupply?: number;
    cycle?: number | null;
    date?: string | null;
    level?: number;
    quote?: QuoteShort | null;
    timestamp?: string;
    totalActivated?: number;
    totalBanished?: number;
    totalBootstrapped?: number;
    totalBurned?: number;
    totalCommitments?: number;
    totalCreated?: number;
    totalFrozen?: number;
    totalRollupBonds?: number;
    totalSupply?: number;
    totalVested?: number;
}

Type declaration

  • Optional circulatingSupply?: number
  • Optional cycle?: number | null
  • Optional date?: string | null
  • Optional level?: number
  • Optional quote?: QuoteShort | null
  • Optional timestamp?: string
  • Optional totalActivated?: number
  • Optional totalBanished?: number
  • Optional totalBootstrapped?: number
  • Optional totalBurned?: number
  • Optional totalCommitments?: number
  • Optional totalCreated?: number
  • Optional totalFrozen?: number
  • Optional totalRollupBonds?: number
  • Optional totalSupply?: number
  • Optional totalVested?: number

Generated using TypeDoc