core icon indicating copy to clipboard operation
core copied to clipboard

refactor(multichain-account-service): add `Bip44AccountProvider` interface

Open ccharly opened this issue 4 months ago • 0 comments

Explanation

Add new interface to "forward" the top-level Account type-parameter across all provider types, thus making sure providers always use the proper type.

References

N/A

Checklist

  • [ ] I've updated the test suite for new or updated code as appropriate
  • [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • [ ] I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • [ ] I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

ccharly avatar Oct 27 '25 15:10 ccharly