Function pallet_glutton::pallet::dispatchables::set_block_length
source · pub fn set_block_length<T: Config>(block_length: FixedU64)
Expand description
Set how much of the block length should be filled with trash data on each block.
1.0
means that all block should be filled. If set to 1.0
, storage proof size will
be close to zero.
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_block_length
.