You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
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
The text was updated successfully, but these errors were encountered: