improve TransactionType

This commit is contained in:
hossein_225 2024-12-23 11:25:57 +03:30
parent ce274776a6
commit 219a8e107d

View File

@ -225,10 +225,11 @@ enum TransactionType {
UNKNOWN = 0;
BUY = 1;
SELL = 2;
TRANSFER = 3;
REDEEM = 4;
TRUST_LINE = 5;
WAGE = 6;
INTERNAL_TRANSFER = 3;
EXTERNAL_TRANSFER = 4;
REDEEM = 5;
TRUST_LINE = 6;
WAGE = 7;
}
enum TransactionStatus {
UNDETERMINED = 0;