feat: balance and reward
This commit is contained in:
@@ -8,3 +8,9 @@ class AssemblyState(IntEnum):
|
||||
ALL_PRODUCTS_ASSEMBLED = 2,
|
||||
CONFIRMED = 3,
|
||||
ENDED = 4
|
||||
|
||||
|
||||
@unique
|
||||
class BalanceTransactionType(IntEnum):
|
||||
TOP_UP = 0
|
||||
WITHDRAW = 1
|
||||
|
||||
Reference in New Issue
Block a user