V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit ebb745f177 - Show all commits
+1
View File
@@ -111,6 +111,7 @@ enum ErrCode {
WALLET_IS_NOT_IN_WHITE_LIST = 7031;
RECIPIENT_IS_NOT_IN_WHITE_LIST = 7032;
MOBILE_NATIONAL_ID_MISS_MATCH = 7033;
NOT_ENOUGH_LOCKED_BALANCE = 7034;
// Server errors
SERVER_ERROR_FREEZED_BALANCE_NEGATIVE = 8000;