Trait pallet_graph::Config[][src]

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>;
}

Associated Types

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

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

type NFT: NFTInterface<Self::Hash, Self::AccountId>[src]

Loading content...

Implementors

Loading content...