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

Required Methods§

source

fn check_lock_time(&self, n_lock_time: &ScriptNum) -> bool

Implementors§