pub trait Init {
    // Required method
    fn init(&mut self) -> bool;
}

Required Methods§

source

fn init(&mut self) -> bool

| Initialize internal state from the | database and block index. |

Implementors§