Feature request: Support for borsh encoding & decoding
Open
feature
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.