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
Currently it decodes Buffer's and base 58 strings. Instead of base 58 it should decode hex by default. To decode base58, an optional parameter should be passed in describing how to interpret the string.
Apologies I am new to contributing, I didn't realize this was in Rust, I had thought Python! I don't think I'll be able to figure this out, sorry about that! You can delete my comments to not confuse others if you want.
Currently it decodes Buffer's and base 58 strings. Instead of base 58 it should decode hex by default. To decode base58, an optional parameter should be passed in describing how to interpret the string.
See https://github.com/project-serum/anchor/blob/master/ts/src/coder/instruction.ts#L112.
The text was updated successfully, but these errors were encountered: