pub(crate) fn transparent_output_address( output: &Output, network: &Network, ) -> Option<Address>
Return the destination address from a transparent output.
Returns None if the address type is not valid or unrecognized.