metaplex-foundation / shank

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

Add shank type macro #56

Closed febo closed 1 year ago

febo commented 1 year ago

This PR adds ShankType macro annotation. The macro does not generate any code. The annotation is used to indicate to shank-idl that the the type should be included in the program's IDL.

Fixes #28