difftreelog
Duplicate lines removed
in: master
1 file changed
pallets/scheduler/src/lib.rsdiffbeforeafterboth70//! with a specified priority.70//! with a specified priority.71//! * `cancel` - cancel a scheduled dispatch, specified by block number and index.71//! * `cancel` - cancel a scheduled dispatch, specified by block number and index.72//! * `schedule_named` - augments the `schedule` interface with an additional `Vec<u8>` parameter72//! * `schedule_named` - augments the `schedule` interface with an additional `Vec<u8>` parameter73//! that can be used for identification.74//! * `cancel_named` - the named complement to the cancel function.75//!76//! ## Interface77//!78//! ### Dispatchable Functions79//!80//! * `schedule` - schedule a dispatch, which may be periodic, to occur at a specified block and81//! with a specified priority.82//! * `cancel` - cancel a scheduled dispatch, specified by block number and index.83//! * `schedule_named` - augments the `schedule` interface with an additional `Vec<u8>` parameter84//! that can be used for identification.73//! that can be used for identification.85//! * `cancel_named` - the named complement to the cancel function.74//! * `cancel_named` - the named complement to the cancel function.8675