pub trait CoinsTip {
    fn coins_tip(&mut self) -> &mut CoinsViewCache;
}

Required Methods§

Implementors§