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 schedule
  • schedule_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.