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