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
. - The
PassByEnum
derive macro for implementingPassBy
withEnum
. - The
PassByInner
derive macro for implementingPassBy
withInner
.