v2: deposit added to tx type

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-01-06 00:55:40 +03:30
parent db69e4f2d3
commit bf5aeac558
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -232,7 +232,10 @@ enum TransactionType {
REDEEM = 5; REDEEM = 5;
TRUST_LINE = 6; TRUST_LINE = 6;
WAGE = 7; WAGE = 7;
EXTERNAL_DEPOSIT = 8;
INTERNAL_DEPOSIT = 9;
} }
enum TransactionStatus { enum TransactionStatus {
UNDETERMINED = 0; UNDETERMINED = 0;
FAILED = -10; FAILED = -10;