PaginatedBlocks: {
    blocks: Block[];
    count: number;
    limit: number;
    pageNo: number;
}

Type declaration

  • blocks: Block[]
  • count: number
  • limit: number
  • pageNo: number