handleTransaction abstract method

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

Handle incoming transaction data

Implementation

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