Struct everscale_types::models::config::ConfigParam29
source · pub struct ConfigParam29;Expand description
Consensus configuration params.
Contains a ConsensusConfig.
Trait Implementations§
source§impl<'a, C> KnownConfigParam<'a, C> for ConfigParam29where
for<'c> C: DefaultFinalizer + 'c,
impl<'a, C> KnownConfigParam<'a, C> for ConfigParam29where for<'c> C: DefaultFinalizer + 'c,
§type Value = ConsensusConfig
type Value = ConsensusConfig
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam29 as KnownConfigParam<'a, C>>::Value>
type Wrapper = ParamIdentity<<ConfigParam29 as KnownConfigParam<'a, C>>::Value>
Value wrapper.