Struct ethcore::client::PruningInfo []

pub struct PruningInfo {
    pub earliest_chain: u64,
    pub earliest_state: u64,
}

Client pruning info. See module-level docs for more details.

Fields

The first block which everything can be served after.

The first block where state requests may be served.

Trait Implementations

impl Clone for PruningInfo

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PruningInfo

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PruningInfo

impl Sync for PruningInfo