pub fn transfer<T: Config>(
dest: <T::Lookup as StaticLookup>::Source,
schedule: ReleaseSchedule<BlockNumberFor<T>, <<T as Config>::Currency as InspectFungible<<T as Config>::AccountId>>::Balance>,
)
Expand description
Add a new release schedule for an account.
§Events
§Errors
- `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::transfer
.