Skip to content

Commit 57b1879

Browse files
committed
fix: update jsdocs
1 parent 3f7ff5a commit 57b1879

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/account-api/src/api/provider.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,12 @@ export type AccountProvider<Account extends KeyringAccount> = {
4343
}) => Promise<Account[]>;
4444

4545
/**
46-
* Discover accounts for a given entropy source and a given group
47-
* index.
46+
* Discover accounts for a given entropy source.
4847
*
4948
* NOTE: This method needs to also create the discovered accounts.
5049
*
5150
* @param options - Options.
5251
* @param options.entropySource - Entropy source to use.
53-
* @param options.groupIndex - Group index to use.
5452
* @returns The list of discovered and created accounts.
5553
*/
5654
discoverAndCreateAccounts: (options: {

0 commit comments

Comments
 (0)