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