Package org.bitcoinj.core
Interface TransactionBroadcaster
- All Known Implementing Classes:
 PeerGroup
public interface TransactionBroadcaster
A general interface which declares the ability to broadcast transactions. This is implemented
 by 
PeerGroup.- 
Method Summary
Modifier and TypeMethodDescriptionBroadcast the given transaction on the network 
- 
Method Details
- 
broadcastTransaction
Broadcast the given transaction on the network 
 -