-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I am using the sdk.transactions.getTransactions(params) function to fetch the transactions. which in response returns next-page header to fetch the next page. But there is no way we can pass this next-page information in the function parameters.
SDK version: "@fireblocks/ts-sdk": "^11.0.0"
Function used
getTransactions(requestParameters?: TransactionsApiGetTransactionsRequest): Promise<import("../response/fireblocksResponse").FireblocksResponse<GetTransactionsResponse>>;To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Version:
fireblocks-sdkversion: 11.0.0- npm version: 10.8.2
- node version: v20.19.2
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working