@@ -175,10 +175,6 @@ For seamless integration with Pactus, you can use these client libraries:
175175 <a href="#pactus.Wallet.GetWalletInfo">
176176 <span class="rpc-badge"></span> GetWalletInfo</a>
177177 </li>
178- <li>
179- <a href="#pactus.Wallet.IsWalletLoaded">
180- <span class="rpc-badge"></span> IsWalletLoaded</a>
181- </li>
182178 <li>
183179 <a href="#pactus.Wallet.UpdatePassword">
184180 <span class="rpc-badge"></span> UpdatePassword</a>
@@ -3241,12 +3237,6 @@ maximum number of messages to queue before dropping older ones.
32413237Message has no fields.
32423238 <h4 >PingResponse <span class =" badge text-bg-warning fs-6 align-top " >Response</span ></h4 >
32433239
3244- <table class =" table table-bordered table-responsive table-sm " >
3245- <thead >
3246- <tr><td>Field</td><td>Type</td><td>Description</td></tr>
3247- </thead >
3248- <tbody class =" table-group-divider " >
3249- </tbody >
32503240</table >
32513241
32523242### Utils Service
@@ -3538,7 +3528,8 @@ signing, verification, and other cryptographic operations.</p>
35383528
35393529#### LoadWallet <span id =" pactus.Wallet.LoadWallet " class =" rpc-badge " ></span >
35403530
3541- <p >LoadWallet loads an existing wallet with the given name.</p >
3531+ <p >LoadWallet loads an existing wallet with the given name.
3532+ deprecated: It will be removed in a future version.</p >
35423533
35433534<h4 >LoadWalletRequest <span class =" badge text-bg-info fs-6 align-top " >Request</span ></h4 >
35443535
@@ -3575,7 +3566,8 @@ signing, verification, and other cryptographic operations.</p>
35753566
35763567#### UnloadWallet <span id =" pactus.Wallet.UnloadWallet " class =" rpc-badge " ></span >
35773568
3578- <p >UnloadWallet unloads a currently loaded wallet with the specified name.</p >
3569+ <p >UnloadWallet unloads a currently loaded wallet with the specified name.
3570+ deprecated: It will be removed in a future version.</p >
35793571
35803572<h4 >UnloadWalletRequest <span class =" badge text-bg-info fs-6 align-top " >Request</span ></h4 >
35813573
@@ -3612,25 +3604,11 @@ signing, verification, and other cryptographic operations.</p>
36123604
36133605#### ListWallets <span id =" pactus.Wallet.ListWallets " class =" rpc-badge " ></span >
36143606
3615- <p >ListWallets returns a list of all available wallets.
3616- If ` include_unloaded ` is set, it returns both loaded and unloaded wallets.</p >
3607+ <p >ListWallets returns a list of all available wallets.</p >
36173608
36183609<h4 >ListWalletsRequest <span class =" badge text-bg-info fs-6 align-top " >Request</span ></h4 >
36193610
3620- <table class =" table table-bordered table-responsive table-sm " >
3621- <thead >
3622- <tr><td>Field</td><td>Type</td><td>Description</td></tr>
3623- </thead >
3624- <tbody class =" table-group-divider " >
3625- <tr >
3626- <td class="fw-bold">include_unloaded</td>
3627- <td> bool</td>
3628- <td>
3629- Whether to include wallets that exist on disk but are not currently loaded.
3630- </td>
3631- </tr >
3632- </tbody >
3633- </table >
3611+ Message has no fields.
36343612 <h4 >ListWalletsResponse <span class =" badge text-bg-warning fs-6 align-top " >Response</span ></h4 >
36353613
36363614<table class =" table table-bordered table-responsive table-sm " >
@@ -3741,50 +3719,6 @@ If `include_unloaded` is set, it returns both loaded and unloaded wallets.</p>
37413719 </tbody>
37423720</table >
37433721
3744- #### IsWalletLoaded <span id =" pactus.Wallet.IsWalletLoaded " class =" rpc-badge " ></span >
3745-
3746- <p >IsWalletLoaded checks whether the specified wallet is currently loaded.</p >
3747-
3748- <h4 >IsWalletLoadedRequest <span class =" badge text-bg-info fs-6 align-top " >Request</span ></h4 >
3749-
3750- <table class =" table table-bordered table-responsive table-sm " >
3751- <thead >
3752- <tr><td>Field</td><td>Type</td><td>Description</td></tr>
3753- </thead >
3754- <tbody class =" table-group-divider " >
3755- <tr >
3756- <td class="fw-bold">wallet_name</td>
3757- <td> string</td>
3758- <td>
3759- Name of the wallet to check.
3760- </td>
3761- </tr >
3762- </tbody >
3763- </table >
3764- <h4 >IsWalletLoadedResponse <span class =" badge text-bg-warning fs-6 align-top " >Response</span ></h4 >
3765-
3766- <table class =" table table-bordered table-responsive table-sm " >
3767- <thead >
3768- <tr><td>Field</td><td>Type</td><td>Description</td></tr>
3769- </thead >
3770- <tbody class =" table-group-divider " >
3771- <tr >
3772- <td class="fw-bold">wallet_name</td>
3773- <td> string</td>
3774- <td>
3775- Name of the wallet.
3776- </td>
3777- </tr >
3778- <tr>
3779- <td class="fw-bold">loaded</td>
3780- <td> bool</td>
3781- <td>
3782- True if the wallet is currently loaded.
3783- </td>
3784- </tr >
3785- </tbody>
3786- </table >
3787-
37883722#### UpdatePassword <span id =" pactus.Wallet.UpdatePassword " class =" rpc-badge " ></span >
37893723
37903724<p >UpdatePassword updates the password of an existing wallet.</p >
0 commit comments