From d843efb7bc0a3bd0f4388d1ae859b4d6253b2eed Mon Sep 17 00:00:00 2001
From: Mostafa PingResponse Response
-
-
-
### Utils Service
@@ -3538,7 +3528,8 @@ signing, verification, and other cryptographic operations.
-
-
-
Field Type Description
LoadWallet loads an existing wallet with the given name.
+LoadWallet loads an existing wallet with the given name. +deprecated: It will be removed in a future version.
UnloadWallet unloads a currently loaded wallet with the specified name.
+UnloadWallet unloads a currently loaded wallet with the specified name. +deprecated: It will be removed in a future version.
ListWallets returns a list of all available wallets. -If `include_unloaded` is set, it returns both loaded and unloaded wallets.
+ListWallets returns a list of all available wallets.
| Field | Type | Description |
| include_unloaded | -bool | -- Whether to include wallets that exist on disk but are not currently loaded. - | -
IsWalletLoaded checks whether the specified wallet is currently loaded.
- -| Field | Type | Description |
| wallet_name | -string | -- Name of the wallet to check. - | -
| Field | Type | Description |
| wallet_name | -string | -- Name of the wallet. - | -
| loaded | -bool | -- True if the wallet is currently loaded. - | -
UpdatePassword updates the password of an existing wallet.
diff --git a/content/api/json-rpc.md b/content/api/json-rpc.md index 8e57853..592c3e6 100644 --- a/content/api/json-rpc.md +++ b/content/api/json-rpc.md @@ -225,10 +225,6 @@ curl --location 'http://localhost:8545/' \ pactus.wallet.get_wallet_info -| Field | Type | Description |
LoadWallet loads an existing wallet with the given name.
+LoadWallet loads an existing wallet with the given name. +deprecated: It will be removed in a future version.
UnloadWallet unloads a currently loaded wallet with the specified name.
+UnloadWallet unloads a currently loaded wallet with the specified name. +deprecated: It will be removed in a future version.
ListWallets returns a list of all available wallets. -If `include_unloaded` is set, it returns both loaded and unloaded wallets.
+ListWallets returns a list of all available wallets.
| Field | Type | Description |
| include_unloaded | -boolean | -- Whether to include wallets that exist on disk but are not currently loaded. - | -
IsWalletLoaded checks whether the specified wallet is currently loaded.
- -| Field | Type | Description |
| wallet_name | -string | -- Name of the wallet to check. - | -
| Field | Type | Description |
| wallet_name | -string | -- Name of the wallet. - | -
| loaded | -boolean | -- True if the wallet is currently loaded. - | -
UpdatePassword updates the password of an existing wallet.