Struct common_types::pruning_info::PruningInfo[][src]

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 Debug for PruningInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for PruningInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PruningInfo

impl Sync for PruningInfo