Struct ethcore::client::PruningInfo
[−]
[src]
pub struct PruningInfo { pub earliest_chain: u64, pub earliest_state: u64, }
Client pruning info. See module-level docs for more details.
Fields
earliest_chain: u64
The first block which everything can be served after.
earliest_state: u64
The first block where state requests may be served.
Trait Implementations
impl Debug for PruningInfo
[src]
impl Clone for PruningInfo
[src]
fn clone(&self) -> PruningInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more