Struct libblockchain::chain::Chain [] [src]

pub struct Chain { /* fields omitted */ }

Chain of the blocks.

Methods

impl Chain
[src]

Returns true if the given chain is trusty.

Trait Implementations

impl Debug for Chain
[src]

Formats the value using the given formatter.

impl Default for Chain
[src]

Returns the "default value" for a type. Read more