v2: priv wallet health check
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
6ae0050be8
commit
15ba0b6212
@ -6,6 +6,7 @@ import "base/v1/msg.proto";
|
||||
import "wallet/v1/msg.proto";
|
||||
|
||||
service PrivWalletSrv {
|
||||
rpc PrivWalletSrvHealth(base.v1.Empty) returns (base.v1.StatusRes);
|
||||
// Lock And Release Assets
|
||||
rpc LockAsset(LockAssetReq) returns (base.v1.StatusRes);
|
||||
rpc ReleaseAsset(LockAssetReq) returns (base.v1.StatusRes);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user