Trait bitcoin_index::WriteBlock
source · pub trait WriteBlock {
// Provided method
fn write_block(&mut self, block: &Block, pindex: *const BlockIndex) -> bool { ... }
}
Provided Methods§
sourcefn write_block(&mut self, block: &Block, pindex: *const BlockIndex) -> bool
fn write_block(&mut self, block: &Block, pindex: *const BlockIndex) -> bool
| Write update index entries for a newly | connected block. |