pub trait BadBlocks {
    fn bad_blocks(&self) -> Vec<(Unverified, String)>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
Expand description

Provides recently seen bad blocks.

Required methods

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

Implementors