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

Required methods

Implementations on Foreign Types

Implementors

TODO it is currently only commiting to cached in memory db