change CheckWalletKey rpc name to GetPublicKeyByNationalID
This commit is contained in:
parent
6a95269cef
commit
f7729a595b
@ -378,10 +378,10 @@ message RedeemTokenResList {
|
||||
repeated RedeemTokenRes list = 1;
|
||||
}
|
||||
|
||||
message CheckWalletKeyReq {
|
||||
message GetPublicKeyByNationalIDReq {
|
||||
string national_id = 1;
|
||||
}
|
||||
|
||||
message CheckWalletKeyRes {
|
||||
message GetPublicKeyByNationalIDRes {
|
||||
string pub_key = 1;
|
||||
}
|
||||
@ -40,5 +40,5 @@ service WalletService {
|
||||
rpc RedeemToken(RedeemTokenReq) returns (base.v1.StatusRes);
|
||||
rpc RedeemTokenList(auth.v1.ReqWithIAMAndParams) returns (RedeemTokenResList);
|
||||
|
||||
rpc CheckWalletKey(CheckWalletKeyReq) returns (CheckWalletKeyRes);
|
||||
rpc GetPublicKeyByNationalID(GetPublicKeyByNationalIDReq) returns (GetPublicKeyByNationalIDRes);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user