File tree Expand file tree Collapse file tree
packages/keyring-controller/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1857,7 +1857,7 @@ export class KeyringController<
18571857 * @returns Promise resolving to the result of the function execution.
18581858 * @template SelectedKeyring - The type of the selected keyring.
18591859 * @template CallbackResult - The type of the value resolved by the callback function.
1860- * @deprecated Use `withKeyringV2` instead, which supports the KeyringV2 API .
1860+ * @deprecated This method overload is deprecated. Use `withKeyring` without options instead .
18611861 */
18621862 async withKeyring <
18631863 SelectedKeyring extends EthKeyring = EthKeyring ,
@@ -1891,7 +1891,6 @@ export class KeyringController<
18911891 * @returns Promise resolving to the result of the function execution.
18921892 * @template SelectedKeyring - The type of the selected keyring.
18931893 * @template CallbackResult - The type of the value resolved by the callback function.
1894- * @deprecated Use `withKeyringV2` instead, which supports the KeyringV2 API.
18951894 */
18961895 async withKeyring <
18971896 SelectedKeyring extends EthKeyring = EthKeyring ,
You can’t perform that action at this time.
0 commit comments