Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33474ccaba | |||
|
a8d454bf88
|
|||
|
cd4590689d
|
|||
|
cf9408e76e
|
|||
| 99a383a46d | |||
| 9acad665be |
+1
-1
@@ -161,7 +161,7 @@ message Identity {
|
||||
string shenasname_number = 14;
|
||||
string shenasname_seri = 15;
|
||||
string shenasname_serial = 16;
|
||||
int32 status = 17;
|
||||
UserStatus status = 17;
|
||||
string updated_at = 18;
|
||||
string created_at = 19;
|
||||
string email = 20;
|
||||
|
||||
@@ -51,6 +51,7 @@ enum ErrCode {
|
||||
BANK_INFO_NOT_FOUND = 3007;
|
||||
RECIPIENT_NOT_FOUND = 3008;
|
||||
USER_NOT_FOUND = 3009;
|
||||
MARKET_AGREEMENT_ALREADY_ACCEPTED = 3010;
|
||||
|
||||
// Resource state errors
|
||||
ASSET_NOT_ACTIVE = 4000;
|
||||
@@ -117,6 +118,8 @@ enum ErrCode {
|
||||
NOT_ENOUGH_LOCKED_BALANCE = 7034;
|
||||
NOT_ENOUGH_BALANCE_TO_LOCK = 7035;
|
||||
IPG_GEN_TOKEN_FAILED = 7036;
|
||||
USER_INFO_NATIONAL_ID_BIRTHDATE_MISS_MATCH = 7037;
|
||||
|
||||
|
||||
// Server errors
|
||||
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;
|
||||
|
||||
+2
-1
@@ -192,6 +192,7 @@ message AssetPrice {
|
||||
string updated_at = 1;
|
||||
double market_price = 2;
|
||||
double ico_price = 3;
|
||||
double current_price = 4;
|
||||
}
|
||||
|
||||
message GetAssetReq {
|
||||
@@ -680,7 +681,7 @@ message Accounting {
|
||||
uint64 id = 1;
|
||||
int64 user_id = 2;
|
||||
int64 balance = 3;
|
||||
auth.v1.User user = 4;
|
||||
auth.v1.UserIdentityBasic user = 4;
|
||||
}
|
||||
|
||||
message IPGGenTokenPayload {
|
||||
|
||||
Reference in New Issue
Block a user