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> KnownConfigParam<'a> for ConfigParam12
impl<'a> KnownConfigParam<'a> for ConfigParam12
§type Value = Dict<i32, WorkchainDescription>
type Value = Dict<i32, WorkchainDescription>
Associated value type.
§type Wrapper = ParamIdentity<<ConfigParam12 as KnownConfigParam<'a>>::Value>
type Wrapper = ParamIdentity<<ConfigParam12 as KnownConfigParam<'a>>::Value>
Value wrapper.