Interface OnTransactionBroadcastListener


  • public interface OnTransactionBroadcastListener
    Called when a new transaction is broadcast over the network.
    • Method Detail

      • onTransaction

        void onTransaction​(Peer peer,
                           Transaction t)
        Called when a new transaction is broadcast over the network.