pub trait LoadActiveScriptPubKeyMan {
    // Required method
    fn load_active_script_pub_key_man(
        &mut self,
        id: u256,
        ty: OutputType,
        internal: bool
    );
}

Required Methods§

source

fn load_active_script_pub_key_man( &mut self, id: u256, ty: OutputType, internal: bool )

Implementors§