pallet_time_release::module::dispatchables

Function schedule_named_transfer

Source
pub fn schedule_named_transfer<T: Config>(
    id: ScheduleName,
    dest: <T::Lookup as StaticLookup>::Source,
    schedule: ReleaseSchedule<BlockNumberFor<T>, <<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance>,
    when: BlockNumberFor<T>,
)
Expand description

This function schedules a transfer by calling the Scheduler pallet’s schedule function. The transfer will be executed at the specified block number.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::schedule_named_transfer.