EpochInfo: {
    endOfEpochInfo: EndOfEpochInfo | null;
    epoch: string;
    epochStartTimestamp: string;
    epochTotalTransactions: string;
    firstCheckpointId: string;
    referenceGasPrice: number | null;
    validators: SuiValidatorSummary[];
}

Type declaration

  • endOfEpochInfo: EndOfEpochInfo | null
  • epoch: string
  • epochStartTimestamp: string
  • epochTotalTransactions: string
  • firstCheckpointId: string
  • referenceGasPrice: number | null
  • validators: SuiValidatorSummary[]