CelsiusNetwork / celsius-js-sdk

Celsius JavaScript SDK provides an easy and secure way to communicate with the Celsius API.
https://developers.celsius.network
Apache License 2.0
24 stars 22 forks source link

Fix pagination typings for API methods #73

Closed rbayliss closed 2 years ago

rbayliss commented 2 years ago

Fixes the pagination input types for getTransactionSummary() and getCoinTransactions(). These methods were incorrectly accepting CelsiusPagination objects, which do not include the page parameter. This made it impossible to actually use pagination for these methods in typescript.

sanjam-cel commented 2 years ago

Already resolved in another pull request.