Type Definition frame::runtime::prelude::CheckedOf

pub type CheckedOf<E, C> = <E as Checkable<C>>::Checked;
Expand description

All of the types related to the FRAME runtime executive.