We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should create a well-defined way to define schemas, that feels general and not o1js-specific.
Support general data types:
The above can be inferred from any JSON value!
Also, we'll need extra data types that need and annotated schema to be understood
Later, when creating the circuit, we should only need the rough form of the original schema that some data adhers to.
In particular:
The text was updated successfully, but these errors were encountered:
mitschabaude
No branches or pull requests
We should create a well-defined way to define schemas, that feels general and not o1js-specific.
Support general data types:
The above can be inferred from any JSON value!
Also, we'll need extra data types that need and annotated schema to be understood
Later, when creating the circuit, we should only need the rough form of the original schema that some data adhers to.
In particular:
The text was updated successfully, but these errors were encountered: