metaplex-foundation / shank

Extracts IDL from Solana Rust contracts
https://docs.rs/crate/shank_macro/latest
116 stars 23 forks source link

[feat]: Support multiple instruction args #33

Closed ngundotra closed 2 years ago

ngundotra commented 2 years ago

SPL is unlikely to change instruction arguments to unnamed tuple variants because this would break rust SDK.

It would be helpful if ShankInstructions could be parsed from Named instruction fields.