Function pallet_vesting::pallet::dispatchables::force_remove_vesting_schedule
source · pub fn force_remove_vesting_schedule<T: Config>(
target: <T::Lookup as StaticLookup>::Source,
schedule_index: u32,
)
Expand description
Force remove a vesting schedule
The dispatch origin for this call must be Root.
target
: An account that has a vesting scheduleschedule_index
: The vesting schedule index that should be removed
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::force_remove_vesting_schedule
.