We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f503f83 commit 024d0ceCopy full SHA for 024d0ce
2 files changed
lighter/models/detailed_account.py
@@ -43,7 +43,7 @@ class DetailedAccount(BaseModel):
43
description: StrictStr
44
can_invite: StrictBool
45
referral_points_percentage: StrictStr
46
- max_referral_usage_limit: StrictInt
+ max_referral_usage_limit: Optional[StrictInt]
47
positions: List[AccountPosition]
48
total_asset_value: StrictStr
49
pool_info: PublicPoolInfo
lighter/models/public_pool.py
@@ -42,7 +42,7 @@ class PublicPool(BaseModel):
42
account_share: Optional[PublicPoolShare] = None
0 commit comments