Type Alias orml_authority::module::Origin

source ·
pub type Origin<T> = DelayedOrigin<BlockNumberFor<T>, <T as Config>::PalletsOrigin>;
Expand description

Origin for the authority module.

Aliased Type§

struct Origin<T> { /* private fields */ }