Struct libblockchain::block::Block [] [src]

pub struct Block { /* fields omitted */ }

Block of the chain.

Methods

impl Block
[src]

Returns true if the given block has trusty digest.

Returns true if the given block is trusty for next block.

Build the next block of the chain.

Trait Implementations

impl Debug for Block
[src]

Formats the value using the given formatter.