Type Definition pallet_scheduler::TaskAddress
source · pub type TaskAddress<BlockNumber> = (BlockNumber, u32);Expand description
The location of a scheduled task that can be used to remove it.
pub type TaskAddress<BlockNumber> = (BlockNumber, u32);The location of a scheduled task that can be used to remove it.