Trait parity_machine::Finalizable[][src]

pub trait Finalizable: LiveBlock {
    fn is_finalized(&self) -> bool;
fn mark_finalized(&mut self); }

Trait for blocks which have finalized information.

Required Methods

Get whether the block is finalized.

Mark the block as finalized.

Implementors