Type Definition frame_support::traits::schedule::Priority
source · pub type Priority = u8;Expand description
Priority with which a call is scheduled. It’s just a linear amount with lowest values meaning higher priority.