File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ import type { Json } from './json';
1010 * This type is used to validate the constructor signature and the `type`
1111 * static property on Keyring classes. See the {@link Keyring} type for more
1212 * information.
13+ *
14+ * @deprecated This type has been moved to the `@metamask/keyring-utils` package.
15+ * See {@link https://github.com/MetaMask/accounts/tree/main/packages/keyring-utils Keyring Utils}.
1316 */
1417export type KeyringClass < State extends Json > = {
1518 /**
@@ -43,6 +46,9 @@ export type KeyringClass<State extends Json> = {
4346 * private key directly. The keyring (and in particular the keyring state)
4447 * should be treated with care though, just in case it does contain sensitive
4548 * material such as a private key.
49+ *
50+ * @deprecated This type has been moved to the `@metamask/keyring-utils` package.
51+ * See {@link https://github.com/MetaMask/accounts/tree/main/packages/keyring-utils Keyring Utils}.
4652 */
4753export type Keyring < State extends Json > = {
4854 /**
You can’t perform that action at this time.
0 commit comments