Uses of Class
com.google.bitcoin.core.PeerGroup

Packages that use PeerGroup
com.google.bitcoin.core   
com.google.bitcoin.kits   
 

Uses of PeerGroup in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return types with arguments of type PeerGroup
 com.google.common.util.concurrent.ListenableFuture<PeerGroup> PeerGroup.waitForPeers(int numPeers)
          Returns a future that is triggered when the number of connected peers is equal to the given number of connected peers.
 

Constructors in com.google.bitcoin.core with parameters of type PeerGroup
TransactionBroadcast(PeerGroup peerGroup, Transaction tx)
           
 

Uses of PeerGroup in com.google.bitcoin.kits
 

Fields in com.google.bitcoin.kits declared as PeerGroup
protected  PeerGroup WalletAppKit.vPeerGroup
           
 

Methods in com.google.bitcoin.kits that return PeerGroup
protected  PeerGroup WalletAppKit.createPeerGroup()
           
 PeerGroup WalletAppKit.peerGroup()
           
 



Copyright © 2014. All rights reserved.