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
At a glance, the updateSmartTransaction, confirmSmartTransaction, getFees, and submitSignedTransactions methods look fairly complex. We should see if we can extract the logic here to separate files to make this controller easier to understand and test.
We should also see if we can extract API interactions, especially the logic involved to normalize response data, to separate files, for the same reason.
The text was updated successfully, but these errors were encountered:
At a glance, the
updateSmartTransaction
,confirmSmartTransaction
,getFees
, andsubmitSignedTransactions
methods look fairly complex. We should see if we can extract the logic here to separate files to make this controller easier to understand and test.We should also see if we can extract API interactions, especially the logic involved to normalize response data, to separate files, for the same reason.
The text was updated successfully, but these errors were encountered: