Struct everscale_types::models::config::ConfigVotingSetup
source · pub struct ConfigVotingSetup<C: CellFamily> {
pub normal_params: Lazy<C, ConfigProposalSetup>,
pub critical_params: Lazy<C, ConfigProposalSetup>,
}Expand description
Config voting setup params.
Fields§
§normal_params: Lazy<C, ConfigProposalSetup>Proposal configuration for non-critical params.
critical_params: Lazy<C, ConfigProposalSetup>Proposal configuration for critical params.
Trait Implementations§
source§impl<C: CellFamily> Clone for ConfigVotingSetup<C>
impl<C: CellFamily> Clone for ConfigVotingSetup<C>
source§impl<C: CellFamily> Debug for ConfigVotingSetup<C>
impl<C: CellFamily> Debug for ConfigVotingSetup<C>
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for ConfigVotingSetup<C>
impl<'tlb, C: CellFamily> Load<'tlb, C> for ConfigVotingSetup<C>
source§impl<C: CellFamily> PartialEq<ConfigVotingSetup<C>> for ConfigVotingSetup<C>
impl<C: CellFamily> PartialEq<ConfigVotingSetup<C>> for ConfigVotingSetup<C>
source§impl<C: CellFamily> Store<C> for ConfigVotingSetup<C>
impl<C: CellFamily> Store<C> for ConfigVotingSetup<C>
source§fn store_into(
&self,
__builder: &mut CellBuilder<C>,
__finalizer: &mut dyn Finalizer<C>
) -> bool
fn store_into( &self, __builder: &mut CellBuilder<C>, __finalizer: &mut dyn Finalizer<C> ) -> bool
Tries to store itself into the cell builder.