Trait pallet_ntnft::pallet::Config
source · [−]pub trait Config: Config {
type Event: From<Event<Self>> + IsType<<Self as Config>::Event>;
type CollectionId: Member + Parameter + MaxEncodedLen + Copy;
type ItemId: Member + Parameter + MaxEncodedLen + Copy;
}Expand description
Configuration trait of this pallet.
Implement this type for a runtime in order to customize this pallet.