v2: priv -> internal ( wallet srv )
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
15ba0b6212
commit
4135400cf1
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user