Trait bitcoinwallet_interface::MakeBatch
source · pub trait MakeBatch {
// Required method
fn make_batch(&mut self, flush_on_close: bool) -> Box<DatabaseBatch>;
}
Required Methods§
sourcefn make_batch(&mut self, flush_on_close: bool) -> Box<DatabaseBatch>
fn make_batch(&mut self, flush_on_close: bool) -> Box<DatabaseBatch>
| Make a DatabaseBatch connected to this | database |