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 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;