Type Alias force_remove_vesting_schedule

force_remove_vesting_schedule: TxDescriptor<{
    schedule_index: number;
    target: MultiAddress;
}>

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