v2: priv -> internal ( wallet srv )

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-14 13:04:19 +03:30
parent 15ba0b6212
commit 4135400cf1
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -5,7 +5,7 @@ package wallet.v1;
import "base/v1/msg.proto";
import "wallet/v1/msg.proto";
service PrivWalletSrv {
service InternalWalletSrv {
rpc PrivWalletSrvHealth(base.v1.Empty) returns (base.v1.StatusRes);
// Lock And Release Assets
rpc LockAsset(LockAssetReq) returns (base.v1.StatusRes);