improve type and GetPublicKeyByNationalIDReq

This commit is contained in:
hossein_225 2024-12-21 11:34:50 +03:30
parent 3d1e544c00
commit ecb8eed62c

View File

@ -225,6 +225,8 @@ enum TransactionType {
SELL = 2;
TRANSFER = 3;
REDEEM = 4;
TRUST_LINE = 5;
WAGE = 6;
}
enum TransactionStatus {
UNDETERMINED = 0;
@ -384,7 +386,8 @@ message RedeemTokenResList {
}
message GetPublicKeyByNationalIDReq {
string national_id = 1;
auth.v1.InternalIAM iam = 1;
string national_id = 2;
}
message GetPublicKeyByNationalIDRes {