Module common_runtime::constants
source · Re-exports§
pub use crate::weights::paritydb_weights::constants::ParityDbWeight as DbWeight;
Constants§
- The BABE epoch configuration at genesis.
- This determines the average expected block time that we are targeting. Blocks will be produced at a minimum duration defined by
SLOT_DURATION
.SLOT_DURATION
is picked up bypallet_timestamp
which is in turn picked up bypallet_babe
to implementfn slot_duration()
.