Trait disarray_ledger::blocks::CoreBlockWrapper
source · pub trait CoreBlockWrapper: CoreBlockSpec {
fn clear_txns(&mut self) -> &Self;
fn print_txns(&self) -> &Self { ... }
}
pub trait CoreBlockWrapper: CoreBlockSpec {
fn clear_txns(&mut self) -> &Self;
fn print_txns(&self) -> &Self { ... }
}