| Package | Description |
|---|---|
| org.bitcoinj.core |
The core package contains classes for network messages like
Block and
Transaction, peer connectivity via PeerGroup,
block chain management and the Wallet class. |
| Modifier and Type | Method and Description |
|---|---|
MemoryPool |
PeerGroup.getMemoryPool()
Returns the
MemoryPool created by this peer group to synchronize its peers. |
| Constructor and Description |
|---|
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.
|
Peer(NetworkParameters params,
VersionMessage ver,
PeerAddress remoteAddress,
AbstractBlockChain chain,
MemoryPool mempool,
boolean downloadTxDependencies)
Construct a peer that reads/writes from the given block chain and memory pool.
|
Copyright © 2014. All rights reserved.