Crate sp_runtime_interface_proc_macro[−][src]
Expand description
This crate provides procedural macros for usage within the context of the Substrate runtime interface.
The following macros are provided:
- The
#[runtime_interface]attribute macro for generating the runtime interfaces. - The
PassByCodecderive macro for implementingPassBywithCodec. 3. ThePassByEnumderive macro for implementingPassBywithEnum. 4. ThePassByInnerderive macro for implementingPassBywithInner.