core
core copied to clipboard
feat: clear transaction quotes action
Explanation
Add messenger action to TransactionPayController to clear existing quotes for a single transaction.
Handle abort of existing refreshes and updates using AbortController.
References
Related to #23134
Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
- [x] I've communicated my changes to consumers by updating changelogs for packages I've changed
- [x] I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them