Module pallet_vesting::pallet::dispatchables
source · Expand description
Functions§
- Force remove a vesting schedule
- Force a vested transfer.
- Merge two vesting schedules together, creating a new vesting schedule that unlocks over the highest possible start and end blocks. If both schedules have already started the current block will be used as the schedule start; with the caveat that if one schedule is finished by the current block, the other will be treated as the new merged schedule, unmodified.
- Unlock any vested funds of the sender account.
- Unlock any vested funds of a
target
account. - Create a vested transfer.