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 42c52e6 commit 33ef01fCopy full SHA for 33ef01f
1 file changed
packages/keyring-utils/src/keyring.ts
@@ -63,17 +63,6 @@ export type Keyring = {
63
*/
64
addAccounts(number: number): Promise<Hex[]>;
65
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
-
77
/**
78
* Serialize the keyring state as a JSON-serializable object.
79
*
0 commit comments