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