dwn-sdk-js
dwn-sdk-js copied to clipboard
Investigate adding an error for invalid `PaginationCursor` value type.
The PaginationCursor type accepts a messageCid and a value which could be typed as either a string or a number.
Depending on the sort field used, the value may be of an invalid type. We should check for this and throw an error.