Closed LiranCohen closed 9 months ago
PaginationCursor is a new object in dwn-sdk-js.
PaginationCursor
dwn-sdk-js
It is comprised of a messageCid and a value. The value is of the sort property that you would like to continue your pagination from. The messageCid is used as a tiebreaker in the same way that query pagination already does.
messageCid
value
Merging #15 (6a6b470) into main (0f5f4ae) will increase coverage by 0.23%. The diff coverage is 100.00%.
0.23%
100.00%
PaginationCursor
is a new object indwn-sdk-js
.It is comprised of a
messageCid
and avalue
. Thevalue
is of the sort property that you would like to continue your pagination from. ThemessageCid
is used as a tiebreaker in the same way that query pagination already does.