pub trait HaveScript {
    // Required method
    fn have_script(&self, hash: &ScriptID) -> bool;
}

Required Methods§

source

fn have_script(&self, hash: &ScriptID) -> bool

Implementors§