pub trait CheckSequence {
    fn check_sequence(&self, n_sequence: &ScriptNum) -> bool;
}

Required Methods§

Implementors§