Struct everscale_types::models::config::ConfigParam8
source · pub struct ConfigParam8;Expand description
The lowest supported block version and required capabilities.
Contains a GlobalVersion.
Trait Implementations§
source§impl<'a, C> KnownConfigParam<'a, C> for ConfigParam8where
for<'c> C: DefaultFinalizer + 'c,
impl<'a, C> KnownConfigParam<'a, C> for ConfigParam8where for<'c> C: DefaultFinalizer + 'c,
§type Value = GlobalVersion
type Value = GlobalVersion
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam8 as KnownConfigParam<'a, C>>::Value>
type Wrapper = ParamIdentity<<ConfigParam8 as KnownConfigParam<'a, C>>::Value>
Value wrapper.