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 3f7ff5a commit 57b1879Copy full SHA for 57b1879
1 file changed
packages/account-api/src/api/provider.ts
@@ -43,14 +43,12 @@ export type AccountProvider<Account extends KeyringAccount> = {
43
}) => Promise<Account[]>;
44
45
/**
46
- * Discover accounts for a given entropy source and a given group
47
- * index.
+ * Discover accounts for a given entropy source.
48
*
49
* NOTE: This method needs to also create the discovered accounts.
50
51
* @param options - Options.
52
* @param options.entropySource - Entropy source to use.
53
- * @param options.groupIndex - Group index to use.
54
* @returns The list of discovered and created accounts.
55
*/
56
discoverAndCreateAccounts: (options: {
0 commit comments