EpochPage: {
    data: EpochInfo[];
    hasNextPage: boolean;
    nextCursor: string | null;
}

Type declaration

  • data: EpochInfo[]
  • hasNextPage: boolean
  • nextCursor: string | null