pub trait IsInitialBlockDownload {
    fn is_initial_block_download(&self) -> bool;
}

Required Methods§

| Check if in IBD. |

Implementors§