We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Typescript type doesn't match the returned value.
To Reproduce Steps to reproduce the behavior: Do this
const transactions = await fireblocks.getTransactions({ status: args.status, after: from });
Compare the return value with the TransactionResponse type. They don't match.
Expected behavior Ts type should match the API response more closely and provide similar data structures.
Version:
fireblocks-sdk
The text was updated successfully, but these errors were encountered:
A fix is released in v2.3.1, thanks for reporting the issue
Sorry, something went wrong.
yarinvak
tomervil
Successfully merging a pull request may close this issue.
Describe the bug
Typescript type doesn't match the returned value.
To Reproduce
Steps to reproduce the behavior:
Do this
Compare the return value with the TransactionResponse type. They don't match.
Expected behavior
Ts type should match the API response more closely and provide similar data structures.
Version:
fireblocks-sdk
version: 2.0.0The text was updated successfully, but these errors were encountered: