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
PassByCodec
derive macro for implementingPassBy
withCodec
. 3. ThePassByEnum
derive macro for implementingPassBy
withEnum
. 4. ThePassByInner
derive macro for implementingPassBy
withInner
.