| Package | Description |
|---|---|
| com.google.bitcoin.core |
| 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.
|
Copyright © 2014. All rights reserved.