pub fn update_allowance_delay<T: Config>(
currency_id: T::CurrencyId,
delay: BlockNumberFor<T>
)
Expand description
Updates an allowance delay, only callable if the delay has been set to allow future modifications and the delay modifiable_at block has been passed.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::update_allowance_delay
.