Trait dock_runtime::did::Config

source ·
pub trait Config: Config + Limits {
    type OnDidRemoval: HandleDidRemoval;
    type Event: From<Event<Self>> + IsType<Self::Event> + Into<Self::Event>;
}
Expand description

The module’s configuration trait.

Required Associated Types§

source

type OnDidRemoval: HandleDidRemoval

The handler of a DID removal.

source

type Event: From<Event<Self>> + IsType<Self::Event> + Into<Self::Event>

The overarching event type.

Implementors§