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.
Error::InsufficientBalanceToFreeze
- Insufficient amount of balance to freeze.Error::MaxReleaseSchedulesExceeded
- Failed because the maximum release schedules was exceeded-- [`ArithmeticError::Overflow] - Failed because of an overflow.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::schedule_named_transfer
.