v2: deposit added to tx type
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
db69e4f2d3
commit
bf5aeac558
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user