Skip to content

Commit

Permalink
Add jetton field to ValueFlowJettonsInner for API compatibility. #26
Browse files Browse the repository at this point in the history
  • Loading branch information
nessshon committed Sep 12, 2024
1 parent 68096aa commit 4d892df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytonapi/schema/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ class AccountEvents(BaseModel):

class ValueFlowJettonsInner(BaseModel):
account: AccountAddress
jetton: JettonPreview
quantity: int


Expand Down

0 comments on commit 4d892df

Please sign in to comment.