EpochMetrics: {
    endOfEpochInfo: EndOfEpochInfo | null;
    epoch: string;
    epochStartTimestamp: string;
    epochTotalTransactions: string;
    firstCheckpointId: string;
}

Type declaration

  • endOfEpochInfo: EndOfEpochInfo | null
  • epoch: string
  • epochStartTimestamp: string
  • epochTotalTransactions: string
  • firstCheckpointId: string