Type Definition ethcore::machine::ScheduleCreationRules
source · [−]pub type ScheduleCreationRules = dyn Fn(&mut Schedule, BlockNumber) + Sync + Send;
Expand description
Special rules to be applied to the schedule.
pub type ScheduleCreationRules = dyn Fn(&mut Schedule, BlockNumber) + Sync + Send;
Special rules to be applied to the schedule.