control: TxDescriptor<{
    eras_to_check: number;
}>

Control the operation of this pallet.

The dispatch origin of this call must be [Config::ControlOrigin].

Can set the number of eras to check per block, and potentially other admin work.

No events are emitted from this dispatch.