pub trait DatabaseCommit {
    fn commit(&mut self, changes: Map<B160, Account>);
}

Required Methods§

Implementations on Foreign Types§

Implementors§