v2: commission add to trx type
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
ef2747a021
commit
873350345c
@ -339,6 +339,7 @@ enum TransactionType {
|
|||||||
LOCK = 12;
|
LOCK = 12;
|
||||||
IRT_DEPOSIT = 13;
|
IRT_DEPOSIT = 13;
|
||||||
IRT_WITHDRAWAL = 14;
|
IRT_WITHDRAWAL = 14;
|
||||||
|
COMMISSION = 15;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum TransactionStatus {
|
enum TransactionStatus {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user