Function pallet_preimage::pallet::dispatchables::note_preimage
source · pub fn note_preimage<T: Config>(bytes: Vec<u8>)
Expand description
Register a preimage on-chain.
If the preimage was previously requested, no fees or deposits are taken for providing the preimage. Otherwise, a deposit is taken proportional to the size of the preimage.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::note_preimage
.