chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit bf5aeac558 - Show all commits
+3
View File
@@ -232,7 +232,10 @@ enum TransactionType {
REDEEM = 5;
TRUST_LINE = 6;
WAGE = 7;
EXTERNAL_DEPOSIT = 8;
INTERNAL_DEPOSIT = 9;
}
enum TransactionStatus {
UNDETERMINED = 0;
FAILED = -10;