V2: updating to new proto schema. domain seperated packages #36
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user