We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5687bcc commit a7b9ccaCopy full SHA for a7b9cca
packages/account-api/src/api/provider.ts
@@ -81,5 +81,5 @@ export type Bip44AccountProvider = AccountProvider<
81
*/
82
createAccounts: (
83
options: Bip44CreateAccountOptions,
84
- ) => Promise<Bip44Account<KeyringAccount>>[];
+ ) => Promise<Bip44Account<KeyringAccount>[]>;
85
};
0 commit comments