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
Refactor NEAR transaction handling in FireblocksService (#251)
* Refactor NEAR transaction handling in FireblocksService
- Renamed to for clarity and updated its implementation to create transactions without waiting for completion.
- Introduced a new method to handle transaction completion separately.
- Added a new method that combines the creation and completion steps for NEAR transactions.
- Updated documentation comments to reflect the changes in method functionality.
* bump version
0 commit comments