Type Alias 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.