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

Borsh support for parameters and return values in schema #14

Closed
austinabell opened this issue Jul 26, 2022 · 0 comments · Fixed by #27
Closed

Borsh support for parameters and return values in schema #14

austinabell opened this issue Jul 26, 2022 · 0 comments · Fixed by #27

Comments

@austinabell
Copy link
Contributor

Currently borsh isn't supported for the ABI, and only JSON is allowed. We need to include and stabilize some schema format to enable identifying borsh types. Likely would be building off of borsh schema that already exists and just serializing those structures to JSON.

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 a pull request may close this issue.

1 participant