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.1