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

Use CelsiusPaginationOptions type in function parameters #57

Closed ghost closed 2 years ago

ghost commented 3 years ago

Typing for pagination in getTransactionSummary and getCoinTransactions did not match the function. Used CelsiusPagination instead of CelsiusPaginationOptions.