pub trait WriteBlock {
    // Provided method
    fn write_block(&mut self, block: &Block, pindex: *const BlockIndex) -> bool { ... }
}

Provided Methods§

source

fn write_block(&mut self, block: &Block, pindex: *const BlockIndex) -> bool

| Write update index entries for a newly | connected block. |

Implementors§