pub trait SetupLegacyScriptPubKeyMan {
    // Required method
    fn setup_legacy_script_pub_key_man(&mut self);
}

Required Methods§

Implementors§