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> Load<'tlb> for CreatorStats
impl<'tlb> Load<'tlb> 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 Store for CreatorStats
impl Store for CreatorStats
source§fn store_into(
&self,
__builder: &mut CellBuilder,
__finalizer: &mut dyn Finalizer
) -> Result<(), Error>
fn store_into( &self, __builder: &mut CellBuilder, __finalizer: &mut dyn Finalizer ) -> Result<(), Error>
Tries to store itself into the cell builder.