Type Alias deprecate_controller_batch

deprecate_controller_batch: TxDescriptor<{
    controllers: SS58String[];
}>

Updates a batch of controller accounts to their corresponding stash account if they are not the same. Ignores any controller accounts that do not exist, and does not operate if the stash and controller are already the same.

Effects will be felt instantly (as soon as this function is completed successfully).

The dispatch origin must be T::AdminOrigin.