pub fn define_item<T: Config>(
collection: CollectionId,
metadata: Vec<(MetadataKeyOf<T>, MetadataValueOf<T>)>,
)Expand description
Define one immutable item and its shared metadata defaults.
The supplied metadata is inherited by every instance minted from this definition.
Instance-specific values belong on [Self::mint] or [Self::set_instance_metadata].
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::define_item.