Function redeem::pallet::dispatchables::set_redeem_period
source · pub fn set_redeem_period<T: Config>(period: BlockNumberFor<T>)
Expand description
Set the default redeem 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_redeem_period
.