Struct everscale_types::models::config::ConfigParam12
source · pub struct ConfigParam12;Expand description
Known workchain descriptions.
Contains a dictionary with workchain id as key and WorkchainDescription as value.
Trait Implementations§
source§impl<'a, C> KnownConfigParam<'a, C> for ConfigParam12where
for<'c> C: DefaultFinalizer + 'c,
impl<'a, C> KnownConfigParam<'a, C> for ConfigParam12where for<'c> C: DefaultFinalizer + 'c,
§type Value = Dict<C, i32, WorkchainDescription>
type Value = Dict<C, i32, WorkchainDescription>
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam12 as KnownConfigParam<'a, C>>::Value>
type Wrapper = ParamIdentity<<ConfigParam12 as KnownConfigParam<'a, C>>::Value>
Value wrapper.