Struct everscale_types::models::shard::CreatorStats
source · pub struct CreatorStats {
pub mc_blocks: BlockCounters,
pub shard_blocks: BlockCounters,
}Expand description
Block production statistics for the single validator.
Fields§
§mc_blocks: BlockCountersMasterchain block production statistics.
shard_blocks: BlockCountersBlock production statistics for other workchains.
Trait Implementations§
source§impl Clone for CreatorStats
impl Clone for CreatorStats
source§fn clone(&self) -> CreatorStats
fn clone(&self) -> CreatorStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreatorStats
impl Debug for CreatorStats
source§impl<'tlb, C: CellFamily> Load<'tlb, C> for CreatorStats
impl<'tlb, C: CellFamily> Load<'tlb, C> for CreatorStats
source§impl PartialEq<CreatorStats> for CreatorStats
impl PartialEq<CreatorStats> for CreatorStats
source§fn eq(&self, other: &CreatorStats) -> bool
fn eq(&self, other: &CreatorStats) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<C: CellFamily> Store<C> for CreatorStats
impl<C: CellFamily> Store<C> for CreatorStats
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.