diff --git a/content/api/grpc.md b/content/api/grpc.md index 7e62d0e..5bf86ee 100644 --- a/content/api/grpc.md +++ b/content/api/grpc.md @@ -175,10 +175,6 @@ For seamless integration with Pactus, you can use these client libraries: GetWalletInfo -
| 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.