pub(crate) fn transparent_output_address(
    output: &Output,
    network: &Network
) -> Option<Address>
Expand description

Return the destination address from a transparent output.

Returns None if the address type is not valid or unrecognized.