Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update schema #26

Closed
awesomes86 opened this issue Sep 12, 2024 · 1 comment
Closed

Update schema #26

awesomes86 opened this issue Sep 12, 2024 · 1 comment

Comments

@awesomes86
Copy link

awesomes86 commented Sep 12, 2024

schema/events.py

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

class ValueFlow(BaseModel):
account: AccountAddress
ton: int
fees: int
jettons: Optional[List[ValueFlowJettonsInner]] = None

For web api compatibility, need add new field to ValueFlowJettonsInner class
jetton: JettonPreview

@nessshon
Copy link
Collaborator

@awesomes86 Thank you for your feedback! The update is available in version 0.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants