Trait parity_machine::FinalizableHeader[][src]

pub trait FinalizableHeader: Header {
    fn is_finalized(&self) -> bool;
}

A header with finalized information.

Required Methods

Get whether this header is considered finalized, so that it will never be replaced in reorganization.

Implementors