Function pallet_glutton::pallet::dispatchables::set_storage
source · pub fn set_storage<T: Config>(storage: FixedU64)
Expand description
Set how much of the remaining proof_size
weight should be consumed by on_idle
.
1.0
means that all remaining proof_size
will be consumed. The PoV benchmarking
results that are used here are likely an over-estimation. 100% intended consumption will
therefore translate to less than 100% actual consumption.
Only callable by Root or AdminOrigin
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_storage
.