handleTransactionAnnouncement abstract method

Future<void> handleTransactionAnnouncement(
  1. InvVect msg,
  2. PeerI peer
)

Handle announcement of new transaction availability (INV message)

Implementation

Future<void> handleTransactionAnnouncement(InvVect msg, PeerI peer);