Struct exonum::explorer::BlockInfo [] [src]

pub struct BlockInfo {
    pub block: Block,
    pub precommits: Vec<Precommit>,
    pub txs: Vec<Hash>,
}

Block information.

Fields

Block header from blockchain.

List of precommit for this block.

List of hashes for transactions that was executed into this block.

Trait Implementations

impl Debug for BlockInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BlockInfo

impl Sync for BlockInfo