Skip to content

Commit 33ef01f

Browse files
committed
revert: revert old keyring change
1 parent 42c52e6 commit 33ef01f

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

packages/keyring-utils/src/keyring.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ export type Keyring = {
6363
*/
6464
addAccounts(number: number): Promise<Hex[]>;
6565

66-
/**
67-
* Create one or more accounts according to the provided options.
68-
*
69-
* This is an optional method that allows keyrings to support batch account
70-
* creation with more advanced options than the legacy `addAccounts` method.
71-
*
72-
* @param options - Options describing how to create the account(s).
73-
* @returns A promise that resolves to an array of the created account addresses.
74-
*/
75-
createAccounts?(options: Record<string, Json>): Promise<Hex[]>;
76-
7766
/**
7867
* Serialize the keyring state as a JSON-serializable object.
7968
*

0 commit comments

Comments
 (0)