Module common_runtime::config::frame_system
source · Structs
Constants
- We assume that ~5% of the block weight is consumed by
on_initialize
handlers. This is used to limit the maximal weight of a single extrinsic. - We allow
Normal
extrinsics to fill up the block up to 75%, the rest can be used byOperational
extrinsics.