How to decode instruction details? #3267
Unanswered
rottensunday
asked this question in
Q&A
Replies: 3 comments
-
commenting to pump this post as this is something I'm also looking for |
Beta Was this translation helpful? Give feedback.
0 replies
-
Literally facing the same problem rn 💯 Any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm looking for this functionality too! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have following use case:
getTransaction
/getBlock
RPC call)utils::Event::try_from_bytes
. But I don't care about events - I want instructions.For example: I want to load Raydium IDL, and be able to parse Raydium swap instructions. Is there some solution in this package I'm missing? Or maybe there are better ways to achieve this?
I don't want to use Typescript.
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions