pub trait Consolidate {
    fn consolidate(&mut self, other: Self);
}
Expand description

Trait that allows consolidate two transactions together.

Required methods

Consolidate two transactions into one.

Implementations on Foreign Types

Implementors