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

Feature request: Support for borsh encoding & decoding #1943

Open
Moicky opened this issue Nov 18, 2024 · 0 comments
Open

Feature request: Support for borsh encoding & decoding #1943

Moicky opened this issue Nov 18, 2024 · 0 comments
Labels

Comments

@Moicky
Copy link

Moicky commented Nov 18, 2024

Is your feature request related to a problem? Please describe.
Sadly encoding and decoding this data representation format is not yet supported. Would love to be able to decode this using an operation / recipe!

Describe the solution you'd like
Two new operations:

  • Decoding borsh (using a configurable schema)
  • Encoding a buffer into borsh (again using a configurable schema)

Describe alternatives you've considered
Manually writing scripts using libraries: (e.g. https://www.npmjs.com/package/borsh) and copy pasting values

Additional context
https://borsh.io/
https://www.npmjs.com/package/borsh

@Moicky Moicky added the feature label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant