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