Function pallet_preimage::pallet::dispatchables::unnote_preimage
source · pub fn unnote_preimage<T: Config>(hash: T::Hash)
Expand description
Clear an unrequested preimage from the runtime storage.
If len
is provided, then it will be a much cheaper operation.
hash
: The hash of the preimage to be removed from the store.len
: The length of the preimage ofhash
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::unnote_preimage
.