Trait orml_unknown_tokens::module::Config[][src]

pub trait Config: Config {
    type Event: From<Event> + IsType<<Self as Config>::Event>;
}
Expand description

Configuration trait of this pallet.

Implement this type for a runtime in order to customize this pallet.

Associated Types

Implementors