pub trait CoreBlockWrapper: CoreBlockSpec {
    fn clear_txns(&mut self) -> &Self;

    fn print_txns(&self) -> &Self { ... }
}

Required Methods

Provided Methods

Implementors