referrerpolicy=no-referrer-when-downgrade

Attribute Macro frame_support::pallet_macros::include_metadata

source ·
#[include_metadata]
Expand description

Selectively includes associated types in the metadata.

The optional attribute allows you to selectively include associated types in the metadata. This can be attached to trait items that implement TypeInfo.

By default all collectable associated types are included in the metadata.

This attribute can be used in combination with the #[pallet::config(without_automatic_metadata)].


Documentation for this macro can be found at frame_support::pallet_macros::include_metadata.