Struct exonum::explorer::BlocksRange [] [src]

pub struct BlocksRange {
    pub range: Range<u64>,
    pub blocks: Vec<Block>,
}

Information on blocks coupled with the corresponding range in the blockchain.

Fields

Exclusive range of blocks.

Blocks in the range.

Trait Implementations

impl Debug for BlocksRange
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BlocksRange

impl Sync for BlocksRange