pub trait Tip {
    fn tip(&self) -> Option<Arc<BlockIndex>>;
}

Required Methods§

| Returns the index entry for the tip of | this chain, or nullptr if none. |

Implementors§