pub trait IsLockedCoin {
// Required method
fn is_locked_coin(&mut self, output: &OutPoint) -> bool;
}
Required Methods§
sourcefn is_locked_coin(&mut self, output: &OutPoint) -> bool
fn is_locked_coin(&mut self, output: &OutPoint) -> bool
| Return whether coin is locked. |