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

Fix SimpleNamespace serialization #498

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

popenta
Copy link
Collaborator

@popenta popenta commented Mar 22, 2025

For complex smart contract queries or calls, the Python sdk returns objects of type SimpleNamespace that the json library does not know to serialize. Now, the SimpleNamespace objects are transformed to a dictionary.

@popenta popenta self-assigned this Mar 22, 2025
@popenta popenta merged commit 1b10263 into feat/next Mar 24, 2025
12 checks passed
@popenta popenta deleted the fix-simple-namespace-serialization branch March 24, 2025 12:11
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

Successfully merging this pull request may close these issues.

3 participants