V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 4135400cf1 - Show all commits
+1 -1
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);