improve type and GetPublicKeyByNationalIDReq
This commit is contained in:
parent
3d1e544c00
commit
ecb8eed62c
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user