Type alias EpochInfo

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

Information about the current epoch

Type declaration

  • absoluteSlot: number
  • Optional blockHeight?: number
  • epoch: number
  • slotIndex: number
  • slotsInEpoch: number
  • Optional transactionCount?: number

Generated using TypeDoc