Trait sp_state_machine::backend::Consolidate [−][src]
pub trait Consolidate { fn consolidate(&mut self, other: Self); }
Expand description
Trait that allows consolidate two transactions together.
Required methods
fn consolidate(&mut self, other: Self)
fn consolidate(&mut self, other: Self)
Consolidate two transactions into one.