Function pallet_preimage::pallet::dispatchables::request_preimage
source · pub fn request_preimage<T: Config>(hash: T::Hash)
Expand description
Request a preimage be uploaded to the chain without paying any fees or deposits.
If the preimage requests has already been provided on-chain, we unreserve any deposit a user may have paid, and take the control of the preimage out of their hands.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::request_preimage
.