Struct hal_elements::tx::OutputScript
source · pub struct OutputScript<'a>(pub &'a Script);Tuple Fields§
§0: &'a ScriptTrait Implementations§
source§impl<'a> GetInfo<OutputScriptInfo> for OutputScript<'a>
impl<'a> GetInfo<OutputScriptInfo> for OutputScript<'a>
source§fn get_info(&self, network: Network) -> OutputScriptInfo
fn get_info(&self, network: Network) -> OutputScriptInfo
Get a description of this object given the network of interest.