v2: irt trx type
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
e4c3fc5879
commit
1c1110b3a9
@ -257,6 +257,8 @@ enum TransactionType {
|
|||||||
MARKETPLACE_BUY = 10;
|
MARKETPLACE_BUY = 10;
|
||||||
MARKETPLACE_SELL = 11;
|
MARKETPLACE_SELL = 11;
|
||||||
LOCK = 12;
|
LOCK = 12;
|
||||||
|
IRT_DEPOSIT = 13;
|
||||||
|
IRT_WITHDRAWAL = 14;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum TransactionStatus {
|
enum TransactionStatus {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user