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

Required Methods§

source

fn is_locked_coin(&mut self, output: &OutPoint) -> bool

| Return whether coin is locked. |

Implementors§