pub trait IsLockedCoin {
    fn is_locked_coin(&mut self, output: &OutPoint) -> bool;
}

Required Methods§

| Return whether coin is locked. |

Implementors§