Type Alias EpochInfo

EpochInfo: {
    absoluteSlot: number;
    blockHeight?: number;
    epoch: number;
    slotIndex: number;
    slotsInEpoch: number;
    transactionCount?: number;
}

Information about the current epoch