Struct everscale_types::models::shard::KeyMaxLt
source · pub struct KeyMaxLt {
pub has_key_block: bool,
pub max_end_lt: u64,
}Expand description
Value augmentation for the OldMcBlocksInfo dictionary.
Fields§
§has_key_block: boolHas key block in a subtree.
max_end_lt: u64The maximum logical time in a subtree.
Trait Implementations§
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for KeyMaxLt
impl<'tlb, C: CellFamily> Load<'tlb, C> for KeyMaxLt
source§impl PartialEq<KeyMaxLt> for KeyMaxLt
impl PartialEq<KeyMaxLt> for KeyMaxLt
source§impl<C: CellFamily> Store<C> for KeyMaxLt
impl<C: CellFamily> Store<C> for KeyMaxLt
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.