pub fn set_maintenance_status<T: Config>(
    chain: <T as Config>::Chains,
    under_maintenance: bool,
)
Expand description

Set the maintenance status of a chain.

The origin has to be MaintenanceOrigin.

  • chain: referred chain.
  • under_maintenance: maintenance status.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::set_maintenance_status.