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