Function pallet_bootstrap::pallet::dispatchables::finalize
source · pub fn finalize<T: Config>()
Expand description
Used to complete resetting Bootstrap state and prepare it for running another bootstrap.
It should be called after pre_finalize has produced the Event::BootstrapReadyToBeFinalized
event.
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::finalize
.