Function pallet_preimage::pallet::dispatchables::unrequest_preimage
source · pub fn unrequest_preimage<T: Config>(hash: T::Hash)
Expand description
Clear a previously made request for a preimage.
NOTE: THIS MUST NOT BE CALLED ON hash
MORE TIMES THAN request_preimage
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::unrequest_preimage
.