Skip to content

Commit 0d19993

Browse files
ccharlymontelaidev
andauthored
fix(accounts-controller): export missing actions (#4497)
## Explanation Those actions were not properly exported. ## References None ## Changelog ### `@metamask/accounts-controller` - **FIXED**: Export missing `AccountsController{ListMultichainAccounts,GetSelectedMultichainAccount,GetNextAvailableAccountName}Action` ## 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 highlighted breaking changes using the "BREAKING" category above as appropriate Co-authored-by: Monte Lai <[email protected]>
1 parent 5bc1150 commit 0d19993

File tree

1 file changed

+3
-0
lines changed
  • packages/accounts-controller/src

1 file changed

+3
-0
lines changed

packages/accounts-controller/src/index.ts

+3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ export type {
44
AccountsControllerSetSelectedAccountAction,
55
AccountsControllerSetAccountNameAction,
66
AccountsControllerListAccountsAction,
7+
AccountsControllerListMultichainAccountsAction,
78
AccountsControllerUpdateAccountsAction,
89
AccountsControllerGetSelectedAccountAction,
10+
AccountsControllerGetSelectedMultichainAccountAction,
911
AccountsControllerGetAccountByAddressAction,
1012
AccountsControllerGetAccountAction,
13+
AccountsControllerGetNextAvailableAccountNameAction,
1114
AccountsControllerActions,
1215
AccountsControllerChangeEvent,
1316
AccountsControllerSelectedAccountChangeEvent,

0 commit comments

Comments
 (0)