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 -
  • - - IsWalletLoaded -
  • UpdatePassword @@ -3241,12 +3237,6 @@ maximum number of messages to queue before dropping older ones. Message has no fields.

    PingResponse Response

    - - - - - -
    FieldTypeDescription
    ### Utils Service @@ -3538,7 +3528,8 @@ signing, verification, and other cryptographic operations.

    #### LoadWallet -

    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.

    LoadWalletRequest Request

    @@ -3575,7 +3566,8 @@ signing, verification, and other cryptographic operations.

    #### UnloadWallet -

    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.

    UnloadWalletRequest Request

    @@ -3612,25 +3604,11 @@ signing, verification, and other cryptographic operations.

    #### ListWallets -

    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.

    ListWalletsRequest Request

    - - - - - - - - - - - -
    FieldTypeDescription
    include_unloaded bool - Whether to include wallets that exist on disk but are not currently loaded. -
    +Message has no fields.

    ListWalletsResponse Response

    @@ -3741,50 +3719,6 @@ If `include_unloaded` is set, it returns both loaded and unloaded wallets.

    -#### IsWalletLoaded - -

    IsWalletLoaded checks whether the specified wallet is currently loaded.

    - -

    IsWalletLoadedRequest Request

    - - - - - - - - - - - - -
    FieldTypeDescription
    wallet_name string - Name of the wallet to check. -
    -

    IsWalletLoadedResponse Response

    - - - - - - - - - - - - - - - - - -
    FieldTypeDescription
    wallet_name string - Name of the wallet. -
    loaded bool - True if the wallet is currently loaded. -
    - #### UpdatePassword

    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
  • -
  • - - pactus.wallet.is_wallet_loaded -
  • pactus.wallet.update_password @@ -3291,12 +3287,6 @@ maximum number of messages to queue before dropping older ones. Parameters has no fields.

    Result

    - - - - - -
    FieldTypeDescription
    ### Utils Service @@ -3588,7 +3578,8 @@ signing, verification, and other cryptographic operations.

    #### pactus.wallet.load_wallet -

    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.

    Parameters

    @@ -3625,7 +3616,8 @@ signing, verification, and other cryptographic operations.

    #### pactus.wallet.unload_wallet -

    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.

    Parameters

    @@ -3662,25 +3654,11 @@ signing, verification, and other cryptographic operations.

    #### pactus.wallet.list_wallets -

    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.

    Parameters

    - - - - - - - - - - - -
    FieldTypeDescription
    include_unloaded boolean - Whether to include wallets that exist on disk but are not currently loaded. -
    +Parameters has no fields.

    Result

    @@ -3791,50 +3769,6 @@ If `include_unloaded` is set, it returns both loaded and unloaded wallets.

    -#### pactus.wallet.is_wallet_loaded - -

    IsWalletLoaded checks whether the specified wallet is currently loaded.

    - -

    Parameters

    - - - - - - - - - - - - -
    FieldTypeDescription
    wallet_name string - Name of the wallet to check. -
    -

    Result

    - - - - - - - - - - - - - - - - - -
    FieldTypeDescription
    wallet_name string - Name of the wallet. -
    loaded boolean - True if the wallet is currently loaded. -
    - #### pactus.wallet.update_password

    UpdatePassword updates the password of an existing wallet.