Add new event liquidation_feed_update to PublicChannelsHandler (and improve overall type hinting).

This commit is contained in:
Davide Casale
2023-06-12 15:37:05 +02:00
parent 7059846843
commit 708fdc87c7
5 changed files with 20 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ class Liquidation(_Type):
base_price: float
is_match: int
is_market_sold: int
price_acquired: float
liquidation_price: float
@dataclass
class Leaderboard(_Type):