improve type and GetPublicKeyByNationalIDReq #7

Merged
nfel merged 1 commits from feat/#19 into v2 2024-12-21 08:13:51 +00:00
Showing only changes of commit ecb8eed62c - Show all commits

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 {