pub fn enter_maintenance_mode<T: Config>()
Expand description
Place the chain in maintenance mode
Weight cost is:
- One DB read to ensure we’re not already in maintenance mode
- Three DB writes - 1 for the mode, 1 for suspending xcm execution, 1 for the event
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::enter_maintenance_mode
.