metaplex-foundation / shank

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

feat: support 'optional' instruction accounts #20

Closed thlorenz closed 2 years ago

thlorenz commented 2 years ago

Added #[account(optional)] flag which adds optional: true for the IDL definition for the instruction account annotated with that flag.