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

Packages that use MemoryPool
com.google.bitcoin.core   
 

Uses of MemoryPool in com.google.bitcoin.core
 

Methods in com.google.bitcoin.core that return MemoryPool
 MemoryPool PeerGroup.getMemoryPool()
          Returns the MemoryPool created by this peer group to synchronize its peers.
 

Constructors in com.google.bitcoin.core with parameters of type MemoryPool
Peer(NetworkParameters params, VersionMessage ver, PeerAddress remoteAddress, AbstractBlockChain chain, MemoryPool mempool)
          Construct a peer that reads/writes from the given block chain and memory pool.
 



Copyright © 2014. All rights reserved.