Function replace::pallet::dispatchables::set_replace_period
source · pub fn set_replace_period<T: Config>(period: BlockNumberFor<T>)
Expand description
Set the default replace period for tx verification.
Arguments
origin
- the dispatch origin of this call (must be Root)period
- default period for new requests
Weight: O(1)
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_replace_period
.