pub trait Init { // Required method fn init(&mut self) -> bool; }
| Initialize internal state from the | database and block index. |