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