pub trait CheckLockTime {
    fn check_lock_time(&self, n_lock_time: &ScriptNum) -> bool;
}

Required Methods§

Implementors§