Expand description
These constants are specific to FRAME, and the current implementation of its various components. For example: FRAME System, FRAME Executive, our FRAME support libraries, etc…
Structs§
- Block
Execution Weight - Weight of executing an empty block.
Calculated by multiplying the Average with
1.0
and adding0
. - Extrinsic
Base Weight - Weight of executing a NO-OP extrinsic, for example
System::remark
. Calculated by multiplying the Average with1.0
and adding0
. - Parity
DbWeight - ParityDB can be enabled with a feature flag, but is still experimental. These weights are available for brave runtime engineers who may want to try this out as default.
- Rocks
DbWeight - By default, Substrate uses RocksDB, so this will be the weight used throughout the runtime.