Trait pallet_nft::Config[][src]

pub trait Config: Config {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type Collection: CollectionInterface<Self::Hash, Self::AccountId>;
}

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>[src]

Because this pallet emits events, it depends on the runtime’s definition of an event.

type Collection: CollectionInterface<Self::Hash, Self::AccountId>[src]

Loading content...

Implementors

Loading content...