Trait governance_os_pallet_plcr_voting::Config[][src]

pub trait Config: Config {
    type Event: From<Event<Self>> + Into<Self::Event>;
    type Currencies: LockableCurrencies<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 Currencies: LockableCurrencies<Self::AccountId>[src]

Pallet in charge of currencies. Used so that we can lock tokens etc…

Loading content...

Implementors

Loading content...