handleTransactionSent abstract method

Future<void> handleTransactionSent(
  1. WireMessage msg,
  2. PeerI peer
)

Handle notification that a transaction was successfully sent to peer

Implementation

Future<void> handleTransactionSent(WireMessage msg, PeerI peer);