2
I believe TransactionOutput represents one of the outputs of a transaction.
I have a list of such output objects, and a String that represents my own address. I would like to check that this output reached my address.
How do I get the destination address from the TransactionOutput object?