Type Definition pallet_payment::ScheduledTaskList
source · pub type ScheduledTaskList<T> = BoundedBTreeMap<(<T as Config>::AccountId, <T as Config>::AccountId), ScheduledTaskOf<T>, <T as Config>::MaxRemarkLength>;
Expand description
list of ScheduledTasks, stored as a BoundedBTreeMap