You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some statuses related to transaction creation response seem to be missing from the TransactionStatus enum, for instance, "PENDING_ENRICHMENT"
To Reproduce
Steps to reproduce the behavior:
Create an ETH transaction (createTransaction)
Review the response to the transaction creation request :
Describe the bug
Some statuses related to transaction creation response seem to be missing from the
TransactionStatus
enum, for instance, "PENDING_ENRICHMENT"To Reproduce
Steps to reproduce the behavior:
createTransaction
)fireblocks-sdk-js
is missing the mapping for the status above (PENDING_ENRICHMENT).Expected behavior
TransactionStatus
to contain all expected mappings related to Transaction statuses.Version:
fireblocks-sdk
version: v5.25.1The text was updated successfully, but these errors were encountered: