metaplex-foundation / shank

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

Improve shank context code generation #57

Closed febo closed 1 year ago

febo commented 1 year ago

This PR improves the ShankContext macro code generation:

  1. the generated code is now placed in an accounts submodule;
  2. the struct is renamed to "InstructionNameAccounts" to avoid name clashes