Trait client_traits::BadBlocks[][src]

pub trait BadBlocks {
    fn bad_blocks(&self) -> Vec<(Unverified, String)>;
}

Provides recently seen bad blocks.

Required methods

fn bad_blocks(&self) -> Vec<(Unverified, String)>[src]

Returns a list of blocks that were recently not imported because they were invalid.

Loading content...

Implementors

Loading content...