Add "owned" fields to balance

This commit is contained in:
Matthias
2023-04-22 17:13:53 +02:00
parent c4f8ff95dd
commit f937818b80
3 changed files with 27 additions and 10 deletions

View File

@@ -36,7 +36,9 @@ class Balance(BaseModel):
free: float
balance: float
used: float
bot_owned: Optional[float]
est_stake: float
est_stake_bot: Optional[float]
stake: str
# Starting with 2.x
side: str