Trait orml_gradually_update::module::Config[][src]

pub trait Config: Config {
    type Event: From<Event<Self>> + IsType<Self::Event>;
    type UpdateFrequency: Get<Self::BlockNumber>;
    type DispatchOrigin: EnsureOrigin<Self::Origin>;
    type WeightInfo: WeightInfo;
}

Associated Types

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

type UpdateFrequency: Get<Self::BlockNumber>[src]

The frequency of updating values between blocks

type DispatchOrigin: EnsureOrigin<Self::Origin>[src]

The origin that can schedule an update

type WeightInfo: WeightInfo[src]

Weight information for extrinsics in this module.

Loading content...

Implementors

Loading content...