UTXOTxInfo typedef

UTXOTxInfo = (Set<UTXOTransaction>, Iterable<NodeWithAddress>)

Txs; Receive Addresses; Change Addresses

Implementation

typedef UTXOTxInfo = (Set<UTXOTransaction>, Iterable<NodeWithAddress>);