v2: commission add to trx type
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user