SearchTransactionResult typedef

SearchTransactionResult = (Set<ElectrumTransactionInfo>, Set<NodeWithAddress>)

Implementation

typedef SearchTransactionResult = (
  Set<ElectrumTransactionInfo>,
  Set<NodeWithAddress>
);